From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A01D15810F for ; Thu, 8 Jun 2023 22:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06F5E0844; Thu, 8 Jun 2023 22:35:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C73FCE0848 for ; Thu, 8 Jun 2023 22:35:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98ACA33B864 for ; Thu, 8 Jun 2023 22:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D38A95 for ; Thu, 8 Jun 2023 22:35:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686263672.b622aef1929809d508434f6883e2d96b276ffd3e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-8.13.2.ebuild dev-python/ipython/ipython-8.14.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b622aef1929809d508434f6883e2d96b276ffd3e X-VCS-Branch: master Date: Thu, 8 Jun 2023 22:35:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c68578b-9362-4016-ba17-0632b30baa1c X-Archives-Hash: 0e391942432a0d479f3526bfeea05a1b commit: b622aef1929809d508434f6883e2d96b276ffd3e Author: Sam James gentoo org> AuthorDate: Thu Jun 8 22:33:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 8 22:34:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b622aef1 dev-python/ipython: use virtual/pandoc Signed-off-by: Sam James gentoo.org> dev-python/ipython/ipython-8.13.2.ebuild | 2 +- dev-python/ipython/ipython-8.14.0.ebuild | 2 +- 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."