diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-08-02 20:37:38 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-08-09 18:45:01 +0200 |
| commit | 01ffec5159a3a76d1244cb7eb38314a9cf76e5a4 (patch) | |
| tree | be9f61fc32c14a175ed00979bbe33bd637d885dd /dev-python | |
| parent | c9cdc006756e7b6dbce2e04584cf31f760cd9faa (diff) | |
| download | gentoo-01ffec5159a3a76d1244cb7eb38314a9cf76e5a4.tar.gz gentoo-01ffec5159a3a76d1244cb7eb38314a9cf76e5a4.tar.bz2 gentoo-01ffec5159a3a76d1244cb7eb38314a9cf76e5a4.zip | |
dev-python/nanobind: Remove obsolete scikit-build-core hack
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/43299
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/nanobind/nanobind-2.8.0.ebuild | 2 |
1 files changed, 0 insertions, 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 } |
