diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 12:03:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 12:07:39 +0100 |
| commit | 035bd6b02eee577aa014c677a64a5f547e2ce2a9 (patch) | |
| tree | 0def97bf2760cde0881f128eeede33837b3154b3 /gnu/packages/python-build.scm | |
| parent | 6d1bea21a3fdde33007762a5b11bd30f077e3955 (diff) | |
gnu: hatch: Update to 1.9.7.
* gnu/packages/python-xyz.scm (hatch): Update to 1.9.7.
[source] <snippet>: Remove as no longer required.
[arguments] <test-flags>: Rework skipped tests and enable more.
[propagated-inputs]: Remove python-hatchling, python-pyperclip, and
python-virtualenv; add python-hatchling-for-hatch,
python-virtualenv-for-hatch, and python-zstandard.
[native-inputs]: Add nss-certs-for-test and python-hatch-vcs.
* gnu/packages/python-xyz.scm (python-virtualenv-for-hatch): New variable.
* gnu/packages/python-build.scm (python-hatchling-for-hatch): New variable.
Change-Id: Ib22be321c7afe79bb9d21029a1a0b1909508ed2f
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 2e45fc84d2e..e6fd9049ed2 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -782,6 +782,25 @@ has features such as: @end itemize") (license license:expat))) +(define-public python-hatchling-for-hatch + ;; For hatch@1.9.7, remove when no longer required. + (hidden-package + (package + (inherit python-hatchling) + (version "1.21.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "hatchling" version)) + (sha256 + (base32 "1g40g68vzfakddd9f0psp9jkfqy3v3la4zs5g127ski2792l195v")))) + (propagated-inputs + (list python-editables + python-packaging-bootstrap + python-pathspec + python-pluggy + python-trove-classifiers))))) + (define-public python-hatch-docstring-description (package (name "python-hatch-docstring-description") |
