void-packages/srcpkgs/python-distribute/template
2012-09-19 13:03:40 +02:00

19 lines
673 B
Plaintext

# Template file for 'python-distribute'
pkgname=python-distribute
version=0.6.28
revision=1
wrksrc="distribute-${version}"
build_style=python-module
fulldepends="python"
short_desc="A collection of extensions to the Python distutils"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://pypi.python.org/pypi/distribute"
license="PSF"
distfiles="http://pypi.python.org/packages/source/d/distribute/distribute-$version.tar.gz"
checksum=a42e897551aeb7600708f4aa6a0c02acb4458613976234b7d4fad7ae841a8d63
long_desc="
Extensions to the python-distutils for large or complex distributions."
pycompile_module="pkg_resources.py easy_install.py site.py setuptools"
noarch=yes