diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-26 15:37:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-26 15:37:21 +0000 |
commit | 60ab8afe98e38742fb58ef681551c50c6c57d6a6 (patch) | |
tree | 2fa5782c66bdb7a9280899c10de9ac99229c9da3 /lang | |
parent | 45b96b4efaead564bd15cd5ebde3490bb32e2bc8 (diff) | |
download | pkgsrc-60ab8afe98e38742fb58ef681551c50c6c57d6a6.tar.gz |
Python 2.5 should support eggs as well.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/egg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk index ab03800b2c3..79989918e31 100644 --- a/lang/python/egg.mk +++ b/lang/python/egg.mk @@ -1,4 +1,4 @@ -# $NetBSD: egg.mk,v 1.3 2007/08/10 13:49:08 joerg Exp $ +# $NetBSD: egg.mk,v 1.4 2008/04/26 15:37:21 joerg Exp $ # # Common logic to handle Python Eggs # @@ -7,7 +7,7 @@ PYDISTUTILSPKG= yes PY_PATCHPLIST= yes # Only Python 2.4 support by devel/py-setuptools right now -PYTHON_VERSIONS_ACCEPTED?= 24 +PYTHON_VERSIONS_ACCEPTED?= 25 24 PLIST_SUBST+= EGG_NAME=${EGG_NAME}-py${PYVERSSUFFIX} PLIST_SUBST+= EGG_INFODIR=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info |