pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pytables use PYVERSSUFFIX, fixes Python!=2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ce53d19d8f8
branches:  trunk
changeset: 568648:1ce53d19d8f8
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Dec 16 16:59:48 2009 +0000

description:
use PYVERSSUFFIX, fixes Python!=2.5

diffstat:

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

diffs (15 lines):

diff -r f3bd29d3225c -r 1ce53d19d8f8 math/py-pytables/PLIST
--- a/math/py-pytables/PLIST    Wed Dec 16 16:53:09 2009 +0000
+++ b/math/py-pytables/PLIST    Wed Dec 16 16:59:48 2009 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2009/11/15 15:56:55 drochner Exp $
-bin/nctoh52.5
-bin/ptdump2.5
-bin/ptrepack2.5
+@comment $NetBSD: PLIST,v 1.7 2009/12/16 16:59:48 drochner Exp $
+bin/nctoh5${PYVERSSUFFIX}
+bin/ptdump${PYVERSSUFFIX}
+bin/ptrepack${PYVERSSUFFIX}
 ${PYSITELIB}/tables/__init__.py
 ${PYSITELIB}/tables/__init__.pyc
 ${PYSITELIB}/tables/__init__.pyo



Home | Main Index | Thread Index | Old Index