pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Improved the wording for the cases where P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9ab007b73e
branches:  trunk
changeset: 538194:2d9ab007b73e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 31 19:34:35 2008 +0000

description:
Improved the wording for the cases where PYTHON_VERSIONS_INCOMPATIBLE
should be used instead of PYTHON_VERSIONS_ACCEPTED.

diffstat:

 lang/python/pyversion.mk |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r a2fd0a686580 -r 2d9ab007b73e lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Jan 31 19:04:09 2008 +0000
+++ b/lang/python/pyversion.mk  Thu Jan 31 19:34:35 2008 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index