summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-09 22:56:21 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-09 22:56:21 +0000
commit900a91854c6246bb6b9d9ab2714409df2ef0f1b4 (patch)
tree1bcb6950318fcb7cb60eb9b7184e085ec6937037 /lang/python
parent4a70fccab0f6601a54e701a9be6625d754e7f556 (diff)
downloadpkgsrc-900a91854c6246bb6b9d9ab2714409df2ef0f1b4.tar.gz
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index ea1ad0739c7..9705d21ea8d 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.63 2009/02/09 21:09:21 joerg Exp $
+# $NetBSD: pyversion.mk,v 1.64 2009/02/09 22:56:24 joerg Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -58,7 +58,7 @@ PYTHON_PYVERSION_MK= defined
BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
-PYTHON_VERSION_DEFAULT?= 24
+PYTHON_VERSION_DEFAULT?= 25
PYTHON_VERSIONS_ACCEPTED?= 25 24 23
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default