From 035bd6b02eee577aa014c677a64a5f547e2ce2a9 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 14 Oct 2025 12:03:29 +0100 Subject: gnu: hatch: Update to 1.9.7. * gnu/packages/python-xyz.scm (hatch): Update to 1.9.7. [source] : Remove as no longer required. [arguments] : 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 --- gnu/packages/python-build.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu/packages/python-build.scm') 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") -- cgit v1.3