summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorjoerg <joerg>2008-02-04 23:27:50 +0000
committerjoerg <joerg>2008-02-04 23:27:50 +0000
commit0df1c6dff4dfcf51b5760809e7ab259d415b3d44 (patch)
tree318028f814a95d438466f121edcf073200c0cef2 /lang/python
parent90fc07e600a5633d4012f1e891af6d60caf70f0f (diff)
downloadpkgsrc-0df1c6dff4dfcf51b5760809e7ab259d415b3d44.tar.gz
Revert last. Python 2.5 is not in the main tree and creating noise for
bulk builds is inacceptable.
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 13f4a507f0a..7123d2eee6a 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.50 2008/02/01 08:17:00 xtraeme Exp $
+# $NetBSD: pyversion.mk,v 1.51 2008/02/04 23:27:50 joerg Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -51,7 +51,7 @@ PYTHON_VERSION_DEFAULT?= 24
.if ${OPSYS} == "Darwin"
PYTHON_VERSIONS_INCOMPATIBLE+= 22 21 20 15
.endif
-PYTHON_VERSIONS_ACCEPTED?= 25 24 23 22 21 20
+PYTHON_VERSIONS_ACCEPTED?= 24 23 22 21 20
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
BUILDLINK_API_DEPENDS.python15?= python15>=1.5