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 45ABC1581D3 for ; Tue, 28 May 2024 07:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0AEAE2A66; Tue, 28 May 2024 07:40:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D4E8BE2A66 for ; Tue, 28 May 2024 07:40:48 +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 87232341E1C for ; Tue, 28 May 2024 07:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A20FF1BE6 for ; Tue, 28 May 2024 07:40:44 +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: <1716882030.524c03240026d757555598abbb0d719837a899c9.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-1.1.0-r1.ebuild dev-python/nbclassic/nbclassic-1.1.0.ebuild X-VCS-Directories: dev-python/nbclassic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 524c03240026d757555598abbb0d719837a899c9 X-VCS-Branch: master Date: Tue, 28 May 2024 07:40:44 +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: a22c75b6-9890-4086-b94a-22281366d36a X-Archives-Hash: 18a83f4b3fbc5238a5102cd7e38d56e6 commit: 524c03240026d757555598abbb0d719837a899c9 Author: Michał Górny gentoo org> AuthorDate: Tue May 28 06:51:44 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 28 07:40:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524c0324 dev-python/nbclassic: Fix dependencies Closes: https://bugs.gentoo.org/932867 Signed-off-by: Michał Górny gentoo.org> .../{nbclassic-1.1.0.ebuild => nbclassic-1.1.0-r1.ebuild} | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/dev-python/nbclassic/nbclassic-1.1.0.ebuild b/dev-python/nbclassic/nbclassic-1.1.0-r1.ebuild similarity index 75% rename from dev-python/nbclassic/nbclassic-1.1.0.ebuild rename to dev-python/nbclassic/nbclassic-1.1.0-r1.ebuild index 077a28e9eddd..5f62d3619014 100644 --- a/dev-python/nbclassic/nbclassic-1.1.0.ebuild +++ b/dev-python/nbclassic/nbclassic-1.1.0-r1.ebuild @@ -20,21 +20,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" RDEPEND=" - dev-python/argon2-cffi[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/ipython_genutils[${PYTHON_USEDEP}] - 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.2.3[${PYTHON_USEDEP}] - dev-python/prometheus-client[${PYTHON_USEDEP}] - >=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}] - >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}] - >=dev-python/tornado-6.1[${PYTHON_USEDEP}] - >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}] " BDEPEND=" @@ -53,7 +42,7 @@ BDEPEND=" distutils_enable_tests pytest distutils_enable_sphinx docs/source \ - dev-python/sphinx-rtd-theme \ + dev-python/pydata-sphinx-theme \ dev-python/nbsphinx \ dev-python/sphinxcontrib-github-alt \ dev-python/myst-parser \