gentoo/dev-python/h5py/metadata.xml
Mike Gilbert 1bfb585cc6
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00

20 lines
829 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>sci</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>
<upstream>
<remote-id type="google-code">h5py</remote-id>
<remote-id type="pypi">h5py</remote-id>
</upstream>
</pkgmetadata>