From 77ba5d09b74ead58cb68c19bcb33bb1f96d08e4f Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 10 Feb 2006 20:05:11 +0000 Subject: 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 --- math/py-pytables/Makefile | 7 +++--- math/py-pytables/PLIST | 46 ++++++++++++++++++++++++++++++++++++++- math/py-pytables/distinfo | 10 ++++----- math/py-pytables/patches/patch-aa | 10 ++++----- 4 files changed, 58 insertions(+), 15 deletions(-) (limited to 'math') diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index 641725481ea..af9a37c76f4 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:03 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/02/10 20:05:11 drochner Exp $ # -DISTNAME= pytables-0.9.1 -PKGNAME= ${PYPKGPREFIX}-pytables-0.9.1 -PKGREVISION= 1 +DISTNAME= pytables-1.2.1 +PKGNAME= ${PYPKGPREFIX}-pytables-1.2.1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytables/} diff --git a/math/py-pytables/PLIST b/math/py-pytables/PLIST index 9b527a3f10f..635bfe052dd 100644 --- a/math/py-pytables/PLIST +++ b/math/py-pytables/PLIST @@ -1,13 +1,19 @@ -@comment $NetBSD: PLIST,v 1.2 2005/02/09 12:29:10 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/02/10 20:05:11 drochner Exp $ bin/nctoh5${PYVERSSUFFIX} bin/ptdump${PYVERSSUFFIX} bin/ptrepack${PYVERSSUFFIX} ${PYSITELIB}/tables/Array.py ${PYSITELIB}/tables/Array.pyc ${PYSITELIB}/tables/Array.pyo +${PYSITELIB}/tables/Atom.py +${PYSITELIB}/tables/Atom.pyc +${PYSITELIB}/tables/Atom.pyo ${PYSITELIB}/tables/AttributeSet.py ${PYSITELIB}/tables/AttributeSet.pyc ${PYSITELIB}/tables/AttributeSet.pyo +${PYSITELIB}/tables/CArray.py +${PYSITELIB}/tables/CArray.pyc +${PYSITELIB}/tables/CArray.pyo ${PYSITELIB}/tables/EArray.py ${PYSITELIB}/tables/EArray.pyc ${PYSITELIB}/tables/EArray.pyo @@ -29,9 +35,16 @@ ${PYSITELIB}/tables/IsDescription.pyo ${PYSITELIB}/tables/Leaf.py ${PYSITELIB}/tables/Leaf.pyc ${PYSITELIB}/tables/Leaf.pyo +${PYSITELIB}/tables/NetCDF.py +${PYSITELIB}/tables/NetCDF.pyc +${PYSITELIB}/tables/NetCDF.pyo +${PYSITELIB}/tables/Node.py +${PYSITELIB}/tables/Node.pyc +${PYSITELIB}/tables/Node.pyo ${PYSITELIB}/tables/Table.py ${PYSITELIB}/tables/Table.pyc ${PYSITELIB}/tables/Table.pyo +${PYSITELIB}/tables/TableExtension.so ${PYSITELIB}/tables/UnImplemented.py ${PYSITELIB}/tables/UnImplemented.pyc ${PYSITELIB}/tables/UnImplemented.pyo @@ -41,15 +54,46 @@ ${PYSITELIB}/tables/VLArray.pyo ${PYSITELIB}/tables/__init__.py ${PYSITELIB}/tables/__init__.pyc ${PYSITELIB}/tables/__init__.pyo +${PYSITELIB}/tables/attributeaccess.py +${PYSITELIB}/tables/attributeaccess.pyc +${PYSITELIB}/tables/attributeaccess.pyo +${PYSITELIB}/tables/constants.py +${PYSITELIB}/tables/constants.pyc +${PYSITELIB}/tables/constants.pyo +${PYSITELIB}/tables/enum.py +${PYSITELIB}/tables/enum.pyc +${PYSITELIB}/tables/enum.pyo +${PYSITELIB}/tables/exceptions.py +${PYSITELIB}/tables/exceptions.pyc +${PYSITELIB}/tables/exceptions.pyo ${PYSITELIB}/tables/hdf5Extension.so +${PYSITELIB}/tables/lrucache.py +${PYSITELIB}/tables/lrucache.pyc +${PYSITELIB}/tables/lrucache.pyo +${PYSITELIB}/tables/nestedrecords.py +${PYSITELIB}/tables/nestedrecords.pyc +${PYSITELIB}/tables/nestedrecords.pyo ${PYSITELIB}/tables/nodes/FileNode.py ${PYSITELIB}/tables/nodes/FileNode.pyc ${PYSITELIB}/tables/nodes/FileNode.pyo ${PYSITELIB}/tables/nodes/__init__.py ${PYSITELIB}/tables/nodes/__init__.pyc ${PYSITELIB}/tables/nodes/__init__.pyo +${PYSITELIB}/tables/nriterators.py +${PYSITELIB}/tables/nriterators.pyc +${PYSITELIB}/tables/nriterators.pyo +${PYSITELIB}/tables/proxydict.py +${PYSITELIB}/tables/proxydict.pyc +${PYSITELIB}/tables/proxydict.pyo +${PYSITELIB}/tables/registry.py +${PYSITELIB}/tables/registry.pyc +${PYSITELIB}/tables/registry.pyo +${PYSITELIB}/tables/undoredo.py +${PYSITELIB}/tables/undoredo.pyc +${PYSITELIB}/tables/undoredo.pyo ${PYSITELIB}/tables/utils.py ${PYSITELIB}/tables/utils.pyc ${PYSITELIB}/tables/utils.pyo +${PYSITELIB}/tables/utilsExtension.so @dirrm ${PYSITELIB}/tables/nodes @dirrm ${PYSITELIB}/tables diff --git a/math/py-pytables/distinfo b/math/py-pytables/distinfo index 00aeb5da6a5..2cf4aab9252 100644 --- a/math/py-pytables/distinfo +++ b/math/py-pytables/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 12:06:57 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/02/10 20:05:11 drochner Exp $ -SHA1 (pytables-0.9.1.tar.gz) = 41c219987af835a6260abd79859a29e4c0aa1238 -RMD160 (pytables-0.9.1.tar.gz) = a72693dc864379e35882ec0c1a44269b3f9f7a5e -Size (pytables-0.9.1.tar.gz) = 2585363 bytes -SHA1 (patch-aa) = 36b14a00122b87a3913348861e40326e133b1dad +SHA1 (pytables-1.2.1.tar.gz) = 28f0ce6f62a7db7f12dba4b48b6ed688c37888b8 +RMD160 (pytables-1.2.1.tar.gz) = 419f37fa425861e27b1bc31dd77a37a9a77701a7 +Size (pytables-1.2.1.tar.gz) = 3152337 bytes +SHA1 (patch-aa) = 8d008018b6ff086d7a35bdb1eaf65468e7984d46 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]], -- cgit v1.2.3