Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nilearn/
Date: Thu, 17 Dec 2015 11:06:41
Message-Id: 1447530505.5c1421617526d2805893a1921237d766f4a04b0b.jlec@gentoo
1 commit: 5c1421617526d2805893a1921237d766f4a04b0b
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Sat Nov 14 19:48:25 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 14 19:48:25 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5c142161
7
8 dev-python/nilearn: added test function
9
10 Package-Manager: portage-2.2.24
11
12 dev-python/nilearn/ChangeLog | 3 +++
13 dev-python/nilearn/nilearn-0.1.4.1.ebuild | 4 ++++
14 2 files changed, 7 insertions(+)
15
16 diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
17 index 5411f39..4cf4d12 100644
18 --- a/dev-python/nilearn/ChangeLog
19 +++ b/dev-python/nilearn/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 14 Nov 2015; Horea Christian <h.chr@××××.ru> nilearn-0.1.4.1.ebuild:
25 + dev-python/nilearn: added test function
26 +
27 19 Oct 2015; Horea Christian <h.chr@××××.ru> nilearn-9999.ebuild:
28 dev-python/nilearn: plot use flag in live ebuild as well
29
30
31 diff --git a/dev-python/nilearn/nilearn-0.1.4.1.ebuild b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
32 index 62b5427..d8c0ded 100644
33 --- a/dev-python/nilearn/nilearn-0.1.4.1.ebuild
34 +++ b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
35 @@ -29,3 +29,7 @@ RDEPEND="
36 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
37
38 S="${WORKDIR}/${PN}-${MY_PV}"
39 +
40 +src_test() {
41 + emake test-code
42 +}