diff options
author | snj <snj> | 2009-03-21 06:24:48 +0000 |
---|---|---|
committer | snj <snj> | 2009-03-21 06:24:48 +0000 |
commit | 4a0bd62e8086c173e2ef4c6eef53183a1521812c (patch) | |
tree | ef06c63e43674fe47aaa0d131b633fa676b9c690 /lang/python | |
parent | 5ccb9cfc9a109327a0250b329ebd31e0a45701eb (diff) | |
download | pkgsrc-4a0bd62e8086c173e2ef4c6eef53183a1521812c.tar.gz |
Remove traces of python21.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 08ee1aa67c8..61519ef3739 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.66 2009/03/08 17:05:10 joerg Exp $ +# $NetBSD: pyversion.mk,v 1.67 2009/03/21 06:24:48 snj Exp $ # This file determines which Python version is used as a dependency for # a package. @@ -8,7 +8,7 @@ # PYTHON_VERSION_DEFAULT # The preferred Python version to use. # -# Possible values: 21 23 24 25 +# Possible values: 23 24 25 # Default: 25 # # === Package-settable variables === @@ -18,13 +18,13 @@ # order of the entries matters, since earlier entries are # preferred over later ones. # -# Possible values: 25 24 23 21 +# Possible values: 25 24 23 # Default: 25 24 23 # # PYTHON_VERSIONS_INCOMPATIBLE # The Python versions that are NOT acceptable for the package. # -# Possible values: 21 23 24 25 +# Possible values: 23 24 25 # Default: (depends on the platform) # # PYTHON_FOR_BUILD_ONLY |