From 1ceadcc4b2d93109a60d7c4e999a573b5717fcd2 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 28 Dec 2019 20:22:38 +0300 Subject: [PATCH] dev-python/astrodendro: remove last-rited pkg Signed-off-by: Mikle Kolyada --- dev-python/astrodendro/Manifest | 1 - .../astrodendro/astrodendro-0.2.0.ebuild | 58 ------------------- dev-python/astrodendro/metadata.xml | 15 ----- 3 files changed, 74 deletions(-) delete mode 100644 dev-python/astrodendro/Manifest delete mode 100644 dev-python/astrodendro/astrodendro-0.2.0.ebuild delete mode 100644 dev-python/astrodendro/metadata.xml diff --git a/dev-python/astrodendro/Manifest b/dev-python/astrodendro/Manifest deleted file mode 100644 index 6e1084648227..000000000000 --- a/dev-python/astrodendro/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST astrodendro-0.2.0.tar.gz 4594802 BLAKE2B 19499d75d6ecf024c399595926c41fcd19b7dda017cbde2d6466cc85c9a7e5eec15ea459691589dcc89013b3ca8c76532d85eb565635a526283a63e88b9fc5a2 SHA512 2079e2844537b74b8c40a5e2d9c04a2e7940f12fa0ac77dc95f39d7ea623ad43d8635043336f5cedff6076599a44c4b8908dbd0b67d33c47310408496bce1b1d diff --git a/dev-python/astrodendro/astrodendro-0.2.0.ebuild b/dev-python/astrodendro/astrodendro-0.2.0.ebuild deleted file mode 100644 index 810c28d4c5c4..000000000000 --- a/dev-python/astrodendro/astrodendro-0.2.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) - -inherit distutils-r1 xdg-utils virtualx - -DESCRIPTION="Python package for computation of astronomical dendrograms" -HOMEPAGE="https://dendrograms.readthedocs.io/en/stable/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/astropy[${PYTHON_USEDEP}] - dev-python/h5py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/astropy-helpers[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -python_prepare_all() { - # use system astropy-helpers instead of bundled one - sed -i -e '/auto_use/s/True/False/' setup.cfg || die - xdg_environment_reset - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - python_setup - VARTEXFONTS="${T}"/fonts \ - MPLCONFIGDIR="${BUILD_DIR}" \ - PYTHONPATH="${BUILD_DIR}"/lib \ - esetup.py build_sphinx --no-intersphinx - fi -} - -python_test() { - virtx esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/astrodendro/metadata.xml b/dev-python/astrodendro/metadata.xml deleted file mode 100644 index ea17c673072e..000000000000 --- a/dev-python/astrodendro/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - - The astrodendro package provides an easy way to compute - dendrograms of observed or simulated Astronomical data in Python. - - - astrodendro - - -- 2.26.2