guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 17ac1cfe910e2e2edfdd299554bfe0a5667490cd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 30 23:44:37 2026 +0100
gnu: Add python-scikit-build-core-bootstrap.
* gnu/packages/python-science.scm (python-scikit-build-core-bootstrap): New
variable.
Change-Id: I6a75a70762ace5554c0d66cb1e92a36853fec557
---
gnu/packages/python-science.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 46fac35207..ed00b12478 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3306,6 +3306,18 @@ needs of scientific users, but can build any sort of
package that uses
CMake.")
(license license:asl2.0)))
+(define-public python-scikit-build-core-bootstrap
+ (hidden-package
+ (package/inherit python-scikit-build-core
+ (arguments
+ (list #:tests? #f))
+ (native-inputs
+ (list python-hatch-vcs
+ python-hatchling))
+ (propagated-inputs
+ (list python-packaging
+ python-pathspec)))))
+
(define-public python-scikit-fem
(package
(name "python-scikit-fem")