commit:     81794562baebbe8aedb652eba8bc42da0f9d1d1c
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 07:16:38 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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? (

Reply via email to