summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2009-11-03 20:20:05 +0000
committerjoerg <joerg>2009-11-03 20:20:05 +0000
commitfd808355784ecc6ce8eb2db1d0cc24ce87885393 (patch)
treee89300d1fa9956b0a0fc6539ceec954b5d0367ba /lang
parent56bc6df46e07c3fe626abe58b386e1d5c610dc31 (diff)
downloadpkgsrc-fd808355784ecc6ce8eb2db1d0cc24ce87885393.tar.gz
As the default PYTHON_VERSIONS_ACCEPTED matches with the supported list
of py-setuptools, drop the override here.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/egg.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk
index 6db1053f4a7..823ca471fd6 100644
--- a/lang/python/egg.mk
+++ b/lang/python/egg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.9 2009/04/19 14:48:17 wiz Exp $
+# $NetBSD: egg.mk,v 1.10 2009/11/03 20:20:05 joerg Exp $
#
# Common logic to handle Python Eggs
#
@@ -8,8 +8,6 @@ EGG_NAME?= ${DISTNAME}
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
-# Only Python 2.4+ supported by devel/py-setuptools right now
-PYTHON_VERSIONS_ACCEPTED?= 26 25 24
PLIST_SUBST+= EGG_NAME=${EGG_NAME}-py${PYVERSSUFFIX}
PLIST_SUBST+= EGG_INFODIR=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info