commit: 01ffec5159a3a76d1244cb7eb38314a9cf76e5a4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 2 18:37:38 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 9 16:45:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ffec51
dev-python/nanobind: 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 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/nanobind/nanobind-2.8.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/nanobind/nanobind-2.8.0.ebuild b/dev-python/nanobind/nanobind-2.8.0.ebuild index 16b2c7bf871a..3d1aa45d80f3 100644 --- a/dev-python/nanobind/nanobind-2.8.0.ebuild +++ b/dev-python/nanobind/nanobind-2.8.0.ebuild @@ -34,8 +34,6 @@ EPYTEST_XDIST=1 distutils_enable_tests pytest src_prepare() { - # https://github.com/scikit-build/scikit-build-core/issues/912 - sed -i -e '/scikit-build-core/s:0\.10:0.8:' pyproject.toml || die cmake_src_prepare distutils-r1_src_prepare }
