Files
ports/core/python3-distutils-extra/spkgbuild
2020-04-13 14:53:21 +08:00

14 lines
362 B
Plaintext

# description : Enhancements to the Python build system
# depends : intltool python3 python3-setuptools
name=python3-distutils-extra
version=2.39
release=1
source="http://launchpad.net/python-distutils-extra/trunk/$version/+download/python-distutils-extra-$version.tar.gz"
build() {
cd python-distutils-extra-$version
python3 setup.py install --root=$PKG
}