Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/dipy/
Date: Sat, 02 Jul 2016 09:27:18
Message-Id: 1467451512.b64756545e976ac82546fee7a43d02703ec0fda7.jlec@gentoo
1 commit: b64756545e976ac82546fee7a43d02703ec0fda7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 09:24:45 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 09:25:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6475654
7
8 sci-biology/dipy: fix whitespace error
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 sci-biology/dipy/dipy-9999.ebuild | 21 ++++++++++-----------
13 1 file changed, 10 insertions(+), 11 deletions(-)
14
15 diff --git a/sci-biology/dipy/dipy-9999.ebuild b/sci-biology/dipy/dipy-9999.ebuild
16 index beb75e4..5bec12b 100644
17 --- a/sci-biology/dipy/dipy-9999.ebuild
18 +++ b/sci-biology/dipy/dipy-9999.ebuild
19 @@ -19,19 +19,18 @@ KEYWORDS=""
20 IUSE="test"
21
22 DEPEND="
23 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
24 - dev-python/setuptools[${PYTHON_USEDEP}]
25 - dev-python/cython[${PYTHON_USEDEP}]
26 - "
27 + test? ( dev-python/nose[${PYTHON_USEDEP}] )
28 + dev-python/setuptools[${PYTHON_USEDEP}]
29 + dev-python/cython[${PYTHON_USEDEP}]
30 +"
31 RDEPEND="
32 dev-python/numpy[${PYTHON_USEDEP}]
33 - sci-libs/scipy[${PYTHON_USEDEP}]
34 - sci-libs/nibabel[${PYTHON_USEDEP}]
35 - "
36 + sci-libs/scipy[${PYTHON_USEDEP}]
37 + sci-libs/nibabel[${PYTHON_USEDEP}]
38 +"
39
40 python_test() {
41 - distutils_install_for_testing
42 - cd "${TEST_DIR}"/lib || die
43 - nosetests || die
44 + distutils_install_for_testing
45 + cd "${TEST_DIR}"/lib || die
46 + nosetests || die
47 }
48 -