summaryrefslogtreecommitdiff
path: root/lang
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
commit3c645bb7fc37b7d01fc429cb6ae2e339153385de (patch)
tree1bcb6950318fcb7cb60eb9b7184e085ec6937037 /lang
parent300d89fb2452a6e06d8b90d8de94b2c93ce99013 (diff)
downloadpkgsrc-3c645bb7fc37b7d01fc429cb6ae2e339153385de.tar.gz
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'lang')
-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