diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-23 18:02:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-23 18:02:32 +0000 |
commit | 88db16e83f8afa6a412ff72eb208645ea6cb9577 (patch) | |
tree | 74cf662959d703e17aafbe93f318b5b2f79d6489 /lang/python | |
parent | b459ad34d79a934ef5840029a45eec6421fd86ff (diff) | |
download | pkgsrc-88db16e83f8afa6a412ff72eb208645ea6cb9577.tar.gz |
Remove comment that doesn't reflect the consensus on how to mark support
Python versions.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 594562ca6eb..c2b7d9858dc 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.61 2008/11/29 19:30:33 snj Exp $ +# $NetBSD: pyversion.mk,v 1.62 2009/01/23 18:02:32 joerg Exp $ # This file determines which Python version is used as a dependency for # a package. @@ -16,10 +16,7 @@ # 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. 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. +# preferred over later ones. # # Possible values: 25 24 23 21 # Default: 25 24 23 |