From 60ab8afe98e38742fb58ef681551c50c6c57d6a6 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 26 Apr 2008 15:37:21 +0000 Subject: Python 2.5 should support eggs as well. --- lang/python/egg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python') 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 -- cgit v1.2.3