aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/bpz/Manifest1
-rw-r--r--sci-astronomy/bpz/bpz-1.99.3.ebuild57
-rw-r--r--sci-astronomy/bpz/metadata.xml12
3 files changed, 0 insertions, 70 deletions
diff --git a/sci-astronomy/bpz/Manifest b/sci-astronomy/bpz/Manifest
deleted file mode 100644
index 2e8d7e16b..000000000
--- a/sci-astronomy/bpz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bpz-1.99.3.tar.gz 1353654 SHA256 f0c40e837aa90123cd087ee792169da6e478cc54912ce0767eafdb2fe1f7e584 SHA512 d00a2da6852a0314088e3cf76d89c4ea2317c620a4a6d94fe8da5b4a3d147957af249efc41de79c21b0a01882b6063f1061a7c2f8820fe7737ce1eae22ca9cf0 WHIRLPOOL 1738c44a1dd9af7ded03af42a3983c5f0ab5394bb665f7965d098b1aff3c3328b85e1d263e73c8d5b2eee2ed851f7d28ec09d9217ab7c9920456d32f4f80a3c5
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>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
-Bayesian Photometric Redshifts is a method to infere photometric
-redshifts of galaxies.
-</longdescription>
-</pkgmetadata>