commit:     7ff820bd16a62c600fe14f56b9fb3b147c3102f6
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 00:32:11 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 00:33:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff820bd

dev-python/healpy: initial import

Package-Manager: portage-2.2.28

 dev-python/healpy/Manifest            |  1 +
 dev-python/healpy/healpy-1.9.1.ebuild | 39 +++++++++++++++++++++++++++++++++++
 dev-python/healpy/metadata.xml        | 17 +++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/healpy/Manifest b/dev-python/healpy/Manifest
new file mode 100644
index 0000000..2835c9e
--- /dev/null
+++ b/dev-python/healpy/Manifest
@@ -0,0 +1 @@
+DIST healpy-1.9.1.tar.gz 4043342 SHA256 
b88fcd667e0bf474335811018cb97932b5f9d5575f22d2237b6707844a121c23 SHA512 
84427e4fdb01ed534a00617ba707a58f4ed21ba0114fcc3f7bd4748cefaad148c9025bfc7a4c77c1de40b7f69dfb53139f2b347e80955f4631609cd50e70cd5a
 WHIRLPOOL 
2c8e5fe751fbfe12b699ff154c6f0472bbd7d758b0e18d249984d51567398e9eeea26ee9d79bb086fd79af4b4c4afa0f1f8c3a6c369acd1a4f91a7f8ebd7081a

diff --git a/dev-python/healpy/healpy-1.9.1.ebuild 
b/dev-python/healpy/healpy-1.9.1.ebuild
new file mode 100644
index 0000000..9f11d23
--- /dev/null
+++ b/dev-python/healpy/healpy-1.9.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapper for healpix"
+HOMEPAGE="https://github.com/healpy";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+       dev-python/astropy[${PYTHON_USEDEP}]
+       dev-python/matplotlib[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]
+       sci-astronomy/healpix:=[cxx]
+       sci-libs/cfitsio:="
+DEPEND="${RDEPEND}
+       dev-python/astropy-helpers[${PYTHON_USEDEP}]
+       dev-python/cython[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       virtual/pkgconfig
+       test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+DOCS=( README.rst CHANGELOG.rst CITATION )
+
+python_test() {
+       echo "backend: Agg" > matplotlibrc || die
+       MPLCONFIGDIR=. esetup.py test || die
+       rm matplotlibrc || die
+}

diff --git a/dev-python/healpy/metadata.xml b/dev-python/healpy/metadata.xml
new file mode 100644
index 0000000..39b8f23
--- /dev/null
+++ b/dev-python/healpy/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Astronomy Project</name>
+  </maintainer>
+  <longdescription lang="en">
+  Healpy provides a python package to manipulate healpix maps. It is
+  based on the standard numeric and visualisation tools for Python,
+  Numpy and matplotlib.
+</longdescription>
+  <upstream>
+    <remote-id type="pypi">healpy</remote-id>
+    <remote-id type="github">healpy/healpy</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to