From 3a69e81a8df6ce67467ca66c921d2bf0e3d2a1c4 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 28 Dec 2019 19:55:42 +0300 Subject: dev-python/healpy: remove last-rited pkg Signed-off-by: Mikle Kolyada --- dev-python/healpy/Manifest | 2 -- dev-python/healpy/healpy-1.10.3.ebuild | 39 ------------------------------ dev-python/healpy/healpy-1.11.0.ebuild | 44 ---------------------------------- dev-python/healpy/metadata.xml | 17 ------------- 4 files changed, 102 deletions(-) delete mode 100644 dev-python/healpy/Manifest delete mode 100644 dev-python/healpy/healpy-1.10.3.ebuild delete mode 100644 dev-python/healpy/healpy-1.11.0.ebuild delete mode 100644 dev-python/healpy/metadata.xml (limited to 'dev-python') diff --git a/dev-python/healpy/Manifest b/dev-python/healpy/Manifest deleted file mode 100644 index 28b7a9b095a0..000000000000 --- a/dev-python/healpy/Manifest +++ /dev/null @@ -1,2 +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 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 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - - Healpy provides a python package to manipulate healpix maps. It is - based on the standard numeric and visualisation tools for Python, - Numpy and matplotlib. - - - healpy - healpy/healpy - - -- cgit v1.2.3