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: wiz
Date: Fri May 10 10:32:07 UTC 2024
Modified Files:
pkgsrc/lang/python: pyversion.mk
Log Message:
python: revert unintended change
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 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.158 pkgsrc/lang/python/pyversion.mk:1.159
--- pkgsrc/lang/python/pyversion.mk:1.158 Fri May 10 10:31:29 2024
+++ pkgsrc/lang/python/pyversion.mk Fri May 10 10:32:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.158 2024/05/10 10:31:29 wiz Exp $
+# $NetBSD: pyversion.mk,v 1.159 2024/05/10 10:32:07 wiz Exp $
# This file should be included by packages as a way to depend on
# python when none of the other methods are appropriate, e.g. a
@@ -31,7 +31,7 @@
# preferred over later ones.
#
# Possible values: 312 311 310 39 38 27
-# Default: 312 311 310 39 38
+# Default: 312 311 310 39 38 27
#
# PYTHON_VERSIONS_INCOMPATIBLE
# The Python versions that are NOT acceptable for the package.
@@ -108,9 +108,6 @@ PYTHON_VERSION_DEFAULT?= 311
PYTHON_VERSION_DEFAULT?= 310
.endif
PYTHON_VERSIONS_ACCEPTED?= 312 311 310 39 38 27
-.if defined(PYTHON_27_ACCEPTED)
-#PYTHON_VERSIONS_ACCEPTED+= 27
-.endif
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
# transform the list into individual variables
Home |
Main Index |
Thread Index |
Old Index