guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit bcb07a2717577628974e6a0ff1b0e685042d8722
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 d841fd2644..770b876af4 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -910,6 +910,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