aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-22 15:47:32 -0400
committerAisha Tammy <gentoo@aisha.cc>2020-09-22 15:47:44 -0400
commitb9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb (patch)
treeba88e08d60a2936eccf947892b2e23d934e04c0a /dev-python
parentdev-python/palettable: renamed brewer2mpl (diff)
downloadsci-b9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb.tar.gz
sci-b9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb.tar.bz2
sci-b9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb.zip
dev-python/inference: drop dead package
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/inference/Manifest1
-rw-r--r--dev-python/inference/inference-0.4.ebuild50
-rw-r--r--dev-python/inference/metadata.xml16
3 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/inference/Manifest b/dev-python/inference/Manifest
deleted file mode 100644
index da7b1529b..000000000
--- a/dev-python/inference/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST inference-0.4.tar.xz 811572 BLAKE2B 93ba8499fe14bb24793b10cf689aa9c84b746e733257152ab8633b6e52d89c35fa8eef07baded5b361e23d8d46a7eac0876eb8ea5d472d5054fc332b5989c6da SHA512 49af21fd9874ec845435515220a5dd0cf8a5012fbae866c477304eb1f6958fdd2b372bd71010bfa80137afe2580df06c099c153c6ea6588839f27ab1f3729e75
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>sci@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>