pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python No need to add 27 for PYTHON_VERSIONS_ACCE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbc8ea24e73e
branches:  trunk
changeset: 587010:fbc8ea24e73e
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Mar 26 07:53:30 2011 +0000

description:
No need to add 27 for PYTHON_VERSIONS_ACCEPTED over again.

diffstat:

 lang/python/pyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r af81914364a2 -r fbc8ea24e73e lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Sat Mar 26 07:12:56 2011 +0000
+++ b/lang/python/pyversion.mk  Sat Mar 26 07:53:30 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.87 2011/03/12 14:07:13 wiz Exp $
+# $NetBSD: pyversion.mk,v 1.88 2011/03/26 07:53:30 obache Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -69,7 +69,7 @@
 BUILD_DEFS_EFFECTS+=   PYPACKAGE
 
 PYTHON_VERSION_DEFAULT?=               26
-PYTHON_VERSIONS_ACCEPTED?=             27 27 26 25 24
+PYTHON_VERSIONS_ACCEPTED?=             27 26 25 24
 PYTHON_VERSIONS_INCOMPATIBLE?=         # empty by default
 
 BUILDLINK_API_DEPENDS.python24?=               python24>=2.4



Home | Main Index | Thread Index | Old Index