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 E9D4915817D for ; Mon, 10 Jun 2024 07:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20C18E2ACF; Mon, 10 Jun 2024 07:40:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BCD58E2ACF for ; Mon, 10 Jun 2024 07:40:58 +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 0238133BDE1 for ; Mon, 10 Jun 2024 07:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF44117D for ; Mon, 10 Jun 2024 07:40:56 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1718005229.81794562baebbe8aedb652eba8bc42da0f9d1d1c.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rapidfuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rapidfuzz/rapidfuzz-3.9.3-r1.ebuild dev-python/rapidfuzz/rapidfuzz-3.9.3.ebuild X-VCS-Directories: dev-python/rapidfuzz/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 81794562baebbe8aedb652eba8bc42da0f9d1d1c X-VCS-Branch: master Date: Mon, 10 Jun 2024 07:40:56 +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: 27632fe8-41ee-4b02-ad8d-d824e9800cb2 X-Archives-Hash: 0fc3906b29ba3a9e62144f3583862ece commit: 81794562baebbe8aedb652eba8bc42da0f9d1d1c Author: Petr Vaněk gentoo org> AuthorDate: Mon Jun 10 07:16:38 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Jun 10 07:40:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81794562 dev-python/rapidfuzz: remove rapidfuzz-capi dependency Upstream integrated rapidfuzz-capi [1] to the rapidfuzz in version 2.13.0 in commit [2] and archived repidfuzz-capi, thus the dependency is no longer needed. [1] https://github.com/rapidfuzz/rapidfuzz_capi/commit/659145e58b5302211204e132de1e56e606374db3 [2] https://github.com/rapidfuzz/RapidFuzz/commit/c686122dcf47fba8fc0865eafa64b656252cc5c4 Signed-off-by: Petr Vaněk gentoo.org> .../rapidfuzz/{rapidfuzz-3.9.3.ebuild => rapidfuzz-3.9.3-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/rapidfuzz/rapidfuzz-3.9.3.ebuild b/dev-python/rapidfuzz/rapidfuzz-3.9.3-r1.ebuild similarity index 97% rename from dev-python/rapidfuzz/rapidfuzz-3.9.3.ebuild rename to dev-python/rapidfuzz/rapidfuzz-3.9.3-r1.ebuild index 9aeb04057dba..f73792338002 100644 --- a/dev-python/rapidfuzz/rapidfuzz-3.9.3.ebuild +++ b/dev-python/rapidfuzz/rapidfuzz-3.9.3-r1.ebuild @@ -28,7 +28,6 @@ DEPEND=" " BDEPEND=" >=dev-python/cython-3[${PYTHON_USEDEP}] - dev-python/rapidfuzz-capi[${PYTHON_USEDEP}] >=dev-python/scikit-build-0.16.2[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] test? (