pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: roy
Date: Fri Apr 26 09:44:59 UTC 2019
Modified Files:
pkgsrc/lang/python: pyversion.mk
Log Message:
Remove 34 and 35 from python versions.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/lang/python/pyversion.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/pyversion.mk
diff -u pkgsrc/lang/python/pyversion.mk:1.128 pkgsrc/lang/python/pyversion.mk:1.129
--- pkgsrc/lang/python/pyversion.mk:1.128 Wed Apr 24 13:16:59 2019
+++ pkgsrc/lang/python/pyversion.mk Fri Apr 26 09:44:59 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index