From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2D0A138359 for ; Tue, 22 Sep 2020 19:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11C29E0845; Tue, 22 Sep 2020 19:47:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F033DE0845 for ; Tue, 22 Sep 2020 19:47:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E61F5340DEB for ; Tue, 22 Sep 2020 19:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5913333A for ; Tue, 22 Sep 2020 19:47:55 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600804064.b9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/inference/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/inference/inference-0.4.ebuild dev-python/inference/metadata.xml X-VCS-Directories: dev-python/inference/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: b9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb X-VCS-Branch: master Date: Tue, 22 Sep 2020 19:47:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e0c20a3-2d95-42b8-b453-eb5f6024e001 X-Archives-Hash: 1e0439ae1475114c7cb3ceffbd3e12ed commit: b9bd4cdf0fbf1191aa3ab1ca413a4bf1815d02cb Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 19:47:32 2020 +0000 Commit: Aisha Tammy aisha 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 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 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -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. - -