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 B150E15A7D9 for ; Wed, 22 Mar 2023 09:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06BC4E0825; Wed, 22 Mar 2023 09:22:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E2BACE086F for ; Wed, 22 Mar 2023 09:22:02 +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 136E7340DB7 for ; Wed, 22 Mar 2023 09:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 862258DA for ; Wed, 22 Mar 2023 09:22:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1679476917.0d1d3a549f20fdb06ce50445f08e580cc85d44ed.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbclassic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbclassic/nbclassic-0.5.3.ebuild X-VCS-Directories: dev-python/nbclassic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d1d3a549f20fdb06ce50445f08e580cc85d44ed X-VCS-Branch: master Date: Wed, 22 Mar 2023 09:22:00 +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: 1f3f2348-a789-4382-a321-d4a178c13145 X-Archives-Hash: 4438ef02c2683e4f0f115a506aa089b5 commit: 0d1d3a549f20fdb06ce50445f08e580cc85d44ed Author: Michał Górny gentoo org> AuthorDate: Wed Mar 22 09:18:25 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 22 09:21:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1d3a54 dev-python/nbclassic: Move nbconvert to PDEP to resolve cycle Reported by Sam James. Signed-off-by: Michał Górny gentoo.org> dev-python/nbclassic/nbclassic-0.5.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/nbclassic/nbclassic-0.5.3.ebuild b/dev-python/nbclassic/nbclassic-0.5.3.ebuild index 77e7f9ad30af..98319d95b62b 100644 --- a/dev-python/nbclassic/nbclassic-0.5.3.ebuild +++ b/dev-python/nbclassic/nbclassic-0.5.3.ebuild @@ -26,7 +26,6 @@ RDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}] >=dev-python/jupyter_core-4.6.1[${PYTHON_USEDEP}] - >=dev-python/nbconvert-5[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}] >=dev-python/notebook_shim-0.1.0[${PYTHON_USEDEP}] @@ -38,6 +37,9 @@ RDEPEND="