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: nia
Date: Thu Jun 30 10:45:36 UTC 2022
Modified Files:
pkgsrc/lang/python: pyversion.mk
Log Message:
python: Bump default version to 3.10.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 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.140 pkgsrc/lang/python/pyversion.mk:1.141
--- pkgsrc/lang/python/pyversion.mk:1.140 Thu Dec 30 11:52:48 2021
+++ pkgsrc/lang/python/pyversion.mk Thu Jun 30 10:45:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.140 2021/12/30 11:52:48 adam Exp $
+# $NetBSD: pyversion.mk,v 1.141 2022/06/30 10:45:36 nia Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -9,7 +9,7 @@
# The preferred Python version to use.
#
# Possible values: 27 37 38 39 310
-# Default: 39
+# Default: 310
#
# === Infrastructure variables ===
#
@@ -84,7 +84,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^
BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
-PYTHON_VERSION_DEFAULT?= 39
+PYTHON_VERSION_DEFAULT?= 310
PYTHON_VERSIONS_ACCEPTED?= 310 39 38 37 27
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
Home |
Main Index |
Thread Index |
Old Index