summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-07-12 20:02:46 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-07-13 19:15:55 +0000
commit1fd35e3bd8d2038f42a5622a82ec4466a7338fd1 (patch)
treece5545e61267a92019a45cd2a79914ee5cd08884 /dev-python/fitsio/metadata.xml
parentdev-db/postgresql: Disable Spinlocks on Alpha (diff)
downloadgentoo-1fd35e3bd8d2038f42a5622a82ec4466a7338fd1.tar.gz
gentoo-1fd35e3bd8d2038f42a5622a82ec4466a7338fd1.tar.bz2
gentoo-1fd35e3bd8d2038f42a5622a82ec4466a7338fd1.zip
dev-python/fitsio: initial import
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/fitsio/metadata.xml')
-rw-r--r--dev-python/fitsio/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/fitsio/metadata.xml b/dev-python/fitsio/metadata.xml
new file mode 100644
index 000000000000..b7f5bc4ce9ac
--- /dev/null
+++ b/dev-python/fitsio/metadata.xml
@@ -0,0 +1,21 @@
+<?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>
+</pkgmetadata>