diff options
author | drochner <drochner@pkgsrc.org> | 2006-10-17 14:32:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-10-17 14:32:32 +0000 |
commit | 44144cdb0eea1ec5fa7ce6e7c453a107ada6383c (patch) | |
tree | c6cb117f0c2be7d7baa8ba9d2fd6e2680d8bd064 /math/py-pytables | |
parent | 64d7e6f72a9ce0b263fe45365741cd0e84ef57d4 (diff) | |
download | pkgsrc-44144cdb0eea1ec5fa7ce6e7c453a107ada6383c.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')
-rw-r--r-- | math/py-pytables/Makefile | 9 | ||||
-rw-r--r-- | math/py-pytables/PLIST | 18 | ||||
-rw-r--r-- | math/py-pytables/distinfo | 10 | ||||
-rw-r--r-- | math/py-pytables/patches/patch-aa | 20 |
4 files changed, 39 insertions, 18 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index 8dcaebce27b..1c290477164 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/06/06 15:35:45 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/10/17 14:32:32 drochner Exp $ # -DISTNAME= pytables-1.2.1 -PKGNAME= ${PYPKGPREFIX}-pytables-1.2.1 +DISTNAME= pytables-1.3.3 +PKGNAME= ${PYPKGPREFIX}-pytables-1.3.3 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytables/} @@ -35,6 +35,9 @@ post-extract: ${MV} ptrepack ptrepack${PYVERSSUFFIX}; \ ${MV} nctoh5 nctoh5${PYVERSSUFFIX} +do-test: + (cd ${WRKSRC}/tables/tests && ${PYTHONBIN} test_all.py) + .include "../../lang/python/extension.mk" .include "../../devel/hdf5/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/math/py-pytables/PLIST b/math/py-pytables/PLIST index 635bfe052dd..4ff8a86166c 100644 --- a/math/py-pytables/PLIST +++ b/math/py-pytables/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/02/10 20:05:11 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/10/17 14:32:32 drochner Exp $ bin/nctoh5${PYVERSSUFFIX} bin/ptdump${PYVERSSUFFIX} bin/ptrepack${PYVERSSUFFIX} @@ -54,6 +54,9 @@ ${PYSITELIB}/tables/VLArray.pyo ${PYSITELIB}/tables/__init__.py ${PYSITELIB}/tables/__init__.pyc ${PYSITELIB}/tables/__init__.pyo +${PYSITELIB}/tables/_comp_bzip2.so +${PYSITELIB}/tables/_comp_lzo.so +${PYSITELIB}/tables/_comp_ucl.so ${PYSITELIB}/tables/attributeaccess.py ${PYSITELIB}/tables/attributeaccess.pyc ${PYSITELIB}/tables/attributeaccess.pyo @@ -88,6 +91,18 @@ ${PYSITELIB}/tables/proxydict.pyo ${PYSITELIB}/tables/registry.py ${PYSITELIB}/tables/registry.pyc ${PYSITELIB}/tables/registry.pyo +${PYSITELIB}/tables/scripts/__init__.py +${PYSITELIB}/tables/scripts/__init__.pyc +${PYSITELIB}/tables/scripts/__init__.pyo +${PYSITELIB}/tables/scripts/nctoh5.py +${PYSITELIB}/tables/scripts/nctoh5.pyc +${PYSITELIB}/tables/scripts/nctoh5.pyo +${PYSITELIB}/tables/scripts/ptdump.py +${PYSITELIB}/tables/scripts/ptdump.pyc +${PYSITELIB}/tables/scripts/ptdump.pyo +${PYSITELIB}/tables/scripts/ptrepack.py +${PYSITELIB}/tables/scripts/ptrepack.pyc +${PYSITELIB}/tables/scripts/ptrepack.pyo ${PYSITELIB}/tables/undoredo.py ${PYSITELIB}/tables/undoredo.pyc ${PYSITELIB}/tables/undoredo.pyo @@ -95,5 +110,6 @@ ${PYSITELIB}/tables/utils.py ${PYSITELIB}/tables/utils.pyc ${PYSITELIB}/tables/utils.pyo ${PYSITELIB}/tables/utilsExtension.so +@dirrm ${PYSITELIB}/tables/scripts @dirrm ${PYSITELIB}/tables/nodes @dirrm ${PYSITELIB}/tables diff --git a/math/py-pytables/distinfo b/math/py-pytables/distinfo index 2cf4aab9252..31aa178c81f 100644 --- a/math/py-pytables/distinfo +++ b/math/py-pytables/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/02/10 20:05:11 drochner Exp $ +$NetBSD: distinfo,v 1.6 2006/10/17 14:32:32 drochner Exp $ -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 +SHA1 (pytables-1.3.3.tar.gz) = 1cc49d342eb0bb7dbe239be07812a2a8d325b7b4 +RMD160 (pytables-1.3.3.tar.gz) = 032e0414df575ed81392e7e8e87979ea1d7dd100 +Size (pytables-1.3.3.tar.gz) = 3841630 bytes +SHA1 (patch-aa) = 6d8aebeb3c7608c5b69e5259dc8f1491889a6cf1 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 |