abuild (308B)
1 name=python-distlib 2 version=0.4.0 3 release=1 4 source="https://github.com/pypa/distlib/archive/${version}/distlib-${version}.tar.gz" 5 6 build() { 7 gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2 8 python3 -m installer -d $PKG .dist/distlib*.whl 9 rm $PKG/usr/lib/python3*/site-packages/distlib/*.exe 10 }