diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-09-21 04:25:26 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-09-21 04:25:26 +0000 |
commit | 1b883a55b4526c6e0435c0a7f1d3a30bdc1dc74f (patch) | |
tree | ccd91217866c75b5ddf875176357a87e1cec2d8b /dev-python/h5py/metadata.xml | |
parent | Added dev-python/optik for removal in 30 days (diff) | |
download | historical-1b883a55b4526c6e0435c0a7f1d3a30bdc1dc74f.tar.gz historical-1b883a55b4526c6e0435c0a7f1d3a30bdc1dc74f.tar.bz2 historical-1b883a55b4526c6e0435c0a7f1d3a30bdc1dc74f.zip |
Initial import to the main tree
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-python/h5py/metadata.xml')
-rw-r--r-- | dev-python/h5py/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/h5py/metadata.xml b/dev-python/h5py/metadata.xml new file mode 100644 index 000000000000..96252fd400ed --- /dev/null +++ b/dev-python/h5py/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<longdescription lang="en"> + HDF5 for Python (h5py) is a general-purpose simple Python interface to the + Hierarchical Data Format library, version 5. Existing Python and + Numpy concepts are used for the interface. Almost all HDF5 features + are available from Python, including things like compound datatypes + (as used with Numpy recarray types), HDF5 attributes, hyperslab and + point-based I/O, and more recent features in HDF 1.8 like resizable + datasets and recursive iteration over entire files. +</longdescription> +</pkgmetadata> |