summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-04-22 15:17:08 +0000
committerdrochner <drochner@pkgsrc.org>2004-04-22 15:17:08 +0000
commitffbf375478fb4eed7b5cd71206efad22d22ab3ac (patch)
treea79876766c9188b4366577419b120d5fe13f6b47 /math/py-pytables/patches
parent97e5756142ac4bed61d24b795e42664972542e48 (diff)
downloadpkgsrc-ffbf375478fb4eed7b5cd71206efad22d22ab3ac.tar.gz
import pytables-0.8, a data manipulation package (frontend to HDF5)
Diffstat (limited to 'math/py-pytables/patches')
-rw-r--r--math/py-pytables/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-pytables/patches/patch-aa b/math/py-pytables/patches/patch-aa
new file mode 100644
index 00000000000..2434f6ca8e5
--- /dev/null
+++ b/math/py-pytables/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+
+--- setup.py.orig 2004-04-22 17:03:28.000000000 +0200
++++ setup.py 2004-04-22 17:06:58.000000000 +0200
+@@ -551,5 +551,5 @@
+ runtime_library_dirs = rlib_dirs,
+ )],
+ cmdclass = cmdclass,
+- scripts = ['utils/ptdump', 'utils/ptrepack'],
++ scripts = ['utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3]],
+ )