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/jupyter_console/
Date: Tue, 01 Sep 2015 07:58:02
Message-Id: 1440661314.bf286bf5f8c16c38c6dadaf413d5a7082b6a47eb.jlec@gentoo
1 commit: bf286bf5f8c16c38c6dadaf413d5a7082b6a47eb
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Thu Aug 27 07:41:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:41:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf286bf5
7
8 dev-python/jupyter_console: Fix deps
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/jupyter_console/ChangeLog | 4 ++++
13 dev-python/jupyter_console/jupyter_console-9999.ebuild | 1 +
14 2 files changed, 5 insertions(+)
15
16 diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
17 index 81953c6..68c1bde 100644
18 --- a/dev-python/jupyter_console/ChangeLog
19 +++ b/dev-python/jupyter_console/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 27 Aug 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + jupyter_console-9999.ebuild:
26 + dev-python/jupyter_console: Fix deps
27 +
28 25 Aug 2015; Marius Brehler <marbre@××××××××××××××.de>
29 jupyter_console-9999.ebuild:
30 dev-python/jupyter_console: Drop MY_PN, add python_test
31
32 diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
33 index 31c23cb..43b4766 100644
34 --- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
35 +++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
36 @@ -30,6 +30,7 @@ RDEPEND="
37 DEPEND="${RDEPEND}
38 test? (
39 >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
40 + dev-python/coverage[${PYTHON_USEDEP}]
41 )
42 "