pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Revert last. Python 2.5 is not in the main...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7490fb3f341f
branches: trunk
changeset: 538290:7490fb3f341f
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Feb 04 23:27:50 2008 +0000
description:
Revert last. Python 2.5 is not in the main tree and creating noise for
bulk builds is inacceptable.
diffstat:
lang/python/pyversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7f45a69facb9 -r 7490fb3f341f lang/python/pyversion.mk
--- a/lang/python/pyversion.mk Mon Feb 04 21:52:16 2008 +0000
+++ b/lang/python/pyversion.mk Mon Feb 04 23:27:50 2008 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index