diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-02 22:29:30 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:21 +0100 |
| commit | 1a00e429c603aaf466d3158940c44888de8f2b5f (patch) | |
| tree | 1ac1f4557b72fd0100236475c5f36b83a31ddf2c /gnu/packages/python-build.scm | |
| parent | b638d576561d9bd4df0f8501f3c3456bf13a3868 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 2e689b75412..2cc6b8dbc8d 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -1034,6 +1034,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-installer (package (name "python-installer") |
