mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
14 lines
362 B
Plaintext
14 lines
362 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
|
|
}
|
|
|