dev-python/astlib: initial import

Package-Manager: portage-2.2.27
This commit is contained in:
Sébastien Fabbro
2016-03-07 23:20:06 +00:00
parent 8cac1c5152
commit 370287cde5
4 changed files with 97 additions and 0 deletions

View File

@@ -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">
astLib is a set of Python modules that provides some tools for
research astronomers. It can be used for simple plots, statistics,
common calculations, coordinate conversions, and manipulating FITS
images with World Coordinate System (WCS) information through
PyWCSTools - a simple wrapping of WCSTools by Doug Mink. PyWCSTools
is distributed (and developed) as part of astLib.
In Gentoo, PyWCSTools is using the stock library instead of the
bundled one.
</longdescription>
<upstream>
<remote-id type="sourceforge">astlib</remote-id>
</upstream>
</pkgmetadata>