summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-31 19:34:35 +0000
committerrillig <rillig>2008-01-31 19:34:35 +0000
commit59562ee8c34243ab977e00b574f38f4155c6de8f (patch)
treecdd253c686e0251fedbd3a273ebfd5ba165d0d40 /lang/python
parent9c7c3025fa1d35ca58b280a1af3436a21b79f9a6 (diff)
downloadpkgsrc-59562ee8c34243ab977e00b574f38f4155c6de8f.tar.gz
Improved the wording for the cases where PYTHON_VERSIONS_INCOMPATIBLE
should be used instead of PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 9d9a4c40151..24f3030dd0a 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.48 2008/01/31 13:47:19 rillig Exp $
+# $NetBSD: pyversion.mk,v 1.49 2008/01/31 19:34:35 rillig Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -16,9 +16,10 @@
# PYTHON_VERSIONS_ACCEPTED
# The Python versions that are acceptable for the package. The
# order of the entries matters, since earlier entries are
-# preferred over later ones. Using PYTHON_VERSIONS_INCOMPATIBLE
-# is preferred over this variable, since it automatically extends
-# to newly introduced versions.
+# preferred over later ones. If the package doesn't work with
+# older Python versions but only with newer ones, please use
+# PYTHON_VERSIONS_INCOMPATIBLE instead, since it will
+# automatically include future versions.
#
# Possible values: 24 23 22 21 20 15
# Default: (all)