summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-08 23:33:16 +0100
committerSam James <sam@gentoo.org>2023-06-08 23:34:32 +0100
commitb622aef1929809d508434f6883e2d96b276ffd3e (patch)
tree0c2499cf8e5cde266694a0262c7d070d21ce78e1 /dev-python/ipython
parentdev-python/nbconvert: use virtual/pandoc (diff)
downloadgentoo-b622aef1929809d508434f6883e2d96b276ffd3e.tar.gz
gentoo-b622aef1929809d508434f6883e2d96b276ffd3e.tar.bz2
gentoo-b622aef1929809d508434f6883e2d96b276ffd3e.zip
dev-python/ipython: use virtual/pandoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-8.13.2.ebuild2
-rw-r--r--dev-python/ipython/ipython-8.14.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-8.13.2.ebuild b/dev-python/ipython/ipython-8.13.2.ebuild
index 3a1f883190af..c399e508ae51 100644
--- a/dev-python/ipython/ipython-8.13.2.ebuild
+++ b/dev-python/ipython/ipython-8.13.2.ebuild
@@ -150,7 +150,7 @@ pkg_postinst() {
optfeature "%mprun magic command" dev-python/memory_profiler
if use nbconvert; then
- if ! has_version app-text/pandoc ; then
+ if ! has_version virtual/pandoc ; then
einfo "Node.js will be used to convert notebooks to other formats"
einfo "like HTML. Support for that is still experimental. If you"
einfo "encounter any problems, please use app-text/pandoc instead."
diff --git a/dev-python/ipython/ipython-8.14.0.ebuild b/dev-python/ipython/ipython-8.14.0.ebuild
index e4666a5670eb..2c3e6178debf 100644
--- a/dev-python/ipython/ipython-8.14.0.ebuild
+++ b/dev-python/ipython/ipython-8.14.0.ebuild
@@ -150,7 +150,7 @@ pkg_postinst() {
optfeature "%mprun magic command" dev-python/memory_profiler
if use nbconvert; then
- if ! has_version app-text/pandoc ; then
+ if ! has_version virtual/pandoc ; then
einfo "Node.js will be used to convert notebooks to other formats"
einfo "like HTML. Support for that is still experimental. If you"
einfo "encounter any problems, please use app-text/pandoc instead."