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:           Sun Jul 30 14:43:26 UTC 2023

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

Log Message:
Forget Python 3.7 for good


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 pkgsrc/lang/python/pyversion.mk:1.154
--- pkgsrc/lang/python/pyversion.mk:1.153       Thu Jul 20 13:24:38 2023
+++ pkgsrc/lang/python/pyversion.mk     Sun Jul 30 14:43:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.153 2023/07/20 13:24:38 gdt Exp $
+# $NetBSD: pyversion.mk,v 1.154 2023/07/30 14:43:25 adam Exp $
 
 # This file should be included by packages as a way to depend on
 # python when none of the other methods are appropriate, e.g. a
@@ -11,7 +11,7 @@
 # PYTHON_VERSION_DEFAULT
 #      The preferred Python version to use.
 #
-#      Possible values: 27 37 38 39 310 311
+#      Possible values: 27 38 39 310 311
 #      Default: 310
 #
 # === Infrastructure variables ===
@@ -30,13 +30,13 @@
 #      order of the entries matters, since earlier entries are
 #      preferred over later ones.
 #
-#      Possible values: 311 310 39 38 37 27
+#      Possible values: 311 310 39 38 27
 #      Default: 311 310 39 38 27
 #
 # PYTHON_VERSIONS_INCOMPATIBLE
 #      The Python versions that are NOT acceptable for the package.
 #
-#      Possible values: 27 37 38 39 310 311
+#      Possible values: 27 38 39 310 311
 #      Default: (empty)
 #
 # PYTHON_FOR_BUILD_ONLY



Home | Main Index | Thread Index | Old Index