pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Add 25 to PYTHON_VERSIONS_ACCEPTED, so PYT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e4539ae9e51
branches:  trunk
changeset: 540934:6e4539ae9e51
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Apr 11 13:10:15 2008 +0000

description:
Add 25 to PYTHON_VERSIONS_ACCEPTED, so PYTHON_VERSION_DEFAULT=25 works in mk.conf

diffstat:

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

diffs (18 lines):

diff -r f82e07b8be65 -r 6e4539ae9e51 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Fri Apr 11 12:23:09 2008 +0000
+++ b/lang/python/pyversion.mk  Fri Apr 11 13:10:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.53 2008/03/15 16:43:25 joerg Exp $
+# $NetBSD: pyversion.mk,v 1.54 2008/04/11 13:10:15 abs Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -65,7 +65,7 @@
 .if ${OPSYS} == "Darwin"
 PYTHON_VERSIONS_INCOMPATIBLE+=         22 21 20 15
 .endif
-PYTHON_VERSIONS_ACCEPTED?=             24 23 22 21 20
+PYTHON_VERSIONS_ACCEPTED?=             25 24 23 22 21 20
 PYTHON_VERSIONS_INCOMPATIBLE?=         # empty by default
 
 BUILDLINK_API_DEPENDS.python15?=               python15>=1.5



Home | Main Index | Thread Index | Old Index