slackbuilds/python/python3-scikit-build-core
..
README
python3-scikit-build-core.SlackBuild
python3-scikit-build-core.info
slack-desc

README

python3-scikit-build-core (Build backend for CMake based projects)

Scikit-build-core is a build backend for Python that uses CMake
to build extension modules. It has a simple yet powerful static
configuration system in pyproject.toml, and supports almost unlimited
flexibility via CMake. It was initially developed to support the
demanding needs of scientific users, but can build any sort of
package that uses CMake.

Scikit-build-core is a ground-up rewrite of the classic Scikit-build