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: Sun, 29 Jan 2017 11:59:38
Message-Id: 1485691163.ee185ba11606f530fd671403213a30f5384965e4.jlec@gentoo
1 commit: ee185ba11606f530fd671403213a30f5384965e4
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 11:34:52 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 11:59:23 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ee185ba1
7
8 sci-biology/dipy: QA fixes
9
10 Drop empty line at EOF
11 Add runtime deps for tests
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
15
16 sci-biology/dipy/dipy-0.11.0.ebuild | 19 +++++++++----------
17 sci-biology/dipy/dipy-9999.ebuild | 16 ++++++++--------
18 2 files changed, 17 insertions(+), 18 deletions(-)
19
20 diff --git a/sci-biology/dipy/dipy-0.11.0.ebuild b/sci-biology/dipy/dipy-0.11.0.ebuild
21 index 9c97079..1d2a9f4 100644
22 --- a/sci-biology/dipy/dipy-0.11.0.ebuild
23 +++ b/sci-biology/dipy/dipy-0.11.0.ebuild
24 @@ -1,14 +1,14 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 EAPI=6
31
32 -PYTHON_COMPAT=( python2_7 python3_4 )
33 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
34
35 inherit distutils-r1
36
37 -DESCRIPTION="computational neuroanatomy project focusing on diffusion MRI"
38 +DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
39 HOMEPAGE="http://nipy.org/dipy"
40 SRC_URI="https://github.com/nipy/dipy/archive/${PV}.tar.gz -> ${P}.tar.gz"
41
42 @@ -17,20 +17,19 @@ SLOT="0"
43 KEYWORDS="~amd64 ~x86"
44 IUSE="test"
45
46 -DEPEND="
47 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
48 - dev-python/setuptools[${PYTHON_USEDEP}]
49 - dev-python/cython[${PYTHON_USEDEP}]
50 - "
51 RDEPEND="
52 dev-python/numpy[${PYTHON_USEDEP}]
53 sci-libs/scipy[${PYTHON_USEDEP}]
54 sci-libs/nibabel[${PYTHON_USEDEP}]
55 - "
56 +"
57 +DEPEND="
58 + test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
59 + dev-python/setuptools[${PYTHON_USEDEP}]
60 + dev-python/cython[${PYTHON_USEDEP}]
61 +"
62
63 python_test() {
64 distutils_install_for_testing
65 cd "${TEST_DIR}"/lib || die
66 nosetests || die
67 }
68 -
69
70 diff --git a/sci-biology/dipy/dipy-9999.ebuild b/sci-biology/dipy/dipy-9999.ebuild
71 index 5bec12b..383ec8c 100644
72 --- a/sci-biology/dipy/dipy-9999.ebuild
73 +++ b/sci-biology/dipy/dipy-9999.ebuild
74 @@ -1,14 +1,14 @@
75 -# Copyright 1999-2016 Gentoo Foundation
76 +# Copyright 1999-2017 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Id$
79
80 EAPI=6
81
82 -PYTHON_COMPAT=( python2_7 python3_4 )
83 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
84
85 inherit distutils-r1 git-r3
86
87 -DESCRIPTION="computational neuroanatomy project focusing on diffusion MRI"
88 +DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
89 HOMEPAGE="http://nipy.org/dipy"
90 SRC_URI=""
91 EGIT_REPO_URI="git://github.com/nipy/dipy"
92 @@ -18,16 +18,16 @@ SLOT="0"
93 KEYWORDS=""
94 IUSE="test"
95
96 -DEPEND="
97 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
98 - dev-python/setuptools[${PYTHON_USEDEP}]
99 - dev-python/cython[${PYTHON_USEDEP}]
100 -"
101 RDEPEND="
102 dev-python/numpy[${PYTHON_USEDEP}]
103 sci-libs/scipy[${PYTHON_USEDEP}]
104 sci-libs/nibabel[${PYTHON_USEDEP}]
105 "
106 +DEPEND="
107 + test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
108 + dev-python/setuptools[${PYTHON_USEDEP}]
109 + dev-python/cython[${PYTHON_USEDEP}]
110 +"
111
112 python_test() {
113 distutils_install_for_testing