summaryrefslogtreecommitdiff
path: root/dev-python/healpy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/healpy
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/healpy')
-rw-r--r--dev-python/healpy/Manifest5
-rw-r--r--dev-python/healpy/healpy-1.10.3.ebuild39
-rw-r--r--dev-python/healpy/healpy-1.11.0.ebuild44
-rw-r--r--dev-python/healpy/metadata.xml17
4 files changed, 0 insertions, 105 deletions
diff --git a/dev-python/healpy/Manifest b/dev-python/healpy/Manifest
deleted file mode 100644
index 289db4e63c30..000000000000
--- a/dev-python/healpy/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST healpy-1.10.3.tar.gz 4018897 BLAKE2B c736e4cd445d51af55b76533dc2090e7926907ba9ccefc04d60576047c72e39e93c532980e24af10d548954c4bd5d580a16a3601a675eb0d7d965e3a8d1df4ba SHA512 c5862fceb597ffbc5c53204479fa9dba19287e3c08744e25edef3eaecfa726e61e8558d50d73e2bf4d19b7d0adc0ac928a38c4808fc92fe855f5eae101e18baa
-DIST healpy-1.11.0.tar.gz 4033412 BLAKE2B 3b0631eca53ab9798cf03b9f66ea9bcf1f2df16f3639fca353a14204e566027e37419e27f07a579f3cd7b05c4eea84160f4aefc5f9706e1ffbc553db68d8cf90 SHA512 35926c769f2fd4ebc3cd61357d742e9e1747325187e465bd3be62b4281506bd02cf3d8b982583819219e994dfa3936d6bc61914218325bb6b4ddfcffc50c802f
-EBUILD healpy-1.10.3.ebuild 975 BLAKE2B ea917c9d26a3d0bce799191b9589195c76958efae6a85f7686463e811f641fa05ee4daab72843312c802b362ad4596fd59d3f67f12ca5c40ffcc9d6860cd9cbf SHA512 b9aa4a6521d077cb197fb2367e94ff5655269483c9157042ecb7d45517c81f8cf2643f711ac42f3b172b8c4da9c46c846a22b6e6e0ed929628dba56c56c0fbc5
-EBUILD healpy-1.11.0.ebuild 1070 BLAKE2B 16ff14d480fa892749755b3b1831fd5b8c6371634405977452273ca17cb4ceb4928794446e7b3a8671586f807fea25f23c863a41bddeb217141cfe213bfed217 SHA512 33ee52f7eb8fd3df87d825fab4a0c93999068d4ba501004415c6ee029b12a4fe7d2c0057378b47d093aa8e5a4e31961635cff33f24c456ea43ed94d86cb83ec0
-MISC metadata.xml 609 BLAKE2B ddd0006b243a7d1cbaab4d33d2b642b967edff7fafb729fe5715984aa36a6ed22f1ce11e6c0e566d7e0b3a1d2a437a2fa9ddd923ef61f26229c0665c58160635 SHA512 e8d86f81b4a62f3f15bb2210cfbc9eb51568525349c34e10bc32de76654f18c7937ee1c5390915c8a225be35baefb8b45d8cb982a41e314da77b91c30ae8749f
diff --git a/dev-python/healpy/healpy-1.10.3.ebuild b/dev-python/healpy/healpy-1.10.3.ebuild
deleted file mode 100644
index 80c87493bd0f..000000000000
--- a/dev-python/healpy/healpy-1.10.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-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"
-RESTRICT="!test? ( 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/healpy-1.11.0.ebuild b/dev-python/healpy/healpy-1.11.0.ebuild
deleted file mode 100644
index 048844f7e336..000000000000
--- a/dev-python/healpy/healpy-1.11.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-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"
-RESTRICT="!test? ( 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/pytest-runner[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- virtual/pkgconfig
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cython[${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
deleted file mode 100644
index 39b8f2351616..000000000000
--- a/dev-python/healpy/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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">
- 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>