summaryrefslogtreecommitdiffstats
path: root/python-pypi/distribute/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'python-pypi/distribute/DETAILS')
-rwxr-xr-xpython-pypi/distribute/DETAILS23
1 files changed, 23 insertions, 0 deletions
diff --git a/python-pypi/distribute/DETAILS b/python-pypi/distribute/DETAILS
new file mode 100755
index 0000000000..6f45e332cf
--- /dev/null
+++ b/python-pypi/distribute/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=distribute
+ VERSION=0.6.16
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/d/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:2a562f1418d5c3a1454ce0b56665d7342f631a1ae413f9f243b399b32a0bcd82744fa7aca405b90a28b958cbcce32c0cbdbd213d57eecff4f46fcb15ba21ce4c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://packages.python.org/distribute/"
+ LICENSE[0]="PSF, ZPL"
+ ENTERED=20110521
+ KEYWORDS="python"
+ SHORT="Easily download, build, install, upgrade, and uninstall Python packages"
+cat << EOF
+Distribute is a fork of the Setuptools project.
+
+Distribute is intended to replace Setuptools as the standard method for
+working with Python module distributions.
+
+For those who may wonder why they should switch to Distribute over Setuptools,
+it's quite simple:
+
+ Distribute is a drop-in replacement for Setuptools The code is actively
+ maintained, and has over 10 commiters Distribute offers Python 3 support !
+EOF