18 lines
625 B
Text
18 lines
625 B
Text
# Template file for 'python-distribute'
|
|
pkgname=python-distribute
|
|
version=0.6.14
|
|
revision=1
|
|
wrksrc="distribute-${version}"
|
|
patch_args="-Np1"
|
|
distfiles="http://pypi.python.org/packages/source/d/distribute/distribute-$version.tar.gz"
|
|
build_style=python-module
|
|
short_desc="A collection of extensions to the Python distutils"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=44c92b7edbc0ff9cd5847291e7dcb4cc75e24247a306bd4b8a139abd355b0db0
|
|
long_desc="
|
|
Extensions to the python-distutils for large or complex distributions."
|
|
|
|
pycompile_module="setuptools pkg_resources easy_install site"
|
|
noarch=yes
|
|
|
|
Add_dependency full python
|