summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2013-08-28 07:42:06 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2013-08-28 07:42:06 +0000
commit67008a87702eca61bbf6291be0937f4b3a6a821a (patch)
tree8a18887fb01bac76841920322df01f9306e7724c /dev-python/ipython
parentProvide symlink to mathjax in order to force notebook to use the local versi... (diff)
downloadgentoo-2-67008a87702eca61bbf6291be0937f4b3a6a821a.tar.gz
gentoo-2-67008a87702eca61bbf6291be0937f4b3a6a821a.tar.bz2
gentoo-2-67008a87702eca61bbf6291be0937f4b3a6a821a.zip
Add the rest of the dependencies for nbconvert. Thanks to Arfrever for reporting
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog6
-rw-r--r--dev-python/ipython/ipython-1.0.0.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 7db92ebfa050..cc653474a19d 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.118 2013/08/28 07:28:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.119 2013/08/28 07:42:06 xarthisius Exp $
+
+ 28 Aug 2013; Kacper Kowalik <xarthisius@gentoo.org> ipython-1.0.0.ebuild:
+ Add the rest of the dependencies for nbconvert. Thanks to Arfrever for
+ reporting
28 Aug 2013; Kacper Kowalik <xarthisius@gentoo.org> ipython-1.0.0.ebuild:
Provide symlink to mathjax in order to force notebook to use the local
diff --git a/dev-python/ipython/ipython-1.0.0.ebuild b/dev-python/ipython/ipython-1.0.0.ebuild
index 1b604b511eed..a7f0f90bd822 100644
--- a/dev-python/ipython/ipython-1.0.0.ebuild
+++ b/dev-python/ipython/ipython-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.5 2013/08/28 07:28:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.6 2013/08/28 07:42:06 xarthisius Exp $
EAPI=5
@@ -43,7 +43,12 @@ RDEPEND="${CDEPEND}
dev-libs/mathjax
dev-python/jinja[${PYTHON_USEDEP}]
)
- nbconvert? ( app-text/pandoc )
+ nbconvert? (
+ app-text/pandoc
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ )
qt4? ( || ( dev-python/PyQt4[${PYTHON_USEDEP}] dev-python/pyside[${PYTHON_USEDEP}] )
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pyzmq[${PYTHON_USEDEP}] )"