pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Remove python 2.1 from the default set of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e115684eef2c
branches:  trunk
changeset: 541763:e115684eef2c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 16:27:45 2008 +0000

description:
Remove python 2.1 from the default set of acceptable python packages
so that packages that require it must specify so explicitly.

diffstat:

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

diffs (27 lines):

diff -r 592c6713d6d7 -r e115684eef2c lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Fri Apr 25 16:25:25 2008 +0000
+++ b/lang/python/pyversion.mk  Fri Apr 25 16:27:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.58 2008/04/25 16:11:11 tnn Exp $
+# $NetBSD: pyversion.mk,v 1.59 2008/04/25 16:27:45 tnn Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -22,7 +22,7 @@
 #      automatically include future versions.
 #
 #      Possible values: 25 24 23 21 15
-#      Default: (all)
+#      Default: 25 24 23
 #
 # PYTHON_VERSIONS_INCOMPATIBLE
 #      The Python versions that are NOT acceptable for the package.
@@ -62,7 +62,7 @@
 BUILD_DEFS_EFFECTS+=   PYPACKAGE
 
 PYTHON_VERSION_DEFAULT?=               24
-PYTHON_VERSIONS_ACCEPTED?=             25 24 23 21
+PYTHON_VERSIONS_ACCEPTED?=             25 24 23
 PYTHON_VERSIONS_INCOMPATIBLE?=         # empty by default
 
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index