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: Fri Oct 1 12:27:47 UTC 2021
Modified Files:
pkgsrc/lang/python: pyversion.mk
Log Message:
Switch default Python to 3.9.
Bulk builds have been running for some time, and this is expected to be
fine.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 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.136 pkgsrc/lang/python/pyversion.mk:1.137
--- pkgsrc/lang/python/pyversion.mk:1.136 Sat Jul 10 05:24:33 2021
+++ pkgsrc/lang/python/pyversion.mk Fri Oct 1 12:27:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.136 2021/07/10 05:24:33 gutteridge Exp $
+# $NetBSD: pyversion.mk,v 1.137 2021/10/01 12:27:47 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 36 37 38 39
-# Default: 38
+# Default: 39
#
# === Infrastructure variables ===
#
@@ -84,7 +84,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^
BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
-PYTHON_VERSION_DEFAULT?= 38
+PYTHON_VERSION_DEFAULT?= 39
PYTHON_VERSIONS_ACCEPTED?= 39 38 37 36 27
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
Home |
Main Index |
Thread Index |
Old Index