summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-02-10 20:05:11 +0000
committerdrochner <drochner@pkgsrc.org>2006-02-10 20:05:11 +0000
commitd3fcbbb4c921cba9aedf41817d2650df7ff8e04c (patch)
treee8b756ff76bda082418d2917f348c38ff24ca26d /math/py-pytables/patches
parent18f2bc3a2d132d5c32ce2ca36efaddb877f48679 (diff)
downloadpkgsrc-d3fcbbb4c921cba9aedf41817d2650df7ff8e04c.tar.gz
update to 1.2.1
This is a major version release. changes include: -Undo/Redo -support for objects (and indexes!) with more than 2**31 rows -new datatypes -improved HDF5 support -compression support
Diffstat (limited to 'math/py-pytables/patches')
-rw-r--r--math/py-pytables/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/py-pytables/patches/patch-aa b/math/py-pytables/patches/patch-aa
index d8a58c08f93..7e324520406 100644
--- a/math/py-pytables/patches/patch-aa
+++ b/math/py-pytables/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.3 2005/02/09 12:29:10 markd Exp $
+$NetBSD: patch-aa,v 1.4 2006/02/10 20:05:12 drochner Exp $
---- setup.py.orig 2004-12-03 02:17:54.000000000 +1300
+--- setup.py.orig 2005-12-21 18:04:52.000000000 +0100
+++ setup.py
-@@ -463,5 +463,5 @@ data.
- runtime_library_dirs = rlib_dirs,
- )],
+@@ -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]],