pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Require setuptools 0.6c9 to get consistent...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f03edf4adf6
branches:  trunk
changeset: 554647:4f03edf4adf6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 17 15:32:22 2009 +0000

description:
Require setuptools 0.6c9 to get consistent native_libs.txt behavior.
No recursive bump as packages either have been broken or are working
correctly with older versions. While here, fix the Python version
comment.

diffstat:

 lang/python/egg.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 07093fbb4296 -r 4f03edf4adf6 lang/python/egg.mk
--- a/lang/python/egg.mk        Tue Feb 17 15:08:44 2009 +0000
+++ b/lang/python/egg.mk        Tue Feb 17 15:32:22 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.6 2008/09/12 05:32:38 epg Exp $
+# $NetBSD: egg.mk,v 1.7 2009/02/17 15:32:22 joerg Exp $
 #
 # Common logic to handle Python Eggs
 #
@@ -8,7 +8,7 @@
 
 PYDISTUTILSPKG=        yes
 PY_PATCHPLIST= yes
-# Only Python 2.4 support by devel/py-setuptools right now
+# Only Python 2.4+ supported by devel/py-setuptools right now
 PYTHON_VERSIONS_ACCEPTED?=     25 24
 
 PLIST_SUBST+=  EGG_NAME=${EGG_NAME}-py${PYVERSSUFFIX}
@@ -23,7 +23,7 @@
 _PYSETUPTOOLSINSTALLARGS+=     --root=/
 .endif
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools
 
 INSTALLATION_DIRS+=    ${PYSITELIB}
 



Home | Main Index | Thread Index | Old Index