commit:     b9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 19:47:32 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 19:47:44 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9bd4cdf

dev-python/inference: drop dead package

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

 dev-python/inference/inference-0.4.ebuild | 50 -------------------------------
 dev-python/inference/metadata.xml         | 16 ----------
 2 files changed, 66 deletions(-)

diff --git a/dev-python/inference/inference-0.4.ebuild 
b/dev-python/inference/inference-0.4.ebuild
deleted file mode 100644
index faf123a18..000000000
--- a/dev-python/inference/inference-0.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 flag-o-matic fortran-2
-
-DESCRIPTION="Collection of Python modules for statistical inference"
-HOMEPAGE="http://inference.astro.cornell.edu/";
-SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-       dev-python/matplotlib[${PYTHON_USEDEP}]"
-
-# buggy tests
-RESTRICT="test"
-
-S="${WORKDIR}"/${P}/package
-
-pkg_setup() {
-       fortran-2_pkg_setup
-}
-
-python_prepare_all() {
-       # The usual numpy.distutils hacks when fortran is used
-       append-ldflags -shared
-       append-fflags -fPIC
-       export NUMPY_FCONFIG="config_fc --noopt --noarch"
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       distutils-r1_python_compile ${NUMPY_CONFIG}
-}
-
-python_test() {
-       nosetests --verbose --verbosity=3 || die
-}
-
-python_install() {
-       distutils-r1_python_install ${NUMPY_FCONFIG}
-}

diff --git a/dev-python/inference/metadata.xml 
b/dev-python/inference/metadata.xml
deleted file mode 100644
index 9e0d8673e..000000000
--- a/dev-python/inference/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription lang="en">
-The inference package is a collection of Python modules implementing
-a variety of methods targeting the statistical inference
-problems—and the statistical modeling style—of the physical
-sciences. The target discipline is astronomy, and the choice of
-problems and methods most directly targets the needs of astronomers,
-but many tools here may be of use to other physical scientists. 
-</longdescription>
-</pkgmetadata>

Reply via email to