aboutsummaryrefslogtreecommitdiff
path: root/python/python3-scikit-build-core/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2025-06-06 20:50:14 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-06 23:32:15 +0700
commit055b76384b81e778343676394fd9354c981622fe (patch)
tree018a8ee3f02b1c3092c03d9d3403b5b23a8388cb /python/python3-scikit-build-core/README
parent0c803f22e489c970eca79776fa84816f81ff1016 (diff)
python/python3-scikit-build-core: Added (rewrite of scikit-build).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-scikit-build-core/README')
-rw-r--r--python/python3-scikit-build-core/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-scikit-build-core/README b/python/python3-scikit-build-core/README
new file mode 100644
index 0000000000..d0d8a38e37
--- /dev/null
+++ b/python/python3-scikit-build-core/README
@@ -0,0 +1,10 @@
+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