pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Remove 34 and 35 from python versions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8659b4ef09c1
branches:  trunk
changeset: 322665:8659b4ef09c1
user:      roy <roy%pkgsrc.org@localhost>
date:      Fri Apr 26 09:44:59 2019 +0000

description:
Remove 34 and 35 from python versions.

diffstat:

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

diffs (44 lines):

diff -r 3a24ac0d46b7 -r 8659b4ef09c1 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Fri Apr 26 09:40:15 2019 +0000
+++ b/lang/python/pyversion.mk  Fri Apr 26 09:44:59 2019 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index