commit: 379464943d2a72a6558b749ec0c6647a879f7fde
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 1 11:40:05 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 11:40:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37946494
dev-python/ipython: Fix #474
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 6 ++++++
.../ipython/{ipython-4.0.0.ebuild => ipython-4.0.0-r1.ebuild} | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index c6096ff..57789ba 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*ipython-4.0.0-r1 (01 Sep 2015)
+
+ 01 Sep 2015; Marius Brehler <[email protected]>
+ +ipython-4.0.0-r1.ebuild, -ipython-4.0.0.ebuild:
+ dev-python/ipython: Fix #474
+
25 Aug 2015; Marius Brehler <[email protected]> ipython-4.0.0.ebuild,
metadata.xml:
dev-python/ipython: Drop octave useflag
diff --git a/dev-python/ipython/ipython-4.0.0.ebuild
b/dev-python/ipython/ipython-4.0.0-r1.ebuild
similarity index 97%
rename from dev-python/ipython/ipython-4.0.0.ebuild
rename to dev-python/ipython/ipython-4.0.0-r1.ebuild
index 084dda1..b8d08ad 100644
--- a/dev-python/ipython/ipython-4.0.0.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -36,7 +36,10 @@ CDEPEND="
wxwidgets? ( dev-python/ipywidgets[${PYTHON_USEDEP}] )"
RDEPEND="${CDEPEND}
- notebook? ( dev-python/notebook[${PYTHON_USEDEP}] )
+ notebook? (
+ dev-python/notebook[${PYTHON_USEDEP}]
+ dev-python/ipywidgets[${PYTHON_USEDEP}]
+ )
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
qt4? ( dev-python/qtconsole )"
DEPEND="${CDEPEND}