Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scientificpython/
Date: Mon, 02 Nov 2015 11:51:07
Message-Id: 1446464832.e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace.jlec@gentoo
1 commit: e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:40:01 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 11:47:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d283cb
7
8 dev-python/scientificpython: Drop KEYWORDS to testing
9
10 No stable numpy supports this package
11
12 Package-Manager: portage-2.2.23
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/scientificpython/scientificpython-2.9.1.ebuild | 4 ++--
16 dev-python/scientificpython/scientificpython-2.9.4.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-python/scientificpython/scientificpython-2.9.1.ebuild b/dev-python/scientificpython/scientificpython-2.9.1.ebuild
20 index b861989..90b402a 100644
21 --- a/dev-python/scientificpython/scientificpython-2.9.1.ebuild
22 +++ b/dev-python/scientificpython/scientificpython-2.9.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -18,7 +18,7 @@ HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/"
30
31 LICENSE="CeCILL-2"
32 SLOT="0"
33 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
34 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
35 IUSE="doc mpi test"
36
37 RDEPEND="
38
39 diff --git a/dev-python/scientificpython/scientificpython-2.9.4.ebuild b/dev-python/scientificpython/scientificpython-2.9.4.ebuild
40 index 93af0d2..357c2ff 100644
41 --- a/dev-python/scientificpython/scientificpython-2.9.4.ebuild
42 +++ b/dev-python/scientificpython/scientificpython-2.9.4.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 +# Copyright 1999-2015 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -51,7 +51,7 @@ python_compile() {
50
51 python_test() {
52 cd "${S}"/Tests || die
53 - python_foreach_impl nosetests
54 + nosetests -v -v || die
55 }
56
57 python_install() {