gentoo/dev-python/atpy/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
835 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-astronomy</herd>
<longdescription lang="en">
Astronomical Tables in Python (ATpy) is a high-level package
providing a way to manipulate tables of astronomical data in a
uniform way. A table is defined by any number of columns of data,
each characterized by a column name, unit, null value, and
description (the last three being optional), and can be supplemented
with metadata in the form of keywords or comments. ATpy can be used
to manipulate single tables as well as sets of tables. Table formats
supported are FITS, VO, IPAC. Database supported are SQLite, MySQL
and PostgreSQL.
</longdescription>
<upstream>
<remote-id type="pypi">ATpy</remote-id>
</upstream>
</pkgmetadata>