summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches
diff options
context:
space:
mode:
authordrochner <drochner>2006-02-10 20:05:11 +0000
committerdrochner <drochner>2006-02-10 20:05:11 +0000
commit77ba5d09b74ead58cb68c19bcb33bb1f96d08e4f (patch)
treee8b756ff76bda082418d2917f348c38ff24ca26d /math/py-pytables/patches
parent0bcf3794336ecf1cecb6ee0f14395c3da5890a2f (diff)
downloadpkgsrc-77ba5d09b74ead58cb68c19bcb33bb1f96d08e4f.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]],