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

19 lines
797 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-physics</herd>
<longdescription lang="en">
root_numpy is a Python extension for converting ROOT TTrees into
NumPy recarrays or structured arrays. With the core internals
written in C++, root_numpy can efficiently handle large amounts of
data (limited only by the available memory).
Now that your ROOT data is in NumPy form, you can make use of the many
powerful scientific Python packages or perform quick exploratory data
analysis in interactive environments like IPython.
</longdescription>
<upstream>
<remote-id type="pypi">root_numpy</remote-id>
<remote-id type="github">rootpy/root_numpy</remote-id>
</upstream>
</pkgmetadata>