Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/
Date: Wed, 12 Oct 2016 06:30:59
Message-Id: 1474887879.c1407b997a3e6e11251147e7e23814b1daba4552.marbre@gentoo
1 commit: c1407b997a3e6e11251147e7e23814b1daba4552
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Mon Sep 26 11:04:39 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Sep 26 11:04:39 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1407b99
7
8 sci-biology/nilearn: updted EAPI and python compatibility (#684)
9
10 * sci-biology/nilearn: updted EAPI and python compatibility
11
12 Package-Manager: portage-2.3.1
13
14 * sci-biology/nilearn: version bump
15
16 Package-Manager: portage-2.3.1
17
18 * sci-biology/nilearn: improved test phase
19
20 Package-Manager: portage-2.3.1
21
22 sci-biology/nilearn/nilearn-0.1.4.1.ebuild | 10 +++++-----
23 sci-biology/nilearn/nilearn-0.2.4.ebuild | 6 +++---
24 sci-biology/nilearn/nilearn-0.2.5.ebuild | 6 +++---
25 .../nilearn/{nilearn-0.2.4.ebuild => nilearn-0.2.6.ebuild} | 6 +++---
26 sci-biology/nilearn/nilearn-9999.ebuild | 10 +++++-----
27 5 files changed, 19 insertions(+), 19 deletions(-)
28
29 diff --git a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
30 index a57bbbc..9814724 100644
31 --- a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
32 +++ b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
33 @@ -1,10 +1,10 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 +# Copyright 1999-2016 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Id$
38
39 -EAPI=5
40 +EAPI=6
41
42 -PYTHON_COMPAT=( python2_7 python3_4 )
43 +PYTHON_COMPAT=( python{2_7,3_4} )
44
45 inherit distutils-r1
46
47 @@ -31,6 +31,6 @@ RDEPEND="
48
49 S="${WORKDIR}/${PN}-${MY_PV}"
50
51 -src_test() {
52 - emake test-code
53 +python_test() {
54 + nosetests -v || die
55 }
56
57 diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild b/sci-biology/nilearn/nilearn-0.2.4.ebuild
58 index 0d3b294..7816b7e 100644
59 --- a/sci-biology/nilearn/nilearn-0.2.4.ebuild
60 +++ b/sci-biology/nilearn/nilearn-0.2.4.ebuild
61 @@ -4,7 +4,7 @@
62
63 EAPI=6
64
65 -PYTHON_COMPAT=( python2_7 python3_4 )
66 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
67
68 inherit distutils-r1
69
70 @@ -28,6 +28,6 @@ RDEPEND="
71 sci-libs/nibabel[${PYTHON_USEDEP}]
72 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
73
74 -src_test() {
75 - emake test-code
76 +python_test() {
77 + nosetests -v || die
78 }
79
80 diff --git a/sci-biology/nilearn/nilearn-0.2.5.ebuild b/sci-biology/nilearn/nilearn-0.2.5.ebuild
81 index 0d3b294..7816b7e 100644
82 --- a/sci-biology/nilearn/nilearn-0.2.5.ebuild
83 +++ b/sci-biology/nilearn/nilearn-0.2.5.ebuild
84 @@ -4,7 +4,7 @@
85
86 EAPI=6
87
88 -PYTHON_COMPAT=( python2_7 python3_4 )
89 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
90
91 inherit distutils-r1
92
93 @@ -28,6 +28,6 @@ RDEPEND="
94 sci-libs/nibabel[${PYTHON_USEDEP}]
95 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
96
97 -src_test() {
98 - emake test-code
99 +python_test() {
100 + nosetests -v || die
101 }
102
103 diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild b/sci-biology/nilearn/nilearn-0.2.6.ebuild
104 similarity index 90%
105 copy from sci-biology/nilearn/nilearn-0.2.4.ebuild
106 copy to sci-biology/nilearn/nilearn-0.2.6.ebuild
107 index 0d3b294..7816b7e 100644
108 --- a/sci-biology/nilearn/nilearn-0.2.4.ebuild
109 +++ b/sci-biology/nilearn/nilearn-0.2.6.ebuild
110 @@ -4,7 +4,7 @@
111
112 EAPI=6
113
114 -PYTHON_COMPAT=( python2_7 python3_4 )
115 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
116
117 inherit distutils-r1
118
119 @@ -28,6 +28,6 @@ RDEPEND="
120 sci-libs/nibabel[${PYTHON_USEDEP}]
121 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
122
123 -src_test() {
124 - emake test-code
125 +python_test() {
126 + nosetests -v || die
127 }
128
129 diff --git a/sci-biology/nilearn/nilearn-9999.ebuild b/sci-biology/nilearn/nilearn-9999.ebuild
130 index ab5a4af..36d9a30 100644
131 --- a/sci-biology/nilearn/nilearn-9999.ebuild
132 +++ b/sci-biology/nilearn/nilearn-9999.ebuild
133 @@ -1,10 +1,10 @@
134 -# Copyright 1999-2015 Gentoo Foundation
135 +# Copyright 1999-2016 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 # $Id$
138
139 -EAPI=5
140 +EAPI=6
141
142 -PYTHON_COMPAT=( python2_7 python3_4 )
143 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
144
145 inherit distutils-r1 git-r3
146
147 @@ -29,6 +29,6 @@ RDEPEND="
148 sci-libs/nibabel[${PYTHON_USEDEP}]
149 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
150
151 -src_test() {
152 - emake test-code
153 +python_test() {
154 + nosetests -v || die
155 }