pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-ORBit After the last change to pythonXX/bl3, th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3996e410db3c
branches: trunk
changeset: 398775:3996e410db3c
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Sep 08 16:37:34 2009 +0000
description:
After the last change to pythonXX/bl3, this pkg doesn't build against
older Python pkgs anymore on Linux, as reported by David Sainty.
(due to a bogus hidden db4 dependency)
Add API_DEPENDS to force a suitable Python version.
diffstat:
net/py-ORBit/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r d8ad61d9e510 -r 3996e410db3c net/py-ORBit/Makefile
--- a/net/py-ORBit/Makefile Tue Sep 08 14:41:56 2009 +0000
+++ b/net/py-ORBit/Makefile Tue Sep 08 16:37:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/07/07 11:02:37 zafer Exp $
+# $NetBSD: Makefile,v 1.33 2009/09/08 16:37:34 drochner Exp $
#
DISTNAME= pyorbit-2.24.0
@@ -21,6 +21,9 @@
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PYTHON_VERSIONS_ACCEPTED= 26 25 24
+BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
+BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2
+BUILDLINK_API_DEPENDS.python24+= python24>=2.4.5nb4
do-test:
(cd ${WRKSRC}/tests/c-inproc && ${PYTHONBIN} test-c-inproc.py)
Home |
Main Index |
Thread Index |
Old Index