mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
15 lines
404 B
Plaintext
15 lines
404 B
Plaintext
# description : Enhancements to the Python build system
|
|
# depends : intltool python2 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)
|