Thu Feb 6 14:22:51 2014 UTC ()
add py-h5py-2.2.1, Python bindings to hdf5, from Kamel Derouiche
per pkgsrc-wip


(drochner)
diff -r0 -r1.1 pkgsrc/devel/py-h5py/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-h5py/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-h5py/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-h5py/distinfo

File Added: pkgsrc/devel/py-h5py/DESCR
The h5py package provides both a high- and low-level interface to the HDF5
library from Python. The low-level interface is intended to be a complete
wrapping of the HDF5 API, while the high-level component supports  access to
HDF5 files, datasets and groups using established Python and NumPy concepts.
      
A strong emphasis on automatic conversion between Python (Numpy) datatypes and
data structures and their HDF5 equivalents vastly simplifies the process of
reading and writing data from Python.

File Added: pkgsrc/devel/py-h5py/Makefile
# $NetBSD: Makefile,v 1.1 2014/02/06 14:22:51 drochner Exp $

DISTNAME=	h5py-2.2.1
PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	https://pypi.python.org/packages/source/h/h5py/

MAINTAINER=	jihbed.research@gmail.com
HOMEPAGE=	http://www.h5py.org
COMMENT=	Python interface to the HDF5 library
LICENSE=	modified-bsd

PYDISTUTILSPKG=	yes

PKG_OPTIONS_VAR=	PKG_OPTIONS.h5py
PKG_SUPPORTED_OPTIONS=	cython

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mcython)
.include "../../devel/py-cython/buildlink3.mk"
.endif

.include "../../devel/hdf5/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-h5py/PLIST
@comment $NetBSD: PLIST,v 1.1 2014/02/06 14:22:51 drochner Exp $
${PYSITELIB}/h5py/__init__.py
${PYSITELIB}/h5py/__init__.pyc
${PYSITELIB}/h5py/__init__.pyo
${PYSITELIB}/h5py/_conv.pyx
${PYSITELIB}/h5py/_conv.so
${PYSITELIB}/h5py/_errors.pyx
${PYSITELIB}/h5py/_errors.so
${PYSITELIB}/h5py/_hl/__init__.py
${PYSITELIB}/h5py/_hl/__init__.pyc
${PYSITELIB}/h5py/_hl/__init__.pyo
${PYSITELIB}/h5py/_hl/attrs.py
${PYSITELIB}/h5py/_hl/attrs.pyc
${PYSITELIB}/h5py/_hl/attrs.pyo
${PYSITELIB}/h5py/_hl/base.py
${PYSITELIB}/h5py/_hl/base.pyc
${PYSITELIB}/h5py/_hl/base.pyo
${PYSITELIB}/h5py/_hl/dataset.py
${PYSITELIB}/h5py/_hl/dataset.pyc
${PYSITELIB}/h5py/_hl/dataset.pyo
${PYSITELIB}/h5py/_hl/datatype.py
${PYSITELIB}/h5py/_hl/datatype.pyc
${PYSITELIB}/h5py/_hl/datatype.pyo
${PYSITELIB}/h5py/_hl/dims.py
${PYSITELIB}/h5py/_hl/dims.pyc
${PYSITELIB}/h5py/_hl/dims.pyo
${PYSITELIB}/h5py/_hl/files.py
${PYSITELIB}/h5py/_hl/files.pyc
${PYSITELIB}/h5py/_hl/files.pyo
${PYSITELIB}/h5py/_hl/filters.py
${PYSITELIB}/h5py/_hl/filters.pyc
${PYSITELIB}/h5py/_hl/filters.pyo
${PYSITELIB}/h5py/_hl/group.py
${PYSITELIB}/h5py/_hl/group.pyc
${PYSITELIB}/h5py/_hl/group.pyo
${PYSITELIB}/h5py/_hl/selections.py
${PYSITELIB}/h5py/_hl/selections.pyc
${PYSITELIB}/h5py/_hl/selections.pyo
${PYSITELIB}/h5py/_hl/selections2.py
${PYSITELIB}/h5py/_hl/selections2.pyc
${PYSITELIB}/h5py/_hl/selections2.pyo
${PYSITELIB}/h5py/_hl/tests/__init__.py
${PYSITELIB}/h5py/_hl/tests/__init__.pyc
${PYSITELIB}/h5py/_hl/tests/__init__.pyo
${PYSITELIB}/h5py/_hl/tests/common.py
${PYSITELIB}/h5py/_hl/tests/common.pyc
${PYSITELIB}/h5py/_hl/tests/common.pyo
${PYSITELIB}/h5py/_hl/tests/test_attrs.py
${PYSITELIB}/h5py/_hl/tests/test_attrs.pyc
${PYSITELIB}/h5py/_hl/tests/test_attrs.pyo
${PYSITELIB}/h5py/_hl/tests/test_attrs_data.py
${PYSITELIB}/h5py/_hl/tests/test_attrs_data.pyc
${PYSITELIB}/h5py/_hl/tests/test_attrs_data.pyo
${PYSITELIB}/h5py/_hl/tests/test_base.py
${PYSITELIB}/h5py/_hl/tests/test_base.pyc
${PYSITELIB}/h5py/_hl/tests/test_base.pyo
${PYSITELIB}/h5py/_hl/tests/test_dataset.py
${PYSITELIB}/h5py/_hl/tests/test_dataset.pyc
${PYSITELIB}/h5py/_hl/tests/test_dataset.pyo
${PYSITELIB}/h5py/_hl/tests/test_datatype.py
${PYSITELIB}/h5py/_hl/tests/test_datatype.pyc
${PYSITELIB}/h5py/_hl/tests/test_datatype.pyo
${PYSITELIB}/h5py/_hl/tests/test_dimension_scales.py
${PYSITELIB}/h5py/_hl/tests/test_dimension_scales.pyc
${PYSITELIB}/h5py/_hl/tests/test_dimension_scales.pyo
${PYSITELIB}/h5py/_hl/tests/test_file.py
${PYSITELIB}/h5py/_hl/tests/test_file.pyc
${PYSITELIB}/h5py/_hl/tests/test_file.pyo
${PYSITELIB}/h5py/_hl/tests/test_group.py
${PYSITELIB}/h5py/_hl/tests/test_group.pyc
${PYSITELIB}/h5py/_hl/tests/test_group.pyo
${PYSITELIB}/h5py/_hl/tests/test_selections.py
${PYSITELIB}/h5py/_hl/tests/test_selections.pyc
${PYSITELIB}/h5py/_hl/tests/test_selections.pyo
${PYSITELIB}/h5py/_hl/tests/test_slicing.py
${PYSITELIB}/h5py/_hl/tests/test_slicing.pyc
${PYSITELIB}/h5py/_hl/tests/test_slicing.pyo
${PYSITELIB}/h5py/_objects.pyx
${PYSITELIB}/h5py/_objects.so
${PYSITELIB}/h5py/_proxy.pyx
${PYSITELIB}/h5py/_proxy.so
${PYSITELIB}/h5py/defs.pyx
${PYSITELIB}/h5py/defs.so
${PYSITELIB}/h5py/h5.pyx
${PYSITELIB}/h5py/h5.so
${PYSITELIB}/h5py/h5a.pyx
${PYSITELIB}/h5py/h5a.so
${PYSITELIB}/h5py/h5ac.pyx
${PYSITELIB}/h5py/h5ac.so
${PYSITELIB}/h5py/h5d.pyx
${PYSITELIB}/h5py/h5d.so
${PYSITELIB}/h5py/h5ds.pyx
${PYSITELIB}/h5py/h5ds.so
${PYSITELIB}/h5py/h5f.pyx
${PYSITELIB}/h5py/h5f.so
${PYSITELIB}/h5py/h5fd.pyx
${PYSITELIB}/h5py/h5fd.so
${PYSITELIB}/h5py/h5g.pyx
${PYSITELIB}/h5py/h5g.so
${PYSITELIB}/h5py/h5i.pyx
${PYSITELIB}/h5py/h5i.so
${PYSITELIB}/h5py/h5l.pyx
${PYSITELIB}/h5py/h5l.so
${PYSITELIB}/h5py/h5o.pyx
${PYSITELIB}/h5py/h5o.so
${PYSITELIB}/h5py/h5p.pyx
${PYSITELIB}/h5py/h5p.so
${PYSITELIB}/h5py/h5r.pyx
${PYSITELIB}/h5py/h5r.so
${PYSITELIB}/h5py/h5s.pyx
${PYSITELIB}/h5py/h5s.so
${PYSITELIB}/h5py/h5t.pyx
${PYSITELIB}/h5py/h5t.so
${PYSITELIB}/h5py/h5z.pyx
${PYSITELIB}/h5py/h5z.so
${PYSITELIB}/h5py/highlevel.py
${PYSITELIB}/h5py/highlevel.pyc
${PYSITELIB}/h5py/highlevel.pyo
${PYSITELIB}/h5py/ipy_completer.py
${PYSITELIB}/h5py/ipy_completer.pyc
${PYSITELIB}/h5py/ipy_completer.pyo
${PYSITELIB}/h5py/lowtest/__init__.py
${PYSITELIB}/h5py/lowtest/__init__.pyc
${PYSITELIB}/h5py/lowtest/__init__.pyo
${PYSITELIB}/h5py/lowtest/test_h5.py
${PYSITELIB}/h5py/lowtest/test_h5.pyc
${PYSITELIB}/h5py/lowtest/test_h5.pyo
${PYSITELIB}/h5py/lowtest/test_h5f.py
${PYSITELIB}/h5py/lowtest/test_h5f.pyc
${PYSITELIB}/h5py/lowtest/test_h5f.pyo
${PYSITELIB}/h5py/lowtest/test_h5p.py
${PYSITELIB}/h5py/lowtest/test_h5p.pyc
${PYSITELIB}/h5py/lowtest/test_h5p.pyo
${PYSITELIB}/h5py/lowtest/test_h5t.py
${PYSITELIB}/h5py/lowtest/test_h5t.pyc
${PYSITELIB}/h5py/lowtest/test_h5t.pyo
${PYSITELIB}/h5py/lowtest/test_objects.py
${PYSITELIB}/h5py/lowtest/test_objects.pyc
${PYSITELIB}/h5py/lowtest/test_objects.pyo
${PYSITELIB}/h5py/utils.pyx
${PYSITELIB}/h5py/utils.so
${PYSITELIB}/h5py/version.py
${PYSITELIB}/h5py/version.pyc
${PYSITELIB}/h5py/version.pyo

File Added: pkgsrc/devel/py-h5py/distinfo
$NetBSD: distinfo,v 1.1 2014/02/06 14:22:51 drochner Exp $

SHA1 (h5py-2.2.1.tar.gz) = 4b511ed7aa28ac4c61188a121d42f17f3096c15a
RMD160 (h5py-2.2.1.tar.gz) = 9e5ee73fa28e07e21439cef289b8e1945eccfd4e
Size (h5py-2.2.1.tar.gz) = 978796 bytes