pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Switch default Python to 3.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2030ec0940aa
branches: trunk
changeset: 459194:2030ec0940aa
user: nia <nia%pkgsrc.org@localhost>
date: Fri Oct 01 12:27:47 2021 +0000
description:
Switch default Python to 3.9.
Bulk builds have been running for some time, and this is expected to be
fine.
diffstat:
lang/python/pyversion.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3ad6188a58fd -r 2030ec0940aa lang/python/pyversion.mk
--- a/lang/python/pyversion.mk Fri Oct 01 12:13:08 2021 +0000
+++ b/lang/python/pyversion.mk Fri Oct 01 12:27:47 2021 +0000
@@ -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 @@
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