guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit e3d3c05c2220c5407828ec174a6e283a94e8300f
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Tue Mar 3 23:16:48 2026 +0100

    gnu: Add python-scikit-build-core-bootstrap.
    
    * gnu/packages/python-science.scm (python-scikit-build-core-bootstrap): New
    variable.
    
    Change-Id: I748db73af592d0018537a58767e9f0b0b598a2ae
---
 gnu/packages/python-science.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b48896ef49..e5108c668f 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2954,6 +2954,19 @@ 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
+  (package/inherit python-scikit-build-core
+    (name "python-scikit-build-core-bootstrap")
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs python-scikit-build-core)
+       (append cmake-minimal)))
+    (native-inputs
+     (list python-hatch-fancy-pypi-readme
+           python-hatch-vcs
+           python-hatchling
+           python-setuptools
+           python-setuptools-scm))))
+
 (define-public python-scikit-fem
   (package
     (name "python-scikit-fem")

Reply via email to