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 04E4A15808B for ; Sun, 10 Apr 2022 16:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB486E09F3; Sun, 10 Apr 2022 16:26:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0FC8DE09F3 for ; Sun, 10 Apr 2022 16:26:47 +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 77D9F341034 for ; Sun, 10 Apr 2022 16:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D867038E for ; Sun, 10 Apr 2022 16:26:43 +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: <1649607994.dfc2741b02ad801a9d47f38e415922ff930a2e4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbformat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbformat/nbformat-5.3.0-r1.ebuild dev-python/nbformat/nbformat-5.3.0.ebuild X-VCS-Directories: dev-python/nbformat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dfc2741b02ad801a9d47f38e415922ff930a2e4a X-VCS-Branch: master Date: Sun, 10 Apr 2022 16:26:43 +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: 7dc75470-e705-45d5-98a6-91f380d0695c X-Archives-Hash: 4fc7101fe2b4201d31f39e2878bb1fd4 commit: dfc2741b02ad801a9d47f38e415922ff930a2e4a Author: Sam James gentoo org> AuthorDate: Sun Apr 10 16:25:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 10 16:26:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc2741b dev-python/nbformat: add missing dev-python/fastjsonschema dependency Closes: https://bugs.gentoo.org/837011 Closes: https://bugs.gentoo.org/837671 Signed-off-by: Sam James gentoo.org> dev-python/nbformat/{nbformat-5.3.0.ebuild => nbformat-5.3.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nbformat/nbformat-5.3.0.ebuild b/dev-python/nbformat/nbformat-5.3.0-r1.ebuild similarity index 94% rename from dev-python/nbformat/nbformat-5.3.0.ebuild rename to dev-python/nbformat/nbformat-5.3.0-r1.ebuild index b21a6cd7e450..ec6adf34afa0 100644 --- a/dev-python/nbformat/nbformat-5.3.0.ebuild +++ b/dev-python/nbformat/nbformat-5.3.0-r1.ebuild @@ -21,13 +21,13 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" + dev-python/fastjsonschema[${PYTHON_USEDEP}] >=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}] >=dev-python/traitlets-4.1[${PYTHON_USEDEP}] dev-python/jupyter_core[${PYTHON_USEDEP}] " BDEPEND=" test? ( - dev-python/fastjsonschema[${PYTHON_USEDEP}] dev-python/testpath[${PYTHON_USEDEP}] ) "