pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-pytables import pytables-0.8, a data manipulat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/045160a99d28
branches:  trunk
changeset: 473656:045160a99d28
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Apr 22 15:17:08 2004 +0000

description:
import pytables-0.8, a data manipulation package (frontend to HDF5)

diffstat:

 math/py-pytables/DESCR            |   7 ++++++
 math/py-pytables/Makefile         |  29 +++++++++++++++++++++++++++
 math/py-pytables/PLIST            |  41 +++++++++++++++++++++++++++++++++++++++
 math/py-pytables/distinfo         |   5 ++++
 math/py-pytables/patches/patch-aa |  11 ++++++++++
 5 files changed, 93 insertions(+), 0 deletions(-)

diffs (113 lines):

diff -r 860eed7f84fa -r 045160a99d28 math/py-pytables/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pytables/DESCR    Thu Apr 22 15:17:08 2004 +0000
@@ -0,0 +1,7 @@
+PyTables is a hierarchical database package designed to efficiently
+manage very large amounts of data. PyTables is built on top of the
+HDF5 library and the numarray package. It features an object-oriented
+interface that, combined with natural naming and C-code generated from
+Pyrex sources, makes it a fast, yet extremely easy-to-use tool for
+interactively saving and retrieving very large amounts of data.  It also
+provides flexible indexed access on disk to anywhere in the data.
diff -r 860eed7f84fa -r 045160a99d28 math/py-pytables/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pytables/Makefile Thu Apr 22 15:17:08 2004 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+#
+
+DISTNAME=              pytables-0.8
+PKGNAME=               ${PYPKGPREFIX}-pytables-0.8
+CATEGORIES=            math
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=pytables/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://pytables.sourceforge.net/
+COMMENT=               Database package for large amounts of data
+
+USE_BUILDLINK3=                yes
+
+PYDISTUTILSPKG=                yes
+PYSETUPBUILDARGS=      --hdf5=${BUILDLINK_PREFIX.hdf5}
+PYSETUPINSTALLARGS=    --hdf5=${BUILDLINK_PREFIX.hdf5}
+PYTHON_VERSIONS_ACCEPTED=      22pth 23pth
+PLIST_SUBST+=          PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-extract:
+       cd ${WRKSRC}/utils; \
+       ${MV} ptdump ptdump${PYVERSSUFFIX}; \
+       ${MV} ptrepack ptrepack${PYVERSSUFFIX}
+
+.include "../../lang/python/extension.mk"
+.include "../../devel/hdf5/buildlink3.mk"
+.include "../../math/py-numarray/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 860eed7f84fa -r 045160a99d28 math/py-pytables/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pytables/PLIST    Thu Apr 22 15:17:08 2004 +0000
@@ -0,0 +1,41 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+bin/ptdump${PYVERSSUFFIX}
+bin/ptrepack${PYVERSSUFFIX}
+${PYSITELIB}/tables/Array.py
+${PYSITELIB}/tables/Array.pyc
+${PYSITELIB}/tables/Array.pyo
+${PYSITELIB}/tables/AttributeSet.py
+${PYSITELIB}/tables/AttributeSet.pyc
+${PYSITELIB}/tables/AttributeSet.pyo
+${PYSITELIB}/tables/EArray.py
+${PYSITELIB}/tables/EArray.pyc
+${PYSITELIB}/tables/EArray.pyo
+${PYSITELIB}/tables/File.py
+${PYSITELIB}/tables/File.pyc
+${PYSITELIB}/tables/File.pyo
+${PYSITELIB}/tables/Group.py
+${PYSITELIB}/tables/Group.pyc
+${PYSITELIB}/tables/Group.pyo
+${PYSITELIB}/tables/IsDescription.py
+${PYSITELIB}/tables/IsDescription.pyc
+${PYSITELIB}/tables/IsDescription.pyo
+${PYSITELIB}/tables/Leaf.py
+${PYSITELIB}/tables/Leaf.pyc
+${PYSITELIB}/tables/Leaf.pyo
+${PYSITELIB}/tables/Table.py
+${PYSITELIB}/tables/Table.pyc
+${PYSITELIB}/tables/Table.pyo
+${PYSITELIB}/tables/UnImplemented.py
+${PYSITELIB}/tables/UnImplemented.pyc
+${PYSITELIB}/tables/UnImplemented.pyo
+${PYSITELIB}/tables/VLArray.py
+${PYSITELIB}/tables/VLArray.pyc
+${PYSITELIB}/tables/VLArray.pyo
+${PYSITELIB}/tables/__init__.py
+${PYSITELIB}/tables/__init__.pyc
+${PYSITELIB}/tables/__init__.pyo
+${PYSITELIB}/tables/hdf5Extension.so
+${PYSITELIB}/tables/utils.py
+${PYSITELIB}/tables/utils.pyc
+${PYSITELIB}/tables/utils.pyo
+@dirrm ${PYSITELIB}/tables
diff -r 860eed7f84fa -r 045160a99d28 math/py-pytables/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pytables/distinfo Thu Apr 22 15:17:08 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+
+SHA1 (pytables-0.8.tar.gz) = 1035904c8d0ad567721f7ae7cac43211e9f99c4f
+Size (pytables-0.8.tar.gz) = 2068483 bytes
+SHA1 (patch-aa) = 05c5dc85e094bb97cbf9453db4c171cf7d56a43a
diff -r 860eed7f84fa -r 045160a99d28 math/py-pytables/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pytables/patches/patch-aa Thu Apr 22 15:17:08 2004 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+
+--- setup.py.orig      2004-04-22 17:03:28.000000000 +0200
++++ setup.py   2004-04-22 17:06:58.000000000 +0200
+@@ -551,5 +551,5 @@
+                                 runtime_library_dirs = rlib_dirs,
+                                 )],
+       cmdclass = cmdclass,
+-      scripts = ['utils/ptdump', 'utils/ptrepack'],
++      scripts = ['utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3]],
+ )



Home | Main Index | Thread Index | Old Index