Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/inference/
Date: Mon, 21 Sep 2015 14:04:56
Message-Id: 1442838310.4435edace0bfa8d5be0b7bf9cfc977a50219e92d.jlec@gentoo
1 commit: 4435edace0bfa8d5be0b7bf9cfc977a50219e92d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 12:25:10 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 12:25:10 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4435edac
7
8 dev-python/inference: Put it on my devspace
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/inference/inference-0.4.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/inference/inference-0.4.ebuild b/dev-python/inference/inference-0.4.ebuild
17 index aebb7de..fd797ec 100644
18 --- a/dev-python/inference/inference-0.4.ebuild
19 +++ b/dev-python/inference/inference-0.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -10,7 +10,7 @@ inherit distutils-r1 flag-o-matic fortran-2
27
28 DESCRIPTION="Collection of Python modules for statistical inference"
29 HOMEPAGE="http://inference.astro.cornell.edu/"
30 -SRC_URI="${HOMEPAGE}/${P}.tar.gz"
31 +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
32
33 SLOT="0"
34 LICENSE="all-rights-reserved"
35 @@ -24,6 +24,8 @@ RDEPEND="${DEPEND}
36 # buggy tests
37 RESTRICT="test"
38
39 +S="${WORKDIR}"/${P}/package
40 +
41 pkg_setup() {
42 fortran-2_pkg_setup
43 }
44 @@ -41,7 +43,7 @@ python_compile() {
45 }
46
47 python_test() {
48 - nosetests --verbose --verbosity=3
49 + nosetests --verbose --verbosity=3 || die
50 }
51
52 python_install() {