summaryrefslogtreecommitdiff
path: root/science/py-h5py/pkg-descr
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-08-13 11:59:54 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-08-13 11:59:54 +0000
commitc90936db20ebd7d664ecf21f2406c81571225b90 (patch)
tree2a16fc5c4c567e0bb9c7e0985ee1d2dd79a82f46 /science/py-h5py/pkg-descr
parentjapanese/wordpress: update to 3.6 (diff)
science/py-h5py: Add OPTION support for HDF5 1.8
- Add OPTION to use science/hdf5-18 instead of science/hdf5 PR: ports/179572 Submitted by: Johannes Meixner <xmj@chaot.net> Approved by: maintainer timeout (8 weeks)
Notes
Notes: svn path=/head/; revision=324659
Diffstat (limited to 'science/py-h5py/pkg-descr')
-rw-r--r--science/py-h5py/pkg-descr9
1 files changed, 4 insertions, 5 deletions
diff --git a/science/py-h5py/pkg-descr b/science/py-h5py/pkg-descr
index aa2bfff6c030..a33e117ddee5 100644
--- a/science/py-h5py/pkg-descr
+++ b/science/py-h5py/pkg-descr
@@ -1,8 +1,7 @@
-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 1.6 API, while the high-
-level component supports Python-style object-oriented access to HDF5 files,
-datasets and groups.
+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 1.6 and 1.8 APIs, while the high-level component supports
+Python-style object-oriented access to HDF5 files, datasets and groups.
The goal of this package is not to provide yet another scientific data
model. It is an attempt to create as straightforward a binding as possible