summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-11-03 20:20:05 +0000
committerjoerg <joerg@pkgsrc.org>2009-11-03 20:20:05 +0000
commite0e33a32432b6541bd6adbf7a1f3ee21b0ac1524 (patch)
treee89300d1fa9956b0a0fc6539ceec954b5d0367ba /lang/python
parent28ebd711bbce1ce011053ee3f15b06ddd6c0d114 (diff)
downloadpkgsrc-e0e33a32432b6541bd6adbf7a1f3ee21b0ac1524.tar.gz
As the default PYTHON_VERSIONS_ACCEPTED matches with the supported list
of py-setuptools, drop the override here.
Diffstat (limited to 'lang/python')
-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