pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Support Python 3.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce2d76395bb9
branches:  trunk
changeset: 387496:ce2d76395bb9
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 31 09:53:31 2022 +0000

description:
Support Python 3.11

diffstat:

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

diffs (44 lines):

diff -r 27df5f6ec1f9 -r ce2d76395bb9 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Mon Oct 31 09:52:13 2022 +0000
+++ b/lang/python/pyversion.mk  Mon Oct 31 09:53:31 2022 +0000
@@ -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_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