commit:     108f2e32a7bc8f380e6a13d2252b45a76303c19d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 09:49:24 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 09:49:41 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=108f2e32

sci-astronomy/bpz: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-astronomy/bpz/bpz-1.99.3.ebuild | 57 -------------------------------------
 sci-astronomy/bpz/metadata.xml      | 12 --------
 2 files changed, 69 deletions(-)

diff --git a/sci-astronomy/bpz/bpz-1.99.3.ebuild 
b/sci-astronomy/bpz/bpz-1.99.3.ebuild
deleted file mode 100644
index c651aa3d8..000000000
--- a/sci-astronomy/bpz/bpz-1.99.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Bayesian Photometric Redshifts"
-HOMEPAGE="http://www.its.caltech.edu/~coe/BPZ/";
-SRC_URI="${HOMEPAGE}/${P}.tar.gz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/numpy[${PYTHON_USEDEP}]
-       || (
-               dev-python/matplotlib[${PYTHON_USEDEP}]
-               dev-python/python-biggles[${PYTHON_USEDEP}]
-               )"
-DEPEND="${PYTHON_DEPS}
-       test? ( ${RDEPEND} )"
-
-src_prepare() {
-       sed \
-               -e 's/TkAgg/Agg/g' \
-               -i bpz.py plots/probplot.py plots/coeplot.py || die
-}
-
-src_test() {
-       cd test
-       export BPZPATH="${S}" PYTHONPATH="${S}"
-       ${EPYTHON} ../bpz.py UDFtest.cat -INTERP 2 || die
-       ${EPYTHON} ../bpzfinalize.py UDFtest || die
-       ${EPYTHON} ../plots/webpage.py UDFtest || die
-}
-
-src_install() {
-       insinto /usr/share/bpz
-       doins -r FILTER SED AB
-       python_moduleinto ${PN}
-       python_domodule *.py plots
-
-       cat <<-EOF > bpz
-               #!$(type -P sh)
-               sitedir=$(python_get_sitedir)
-               BPZPATH="${EPREFIX}"/usr/share/bpz ${EPYTHON} 
\${sitedir}/bpz/bpz.py \$@
-       EOF
-
-       dobin bpz
-}

diff --git a/sci-astronomy/bpz/metadata.xml b/sci-astronomy/bpz/metadata.xml
deleted file mode 100644
index 008ef62b2..000000000
--- a/sci-astronomy/bpz/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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">
-Bayesian Photometric Redshifts is a method to infere photometric
-redshifts of galaxies.
-</longdescription>
-</pkgmetadata>

Reply via email to