diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 16:17:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 18:19:11 +0100 |
commit | b0efa69df19e722ea87fa16bd36b71fb3a4d23eb (patch) | |
tree | 5ef10d7913518fabdec64976fcac3135bed0efc1 /dev-python/fitsio/metadata.xml | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.9.14 (diff) | |
download | gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.gz gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.tar.bz2 gentoo-b0efa69df19e722ea87fa16bd36b71fb3a4d23eb.zip |
dev-python/*: add pypi remote-ids
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fitsio/metadata.xml')
-rw-r--r-- | dev-python/fitsio/metadata.xml | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/dev-python/fitsio/metadata.xml b/dev-python/fitsio/metadata.xml index b7f5bc4ce9ac..c8e0769187f5 100644 --- a/dev-python/fitsio/metadata.xml +++ b/dev-python/fitsio/metadata.xml @@ -1,21 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-astronomy@gentoo.org</email> - <name>Gentoo Astronomy Project</name> - </maintainer> - <longdescription lang="en"> - Fitsio provides an easy to use object-oriented API including - providing a Numpy interface to FITS files read from CFITSIO. It - allows direct access to the columns of a FITS binary table which can - be useful for reading large fits files. Compared to astropy.io.fits, - this package is closer to the underlying cfitsio library. - Fitsio also exposes a microlanguage (implemented in CFITSIO) for - making efficient SQL-like queries of tables (single tables only - though–no joins or anything like that). - </longdescription> - <upstream> - <remote-id type="github">esheldon/fitsio</remote-id> - </upstream> + <maintainer type="project"> + <email>sci-astronomy@gentoo.org</email> + <name>Gentoo Astronomy Project</name> + </maintainer> + <longdescription lang="en"> + Fitsio provides an easy to use object-oriented API including + providing a Numpy interface to FITS files read from CFITSIO. It + allows direct access to the columns of a FITS binary table which can + be useful for reading large fits files. Compared to astropy.io.fits, + this package is closer to the underlying cfitsio library. + Fitsio also exposes a microlanguage (implemented in CFITSIO) for + making efficient SQL-like queries of tables (single tables only + though–no joins or anything like that). + </longdescription> + <upstream> + <remote-id type="github">esheldon/fitsio</remote-id> + <remote-id type="pypi">fitsio</remote-id> + </upstream> </pkgmetadata> |