pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Default to python 3.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f9e0b6d862e
branches:  trunk
changeset: 332745:5f9e0b6d862e
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 24 13:16:59 2019 +0000

description:
Default to python 3.7.

We don't want to end up defaulting to an EOL python by the end of this year,
and would like to switch early in the branch. Waiting longer isn't wise.

diffstat:

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

diffs (27 lines):

diff -r a9f2366a4251 -r 5f9e0b6d862e lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Wed Apr 24 13:09:59 2019 +0000
+++ b/lang/python/pyversion.mk  Wed Apr 24 13:16:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.127 2018/11/13 11:57:26 markd Exp $
+# $NetBSD: pyversion.mk,v 1.128 2019/04/24 13:16:59 maya 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 34 35 36 37
-#      Default: 27
+#      Default: 37
 #
 # === Infrastructure variables ===
 #
@@ -84,7 +84,7 @@
 BUILD_DEFS+=           PYTHON_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   PYPACKAGE
 
-PYTHON_VERSION_DEFAULT?=               27
+PYTHON_VERSION_DEFAULT?=               37
 PYTHON_VERSIONS_ACCEPTED?=             37 36 35 34 27
 PYTHON_VERSIONS_INCOMPATIBLE?=         # empty by default
 



Home | Main Index | Thread Index | Old Index