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:   maya
Date:           Wed Apr 24 13:16:59 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 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.127 pkgsrc/lang/python/pyversion.mk:1.128
--- pkgsrc/lang/python/pyversion.mk:1.127       Tue Nov 13 11:57:26 2018
+++ pkgsrc/lang/python/pyversion.mk     Wed Apr 24 13:16:59 2019
@@ -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 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^
 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