pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-pytables py-cython dependency doesn't support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b474bd48a04
branches:  trunk
changeset: 577701:9b474bd48a04
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 17 18:13:08 2010 +0000

description:
py-cython dependency doesn't support 2.4.

diffstat:

 math/py-pytables/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bd9a2a7591af -r 9b474bd48a04 math/py-pytables/Makefile
--- a/math/py-pytables/Makefile Sat Jul 17 12:22:32 2010 +0000
+++ b/math/py-pytables/Makefile Sat Jul 17 18:13:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2010/07/16 12:17:59 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2010/07/17 18:13:08 joerg Exp $
 #
 
 DISTNAME=              tables-2.2
@@ -12,6 +12,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+PYTHON_VERSIONS_ACCEPTED=      26 25
+
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pytables
 PKG_SUPPORTED_OPTIONS= lzo
 PKG_SUGGESTED_OPTIONS=



Home | Main Index | Thread Index | Old Index