commit:     537ad06e17cfab70952140d48d61a605218b08b9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 12:34:57 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 14:21:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537ad06e

dev-python/theano: Sort global scope and make tests verbose

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/theano/theano-0.6.0.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/theano/theano-0.6.0.ebuild 
b/dev-python/theano/theano-0.6.0.ebuild
index 1483766..23aedb6 100644
--- a/dev-python/theano/theano-0.6.0.ebuild
+++ b/dev-python/theano/theano-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,13 +13,12 @@ MYP=${MYPN}-$(replace_version_separator 3 '')
 
 DESCRIPTION="Python library to define and optimize multi-dimensional arrays 
mathematical expressions"
 HOMEPAGE="https://github.com/Theano/Theano";
-LICENSE="BSD"
-
 SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 SLOT="0"
+LICENSE="BSD"
 IUSE="test"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
@@ -29,5 +28,5 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MYP}"
 
 python_test() {
-       nosetests || die
+       nosetests --verbosity=3 || die
 }

Reply via email to