diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:49:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:49:36 +0000 |
| commit | 8b1e552bd467e6de934d0706e71d66fadb72a389 (patch) | |
| tree | adcd7b6fd37d6ad10c1baa812e2eb4da71b3d7e9 /python-distlib/abuild | |
| parent | e6f45d8772363d0730cdf030d307bdbb23a1876c (diff) | |
| download | alicelinux-8b1e552bd467e6de934d0706e71d66fadb72a389.tar.gz alicelinux-8b1e552bd467e6de934d0706e71d66fadb72a389.zip | |
Woodpecker CI 0d7f789020506544f9ca76850780d5c27833454e [SKIP CI]
Diffstat (limited to 'python-distlib/abuild')
| -rw-r--r-- | python-distlib/abuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python-distlib/abuild b/python-distlib/abuild new file mode 100644 index 00000000..75d87c7b --- /dev/null +++ b/python-distlib/abuild @@ -0,0 +1,10 @@ +name=python-distlib +version=0.4.0 +release=1 +source="https://github.com/pypa/distlib/archive/${version}/distlib-${version}.tar.gz" + +build() { + gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 + python3 -m installer -d $PKG .dist/distlib*.whl + rm $PKG/usr/lib/python3*/site-packages/distlib/*.exe +} |