pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Python 2.5 should support eggs as well.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b2a91bf08f9
branches: trunk
changeset: 541857:1b2a91bf08f9
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Apr 26 15:37:21 2008 +0000
description:
Python 2.5 should support eggs as well.
diffstat:
lang/python/egg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9bd83e5f5d0f -r 1b2a91bf08f9 lang/python/egg.mk
--- a/lang/python/egg.mk Sat Apr 26 15:36:22 2008 +0000
+++ b/lang/python/egg.mk Sat Apr 26 15:37:21 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index