summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorsnj <snj>2009-04-19 15:09:51 +0000
committersnj <snj>2009-04-19 15:09:51 +0000
commita24dcbd75cd47e3e96dc9a31e88d78b2f7c16936 (patch)
tree7f2fb2cbaa288c65c205783c12081f2a53fab2f0 /lang/python
parent8ec196994890d0c3a46e377bc8dc6f8775ad0e90 (diff)
downloadpkgsrc-a24dcbd75cd47e3e96dc9a31e88d78b2f7c16936.tar.gz
Add py26 to default list of PYTHON_VERSIONS_ACCEPTED and set
BUILDLINK_API_DEPENDS.python26.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 86ccee21cb8..4821f0c50bf 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.68 2009/04/19 14:48:17 wiz Exp $
+# $NetBSD: pyversion.mk,v 1.69 2009/04/19 15:09:51 snj Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -69,12 +69,13 @@ BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
PYTHON_VERSION_DEFAULT?= 25
-PYTHON_VERSIONS_ACCEPTED?= 25 24 23
+PYTHON_VERSIONS_ACCEPTED?= 26 25 24 23
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
BUILDLINK_API_DEPENDS.python23?= python23>=2.3
BUILDLINK_API_DEPENDS.python24?= python24>=2.4
BUILDLINK_API_DEPENDS.python25?= python25>=2.5.1
+BUILDLINK_API_DEPENDS.python26?= python26>=2.6.2
# transform the list into individual variables
.for pv in ${PYTHON_VERSIONS_ACCEPTED}