diff options
author | joerg <joerg@pkgsrc.org> | 2008-02-04 23:27:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-02-04 23:27:50 +0000 |
commit | 2b0bc101a47ebd5987cd093d0ca1b557bd7d8677 (patch) | |
tree | 318028f814a95d438466f121edcf073200c0cef2 /lang/python | |
parent | bd484f092b33d7b700d9f99d4ad18fdd9a103681 (diff) | |
download | pkgsrc-2b0bc101a47ebd5987cd093d0ca1b557bd7d8677.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.mk | 4 |
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 |