From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 01841138010 for ; Mon, 29 Oct 2012 11:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83CA7E05A1; Mon, 29 Oct 2012 11:00:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C29EFE0504 for ; Mon, 29 Oct 2012 11:00:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF2033D99F for ; Mon, 29 Oct 2012 11:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B0038E5448 for ; Mon, 29 Oct 2012 11:00:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1351181946.fcbf5a92ea1ce81ce0fbf53d15163fe35ec86713.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/inference/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/inference/ChangeLog dev-python/inference/inference-0.4.ebuild dev-python/inference/metadata.xml X-VCS-Directories: dev-python/inference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fcbf5a92ea1ce81ce0fbf53d15163fe35ec86713 X-VCS-Branch: master Date: Mon, 29 Oct 2012 11:00:11 +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-Archives-Salt: a9069c1d-d07e-4620-8bf0-28ba9fc77153 X-Archives-Hash: 9add9c3848b91d167c3efabfa5a18030 commit: fcbf5a92ea1ce81ce0fbf53d15163fe35ec86713 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 25 16:19:06 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 25 16:19:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fcbf5a92 dev-python/inference: Move to EAPI=5; correct usage of fortran-2.eclass Package-Manager: portage-2.2.0_alpha141 --- dev-python/inference/ChangeLog | 6 +++++- dev-python/inference/inference-0.4.ebuild | 12 +++++++----- dev-python/inference/metadata.xml | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/dev-python/inference/ChangeLog b/dev-python/inference/ChangeLog index a1dad06..e8bfcaf 100644 --- a/dev-python/inference/ChangeLog +++ b/dev-python/inference/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-python/inference -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Oct 2012; Justin Lecher inference-0.4.ebuild, + metadata.xml: + Move to EAPI=5; correct usage of fortran-2.eclass + 23 Jun 2011; Justin Lecher inference-0.4.ebuild: Streamlined fortran-2 eclass usage diff --git a/dev-python/inference/inference-0.4.ebuild b/dev-python/inference/inference-0.4.ebuild index 1c4917f..bb508aa 100644 --- a/dev-python/inference/inference-0.4.ebuild +++ b/dev-python/inference/inference-0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" @@ -20,9 +20,7 @@ LICENSE="as-is" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" - sci-libs/scipy - virtual/fortran" +DEPEND="sci-libs/scipy" RDEPEND="${DEPEND} dev-python/matplotlib" @@ -31,10 +29,14 @@ RESTRICT="test" pkg_setup() { fortran-2_pkg_setup +} + +src_prepare() { # The usual numpy.distutils hacks when fortran is used append-ldflags -shared append-fflags -fPIC export NUMPY_FCONFIG="config_fc --noopt --noarch" + distutils_src_prepare } src_compile() { diff --git a/dev-python/inference/metadata.xml b/dev-python/inference/metadata.xml index cd773ad..b6797a7 100644 --- a/dev-python/inference/metadata.xml +++ b/dev-python/inference/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + 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