diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-18 17:18:11 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-19 17:00:05 +0000 |
commit | 072da0c6dc2cb8d563b7a02773380fab926580af (patch) | |
tree | 22dfb85771882b1e009ed2f8da78584e54aee10b /dev-python/imexam/metadata.xml | |
parent | dev-python/healpy: added python-3.6 (diff) | |
download | gentoo-072da0c6dc2cb8d563b7a02773380fab926580af.tar.gz gentoo-072da0c6dc2cb8d563b7a02773380fab926580af.tar.bz2 gentoo-072da0c6dc2cb8d563b7a02773380fab926580af.zip |
dev-python/imexam: initial import
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/imexam/metadata.xml')
-rw-r--r-- | dev-python/imexam/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/imexam/metadata.xml b/dev-python/imexam/metadata.xml new file mode 100644 index 000000000000..6a478af7b2bf --- /dev/null +++ b/dev-python/imexam/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"> + Imexam is an affiliated package of AstroPy. It was designed to be a + lightweight library which enables users to explore data using common + methods which are consistent across viewers. It can be used from a + command line interface, through a Jupyter notebook or through a + Jupyter console. It can be used with multiple viewers, such as DS9 or + Ginga, or without a viewer as a simple library to make plots and grab + quick photometry information. + </longdescription> + <upstream> + <remote-id type="pypi">imexam</remote-id> + <remote-id type="github">spacetelescope/imexam</remote-id> + </upstream> +</pkgmetadata> |