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

commit 78d71a978a8dafaaaf605537ce258fc2942e67a5
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 1 11:34:44 2026 +0100

    gnu: Add python-hatchling-bootstrap.
    
    * gnu/packages/python-build.scm (python-hatchling-bootstrap): New variable.
    
    Change-Id: Ie7a7d7817cc51f8b88d43f2ec8ae14c343608279
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-build.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 92130b636f..76dbbc078d 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -893,6 +893,13 @@ has features such as:
 @end itemize")
     (license license:expat)))
 
+(define-public python-hatchling-bootstrap
+  (package/inherit python-hatchling
+    (name "python-hatchling-bootstrap")
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs python-hatchling)
+       (replace "python-packaging" python-packaging-bootstrap)))))
+
 (define-public python-hatchling-for-hatch
   ;; For [email protected], remove when no longer required.
   (hidden-package

Reply via email to