mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
16 lines
420 B
Plaintext
16 lines
420 B
Plaintext
# description : Enhancements to the Python build system
|
|
# depends : intltool python2
|
|
# makedepends : python2-setuptools
|
|
|
|
name=python2-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
|
|
python2 setup.py install --root=$PKG
|
|
}
|
|
|
|
md5sum=(16e06db0ef73a35b4bff4b9eed5699b5)
|