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:   adam
Date:           Mon Oct 31 09:53:31 UTC 2022

Modified Files:
        pkgsrc/lang/python: pyversion.mk

Log Message:
Support Python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 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.142 pkgsrc/lang/python/pyversion.mk:1.143
--- pkgsrc/lang/python/pyversion.mk:1.142       Sun Oct  2 22:58:52 2022
+++ pkgsrc/lang/python/pyversion.mk     Mon Oct 31 09:53:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.142 2022/10/02 22:58:52 gdt Exp $
+# $NetBSD: pyversion.mk,v 1.143 2022/10/31 09:53:31 adam 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 37 38 39 310
+#      Possible values: 27 37 38 39 310 311
 #      Default: 310
 #
 # === Infrastructure variables ===
@@ -27,13 +27,13 @@
 #      order of the entries matters, since earlier entries are
 #      preferred over later ones.
 #
-#      Possible values: 310 39 38 37 27
-#      Default: 310 39 38 37 27
+#      Possible values: 311 310 39 38 37 27
+#      Default: 311 310 39 38 37 27
 #
 # PYTHON_VERSIONS_INCOMPATIBLE
 #      The Python versions that are NOT acceptable for the package.
 #
-#      Possible values: 27 37 38 39 310
+#      Possible values: 27 37 38 39 310 311
 #      Default: (empty)
 #
 # PYTHON_FOR_BUILD_ONLY
@@ -85,7 +85,7 @@ BUILD_DEFS+=          PYTHON_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   PYPACKAGE
 
 PYTHON_VERSION_DEFAULT?=               310
-PYTHON_VERSIONS_ACCEPTED?=             310 39 38 37 27
+PYTHON_VERSIONS_ACCEPTED?=             311 310 39 38 37 27
 PYTHON_VERSIONS_INCOMPATIBLE?=         # empty by default
 
 # transform the list into individual variables



Home | Main Index | Thread Index | Old Index