summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2019-04-26 09:44:59 +0000
committerroy <roy@pkgsrc.org>2019-04-26 09:44:59 +0000
commit6819a2cc05283662c1edb4c706fe8997c1c7ec28 (patch)
tree8f92ec0890703f51b530050374883fb51ef5802e /lang/python
parent5adf148bbd66d56cb472bfcc356d55487d509dcc (diff)
downloadpkgsrc-6819a2cc05283662c1edb4c706fe8997c1c7ec28.tar.gz
Remove 34 and 35 from python versions.
Diffstat (limited to 'lang/python')
-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 5aad17df8ff..7777e62bb00 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.128 2019/04/24 13:16:59 maya Exp $
+# $NetBSD: pyversion.mk,v 1.129 2019/04/26 09:44:59 roy 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: 27 34 35 36 37
+# Possible values: 27 36 37
# Default: 37
#
# === Infrastructure variables ===
@@ -27,13 +27,13 @@
# order of the entries matters, since earlier entries are
# preferred over later ones.
#
-# Possible values: 37 36 35 34 27
-# Default: 37 36 35 34 27
+# Possible values: 37 36 27
+# Default: 37 36 27
#
# PYTHON_VERSIONS_INCOMPATIBLE
# The Python versions that are NOT acceptable for the package.
#
-# Possible values: 27 34 35 36 37
+# Possible values: 27 36 37
# Default: (empty)
#
# PYTHON_FOR_BUILD_ONLY
@@ -85,7 +85,7 @@ BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
PYTHON_VERSION_DEFAULT?= 37
-PYTHON_VERSIONS_ACCEPTED?= 37 36 35 34 27
+PYTHON_VERSIONS_ACCEPTED?= 37 36 27
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
# transform the list into individual variables