2020-08-21 08:46:24 +00:00
|
|
|
# Description: Low-level components of distutils2/packaging
|
|
|
|
# URL: https://bitbucket.org/pypa/distlib/src/master/
|
2021-06-14 20:16:15 +00:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2022-07-16 11:57:34 +02:00
|
|
|
# Depends on: python3-build python3-installer
|
2020-08-21 08:46:24 +00:00
|
|
|
|
|
|
|
name=python3-distlib
|
2022-08-27 12:19:07 +02:00
|
|
|
version=0.3.6
|
2020-08-21 08:46:24 +00:00
|
|
|
release=1
|
2022-07-16 11:57:34 +02:00
|
|
|
source=(https://pypi.org/packages/source/d/distlib/distlib-$version.tar.gz)
|
2020-08-21 08:46:24 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd distlib-$version
|
2022-07-16 11:57:34 +02:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2020-08-21 08:46:24 +00:00
|
|
|
}
|