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 64D0C1581C1 for ; Mon, 8 Jul 2024 14:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED94E2AE9; Mon, 8 Jul 2024 14:12:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 623D4E2AE9 for ; Mon, 8 Jul 2024 14:12:31 +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 99CA8343003 for ; Mon, 8 Jul 2024 14:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 073E51DF2 for ; Mon, 8 Jul 2024 14:12:29 +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: <1720447915.033ee0ce782a7bc677a3b8c8c89327fc5116f6eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nanobind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nanobind/nanobind-2.0.0-r1.ebuild dev-python/nanobind/nanobind-2.0.0.ebuild X-VCS-Directories: dev-python/nanobind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 033ee0ce782a7bc677a3b8c8c89327fc5116f6eb X-VCS-Branch: master Date: Mon, 8 Jul 2024 14:12:29 +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: d4aa80d9-988f-4cb2-92ba-14e1c057b9c2 X-Archives-Hash: 34b5d5c7c97b595570114e96feee48d8 commit: 033ee0ce782a7bc677a3b8c8c89327fc5116f6eb Author: Sam James gentoo org> AuthorDate: Mon Jul 8 14:11:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 8 14:11:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033ee0ce dev-python/nanobind: fixup deps For some reason, I thought robin-hood was a dep of pyopencl instead, but it isn't, it's an (R)DEPEND of nanobind. But I didn't add that either, apparently even though I bumped the ebuild for it specifically because of it? Also, add typing-extensions dep for gentoo.org> .../nanobind/{nanobind-2.0.0.ebuild => nanobind-2.0.0-r1.ebuild} | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/nanobind/nanobind-2.0.0.ebuild b/dev-python/nanobind/nanobind-2.0.0-r1.ebuild similarity index 90% rename from dev-python/nanobind/nanobind-2.0.0.ebuild rename to dev-python/nanobind/nanobind-2.0.0-r1.ebuild index 43f1d179b19e..29c33ed44567 100644 --- a/dev-python/nanobind/nanobind-2.0.0.ebuild +++ b/dev-python/nanobind/nanobind-2.0.0-r1.ebuild @@ -22,6 +22,14 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" +RDEPEND=">=dev-cpp/robin-map-1.3.0" +DEPEND="${RDEPEND}" +BDEPEND=" + $(python_gen_cond_dep ' + dev-python/typing-extensions[${PYTHON_USEDEP}] + ' 3.10) +" + EPYTEST_XDIST=1 distutils_enable_tests pytest