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/ipython/
Date: Tue, 01 Sep 2015 11:47:59
Message-Id: 1441107638.379464943d2a72a6558b749ec0c6647a879f7fde.jlec@gentoo
1 commit: 379464943d2a72a6558b749ec0c6647a879f7fde
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Sep 1 11:40:05 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 11:40:38 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37946494
7
8 dev-python/ipython: Fix #474
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/ipython/ChangeLog | 6 ++++++
13 .../ipython/{ipython-4.0.0.ebuild => ipython-4.0.0-r1.ebuild} | 5 ++++-
14 2 files changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
17 index c6096ff..57789ba 100644
18 --- a/dev-python/ipython/ChangeLog
19 +++ b/dev-python/ipython/ChangeLog
20 @@ -2,6 +2,12 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 +*ipython-4.0.0-r1 (01 Sep 2015)
25 +
26 + 01 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
27 + +ipython-4.0.0-r1.ebuild, -ipython-4.0.0.ebuild:
28 + dev-python/ipython: Fix #474
29 +
30 25 Aug 2015; Marius Brehler <marbre@××××××××××××××.de> ipython-4.0.0.ebuild,
31 metadata.xml:
32 dev-python/ipython: Drop octave useflag
33
34 diff --git a/dev-python/ipython/ipython-4.0.0.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild
35 similarity index 97%
36 rename from dev-python/ipython/ipython-4.0.0.ebuild
37 rename to dev-python/ipython/ipython-4.0.0-r1.ebuild
38 index 084dda1..b8d08ad 100644
39 --- a/dev-python/ipython/ipython-4.0.0.ebuild
40 +++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
41 @@ -36,7 +36,10 @@ CDEPEND="
42 wxwidgets? ( dev-python/ipywidgets[${PYTHON_USEDEP}] )"
43
44 RDEPEND="${CDEPEND}
45 - notebook? ( dev-python/notebook[${PYTHON_USEDEP}] )
46 + notebook? (
47 + dev-python/notebook[${PYTHON_USEDEP}]
48 + dev-python/ipywidgets[${PYTHON_USEDEP}]
49 + )
50 nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
51 qt4? ( dev-python/qtconsole )"
52 DEPEND="${CDEPEND}