diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-02 10:40:01 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace (patch) | |
tree | 82d04890b9a76d834a3cad610fa2a720df752cbd /dev-python/scientificpython/scientificpython-2.9.4.ebuild | |
parent | dev-python/feedparser: Version Bump (diff) | |
download | gentoo-e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace.tar.gz gentoo-e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace.tar.bz2 gentoo-e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace.zip |
dev-python/scientificpython: Drop KEYWORDS to testing
No stable numpy supports this package
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/scientificpython/scientificpython-2.9.4.ebuild')
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scientificpython/scientificpython-2.9.4.ebuild b/dev-python/scientificpython/scientificpython-2.9.4.ebuild index 93af0d21a04a..357c2ffdb03f 100644 --- a/dev-python/scientificpython/scientificpython-2.9.4.ebuild +++ b/dev-python/scientificpython/scientificpython-2.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,7 +51,7 @@ python_compile() { python_test() { cd "${S}"/Tests || die - python_foreach_impl nosetests + nosetests -v -v || die } python_install() { |