Added python-distribute-0.6.14 build template.

This commit is contained in:
Juan RP
2010-11-27 23:49:56 +01:00
parent 67be94b50e
commit 1a1d51205b
2 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Template file for 'python-distribute'
pkgname=python-distribute
version=0.6.14
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=16d5da8211d74eb11f2744c5945a3c7fcae9abbfebb56ea493f177a45d2e5bec
long_desc="
Extensions to the python-distutils for large or complex distributions."
noarch=yes
Add_dependency full python