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 A1521158089 for ; Wed, 18 Oct 2023 11:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D8FB2BC02B; Wed, 18 Oct 2023 11:36:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E13A2BC02B for ; Wed, 18 Oct 2023 11:36:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22A0E335CDF for ; Wed, 18 Oct 2023 11:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B621128C for ; Wed, 18 Oct 2023 11:36:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1697628961.dc1a19beb603b9d96716d3f98454abce8581443e.andrewammerlaan@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.0.0-r1.ebuild dev-python/nbclassic/nbclassic-1.0.0.ebuild X-VCS-Directories: dev-python/nbclassic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: dc1a19beb603b9d96716d3f98454abce8581443e X-VCS-Branch: master Date: Wed, 18 Oct 2023 11:36:35 +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: 64bb53c4-42fd-410f-99d6-decfd0430fbb X-Archives-Hash: 655e435aa4b2c512d6aa9e4a3e02a0e5 commit: dc1a19beb603b9d96716d3f98454abce8581443e Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Oct 18 10:29:50 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Oct 18 11:36:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1a19be dev-python/nbclassic: drop bogus pdepend Bug: https://bugs.gentoo.org/915910 Signed-off-by: Andrew Ammerlaan gentoo.org> .../nbclassic/{nbclassic-1.0.0.ebuild => nbclassic-1.0.0-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/nbclassic/nbclassic-1.0.0.ebuild b/dev-python/nbclassic/nbclassic-1.0.0-r1.ebuild similarity index 95% rename from dev-python/nbclassic/nbclassic-1.0.0.ebuild rename to dev-python/nbclassic/nbclassic-1.0.0-r1.ebuild index 1565b1625c23..66fe16976f2b 100644 --- a/dev-python/nbclassic/nbclassic-1.0.0.ebuild +++ b/dev-python/nbclassic/nbclassic-1.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=jupyter inherit distutils-r1 pypi xdg-utils @@ -36,9 +36,6 @@ RDEPEND=" >=dev-python/tornado-6.1[${PYTHON_USEDEP}] >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}] " -PDEPEND=" -