summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches
diff options
context:
space:
mode:
authordrochner <drochner>2006-10-17 14:32:32 +0000
committerdrochner <drochner>2006-10-17 14:32:32 +0000
commit3db5454004c87a99b5ee9bf6ba812158e4379032 (patch)
treec6cb117f0c2be7d7baa8ba9d2fd6e2680d8bd064 /math/py-pytables/patches
parent5f444a9b3871a5213970434d5917910164790dfc (diff)
downloadpkgsrc-3db5454004c87a99b5ee9bf6ba812158e4379032.tar.gz
update to 1.3.3
changes: -almost complete support for numpy objects -better hdf5 support -bugfixes (one important about file flushing)
Diffstat (limited to 'math/py-pytables/patches')
-rw-r--r--math/py-pytables/patches/patch-aa20
1 files changed, 11 insertions, 9 deletions
diff --git a/math/py-pytables/patches/patch-aa b/math/py-pytables/patches/patch-aa
index 7e324520406..567d1670f5c 100644
--- a/math/py-pytables/patches/patch-aa
+++ b/math/py-pytables/patches/patch-aa
@@ -1,11 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2006/02/10 20:05:12 drochner Exp $
+$NetBSD: patch-aa,v 1.5 2006/10/17 14:32:32 drochner Exp $
---- setup.py.orig 2005-12-21 18:04:52.000000000 +0100
+--- setup.py.orig 2006-07-28 10:42:25.000000000 +0200
+++ setup.py
-@@ -555,5 +555,5 @@ interactively save and retrieve large am
- ),
- ],
- cmdclass = cmdclass,
-- scripts = ['utils/ptdump', 'utils/ptrepack', 'utils/nctoh5'],
-+ scripts = ['utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3], 'utils/nctoh5' + sys.version[0:3]],
- )
+@@ -409,7 +409,7 @@ else:
+ setuptools_kwargs['packages'] = [
+ 'tables', 'tables.nodes', 'tables.scripts']
+ setuptools_kwargs['scripts'] = [
+- 'utils/ptdump', 'utils/ptrepack', 'utils/nctoh5']
++ 'utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3], 'utils/nctoh5' + sys.version[0:3]]
+
+
+ #Having the Python version included in the package name makes managing a