commit: c17ab72aad1a863d9ceb3cccc10835d838299bb1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 2 18:42:05 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 9 16:45:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17ab72a
dev-python/rapidfuzz: Remove obsolete scikit-build-core hack Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/43299 Closes: https://github.com/gentoo/gentoo/pull/43299 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/rapidfuzz/rapidfuzz-3.13.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/rapidfuzz/rapidfuzz-3.13.0.ebuild b/dev-python/rapidfuzz/rapidfuzz-3.13.0.ebuild index ef85aabe4300..0e9a437a6354 100644 --- a/dev-python/rapidfuzz/rapidfuzz-3.13.0.ebuild +++ b/dev-python/rapidfuzz/rapidfuzz-3.13.0.ebuild @@ -43,8 +43,6 @@ src_prepare() { find src -name '*.cxx' -delete || die # do not require exact taskflow version sed -i -e '/Taskflow/s:3\.9\.0::' CMakeLists.txt || die - # https://github.com/scikit-build/scikit-build-core/issues/912 - sed -i -e '/scikit-build-core/s:0\.11:0.8:' pyproject.toml || die distutils-r1_src_prepare
