[Lunar-commits] <moonbase> setuptools: jump to its successor - distribute

Paul Bredbury brebs at lunar-linux.org
Tue Jan 18 08:54:20 CET 2011


commit eb92d037b751a3a619a2e48f9c0659d0595126e4
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Tue Jan 18 14:54:20 2011 +0700

    setuptools: jump to its successor - distribute
---
 python/setuptools/BUILD   |    4 ++++
 python/setuptools/DETAILS |   13 +++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/python/setuptools/BUILD b/python/setuptools/BUILD
index 381ba27..4472a67 100644
--- a/python/setuptools/BUILD
+++ b/python/setuptools/BUILD
@@ -1,7 +1,11 @@
 (
 
   python setup.py build &&
+
   prepare_install &&
+
+  # Specifying root, to stop packages clobbering each other's easy-install.pth
+  # http://mail.python.org/pipermail/distutils-sig/2008-October/010208.html
   python setup.py install --root=/
 
 ) > $C_FIFO 2>&1
diff --git a/python/setuptools/DETAILS b/python/setuptools/DETAILS
index db9ede5..42fc109 100644
--- a/python/setuptools/DETAILS
+++ b/python/setuptools/DETAILS
@@ -1,11 +1,12 @@
           MODULE=setuptools
-         VERSION=0.6c11
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://cheeseshop.python.org/packages/source/s/setuptools/
-      SOURCE_VFY=sha1:8d1ad6384d358c547c50c60f1bfdb3362c6c4a7d
-        WEB_SITE=http://peak.telecommunity.com/DevCenter/setuptools
+         VERSION=0.6.14
+          SOURCE=distribute-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/distribute-$VERSION
+      SOURCE_URL=http://pypi.python.org/packages/source/d/distribute
+      SOURCE_VFY=sha1:6bea50b97f36bf751548bb486a534204a690aa4d
+        WEB_SITE=http://pypi.python.org/pypi/distribute
          ENTERED=20071008
-         UPDATED=20091228
+         UPDATED=20110116
            SHORT="simplified packaging system for Python modules"
 
 cat << EOF


More information about the Lunar-commits mailing list