guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 117a454f57f8e2e647d5a86a6f730e56e4aa41da
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 2 22:29:30 2026 +0100
gnu: Add python-hatch-vcs-bootstrap.
* gnu/packages/python-build.scm (python-hatch-vcs-bootstrap): New variable.
Change-Id: Iaf06c1e6c44aeb29e73cb836fe0ca016ab5c945f
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-build.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index d3451252fd..ac46590c32 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -1405,6 +1405,15 @@ from requirements.txt.")
version control system (like Git) to determine project versions.")
(license license:expat)))
+(define-public python-hatch-vcs-bootstrap
+ (package/inherit python-hatch-vcs
+ (name "python-hatch-vcs-bootstrap")
+ (native-inputs
+ (list python-packaging-bootstrap))
+ (propagated-inputs
+ (list python-hatchling-bootstrap
+ python-setuptools-scm-bootstrap))))
+
(define-public python-inflect
(package
(name "python-inflect")