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 4B8CD158020 for ; Sun, 13 Nov 2022 11:51:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84805E0920; Sun, 13 Nov 2022 11:51:08 +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 6974FE0920 for ; Sun, 13 Nov 2022 11:51:08 +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 4CE02340E9D for ; Sun, 13 Nov 2022 11:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B040B61C for ; Sun, 13 Nov 2022 11:51:05 +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: <1668340255.95589285cd5c46a93a5f0c8f08e333177192b3e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild dev-python/jupyter_core/jupyter_core-5.0.0.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 95589285cd5c46a93a5f0c8f08e333177192b3e3 X-VCS-Branch: master Date: Sun, 13 Nov 2022 11:51:05 +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: a904d2c8-f327-4569-956e-2db9f9d6be82 X-Archives-Hash: 0716135132e87cb7d1b41d6ecdcfab31 commit: 95589285cd5c46a93a5f0c8f08e333177192b3e3 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 13 11:26:49 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 13 11:50:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95589285 dev-python/jupyter_core: Add missing dependencies Closes: https://bugs.gentoo.org/881171 Closes: https://bugs.gentoo.org/881173 Signed-off-by: Michał Górny gentoo.org> .../{jupyter_core-5.0.0.ebuild => jupyter_core-5.0.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild b/dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild similarity index 91% rename from dev-python/jupyter_core/jupyter_core-5.0.0.ebuild rename to dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild index 7b4f42714cb1..9cdfd3f3065a 100644 --- a/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild +++ b/dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild @@ -21,6 +21,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" + dev-python/platformdirs[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] " BDEPEND=" @@ -30,5 +31,6 @@ BDEPEND=" " distutils_enable_sphinx docs \ + dev-python/myst_parser \ dev-python/sphinxcontrib-github-alt distutils_enable_tests pytest