summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-17 15:32:22 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-17 15:32:22 +0000
commitec79ed822b34c9fa141d7dae7c9bd8d38a1dcb6f (patch)
tree655beae92a8f674ece53c4272c815b6bef531f1e /lang/python
parente823a56ff986aed363aee090a7f7be88fed89a87 (diff)
downloadpkgsrc-ec79ed822b34c9fa141d7dae7c9bd8d38a1dcb6f.tar.gz
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 (limited to 'lang/python')
-rw-r--r--lang/python/egg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk
index aa70a0a95dd..2c8846143c1 100644
--- a/lang/python/egg.mk
+++ b/lang/python/egg.mk
@@ -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 @@ EGG_NAME?= ${DISTNAME}
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= --single-version-externally-managed
_PYSETUPTOOLSINSTALLARGS+= --root=/
.endif
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools
INSTALLATION_DIRS+= ${PYSITELIB}