summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Audrius Kažukauskas2011-07-30 18:22:10 +0200
committer Niels Horn2011-07-30 18:22:10 +0200
commitec51f0040df9ce5dc62adb79f6f31d5cc4a25a75 (patch)
tree17665a76e96dcb87c8ce513305a3b25629378424 /python
parentce43fa264282d4937ce0baacfc14a7e4471da9cc (diff)
downloadslackbuilds-ec51f0040df9ce5dc62adb79f6f31d5cc4a25a75.tar.gz
python/distribute: Updated for version 0.6.19.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/distribute/README8
-rw-r--r--python/distribute/distribute.SlackBuild2
-rw-r--r--python/distribute/distribute.info8
3 files changed, 9 insertions, 9 deletions
diff --git a/python/distribute/README b/python/distribute/README
index 3ba0c42347..6ed20d720e 100644
--- a/python/distribute/README
+++ b/python/distribute/README
@@ -1,10 +1,10 @@
distribute is a fork of the setuptools project.
-Distribute is intended to replace Setuptools as the standard method for working
-with Python module distributions.
+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:
+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.
diff --git a/python/distribute/distribute.SlackBuild b/python/distribute/distribute.SlackBuild
index a2b54f7767..111daf4c2e 100644
--- a/python/distribute/distribute.SlackBuild
+++ b/python/distribute/distribute.SlackBuild
@@ -4,7 +4,7 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=distribute
-VERSION=${VERSION:-0.6.14}
+VERSION=${VERSION:-0.6.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/distribute/distribute.info b/python/distribute/distribute.info
index 246324c8ff..9f0d9d0e04 100644
--- a/python/distribute/distribute.info
+++ b/python/distribute/distribute.info
@@ -1,10 +1,10 @@
PRGNAM="distribute"
-VERSION="0.6.14"
+VERSION="0.6.19"
HOMEPAGE="http://packages.python.org/distribute/"
-DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz"
-MD5SUM="ac607e05682116c06383b27a15e2db90"
+DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.19.tar.gz"
+MD5SUM="45a17940eefee849d4cb8cc06d28d96f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
-APPROVED="dsomero"
+APPROVED="Niels Horn"