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/nbconvert/
Date: Tue, 01 Sep 2015 07:57:51
Message-Id: 1440509394.467cd961b1e2c3c2a69fa9cc11e81eb98820457d.jlec@gentoo
1 commit: 467cd961b1e2c3c2a69fa9cc11e81eb98820457d
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Aug 25 13:29:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 13:29:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=467cd961
7
8 dev-python/nbconvert: Fix deps for testing
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/nbconvert/ChangeLog | 3 +++
13 dev-python/nbconvert/nbconvert-9999.ebuild | 7 ++++++-
14 2 files changed, 9 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/nbconvert/ChangeLog b/dev-python/nbconvert/ChangeLog
17 index 056a57f..31d12c3 100644
18 --- a/dev-python/nbconvert/ChangeLog
19 +++ b/dev-python/nbconvert/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 25 Aug 2015; Marius Brehler <marbre@××××××××××××××.de> nbconvert-9999.ebuild:
25 + dev-python/nbconvert: Fix deps for testing
26 +
27 *nbconvert-4.0.0 (12 Aug 2015)
28 *nbconvert-9999 (12 Aug 2015)
29
30
31 diff --git a/dev-python/nbconvert/nbconvert-9999.ebuild b/dev-python/nbconvert/nbconvert-9999.ebuild
32 index c2e2ce1..4d8baf5 100644
33 --- a/dev-python/nbconvert/nbconvert-9999.ebuild
34 +++ b/dev-python/nbconvert/nbconvert-9999.ebuild
35 @@ -32,7 +32,12 @@ RDEPEND="
36 dev-python/pygments[${PYTHON_USEDEP}]
37 dev-python/traitlets[${PYTHON_USEDEP}]
38 "
39 -DEPEND="${RDEPEND}"
40 +DEPEND="${RDEPEND}
41 + test? (
42 + dev-python/nose[${PYTHON_USEDEP}]
43 + dev-python/ipykernel[${PYTHON_USEDEP}]
44 + )
45 + "
46
47 python_test() {
48 distutils_install_for_testing