summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-03-09 18:45:48 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-03-09 18:47:18 +0000
commit60989f92574446adc0fbac647734f547c1a3da09 (patch)
tree31681c266ca187c6a9ec65f984a9e710388c3e7d /dev-python/astroml-addons/metadata.xml
parentdev-python/astroquery: initial import (diff)
downloadgentoo-60989f92574446adc0fbac647734f547c1a3da09.tar.gz
gentoo-60989f92574446adc0fbac647734f547c1a3da09.tar.bz2
gentoo-60989f92574446adc0fbac647734f547c1a3da09.zip
dev-python/astroml-addons: initial import
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/astroml-addons/metadata.xml')
-rw-r--r--dev-python/astroml-addons/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/astroml-addons/metadata.xml b/dev-python/astroml-addons/metadata.xml
new file mode 100644
index 000000000000..ebd85e9ae570
--- /dev/null
+++ b/dev-python/astroml-addons/metadata.xml
@@ -0,0 +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">
+ astroML is split into two components. The core astroML library is written
+ in python only, and is designed to be very easy to install for any users,
+ even those who don't have a working C or fortran compiler. A companion library,
+ astroML_addons, can be optionally installed for increased performance on
+ certain algorithms. Every algorithm in astroML_addons has a pure python
+ counterpart in the core astroML implementation, but the astroML_addons library
+ contains faster and more efficient implementations in compiled code.
+ Furthermore, if astroML_addons is installed on your system, the core astroML
+ library will import and use the faster routines by default.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">astroML_addons</remote-id>
+ </upstream>
+</pkgmetadata>