summaryrefslogtreecommitdiff
path: root/lang/python/pyversion.mk
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-13 23:12:40 +0000
committerrodent <rodent>2015-04-13 23:12:40 +0000
commit58315a81fc520a127a5644e31f88b1f6764964c4 (patch)
tree0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /lang/python/pyversion.mk
parent702c3bab8a743d3270f8185eb14e063be7a0c1bb (diff)
downloadpkgsrc-58315a81fc520a127a5644e31f88b1f6764964c4.tar.gz
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'lang/python/pyversion.mk')
-rw-r--r--lang/python/pyversion.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 6945bf0e5d1..28320a9ba17 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.116 2015/01/27 06:33:46 dbj Exp $
+# $NetBSD: pyversion.mk,v 1.117 2015/04/13 23:12:44 rodent Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -8,7 +8,7 @@
# PYTHON_VERSION_DEFAULT
# The preferred Python version to use.
#
-# Possible values: 26 27 33 34
+# Possible values: 27 33 34
# Default: 27
#
# === Infrastructure variables ===
@@ -27,13 +27,13 @@
# order of the entries matters, since earlier entries are
# preferred over later ones.
#
-# Possible values: 34 33 27 26
-# Default: 34 33 27 26
+# Possible values: 34 33 27
+# Default: 34 33 27
#
# PYTHON_VERSIONS_INCOMPATIBLE
# The Python versions that are NOT acceptable for the package.
#
-# Possible values: 26 27 33 34
+# Possible values: 27 33 34
# Default: (empty)
#
# PYTHON_FOR_BUILD_ONLY
@@ -85,7 +85,7 @@ BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
PYTHON_VERSION_DEFAULT?= 27
-PYTHON_VERSIONS_ACCEPTED?= 34 33 27 26
+PYTHON_VERSIONS_ACCEPTED?= 34 33 27
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
# transform the list into individual variables