gnu: python-rich-click: Update to 1.8.9.

* gnu/packages/python-xyz.scm (python-rich-click): Update to 1.8.9.
  [srouce]: Switch to git-fetch providing tests.
  [build-system]: Use pyproject.
  [propagated-inputs]: Remove python-importlib-metadata; add
  python-typing-extensions.
  [native-inputs]: Add python-pytest and python-setuptools.

Change-Id: I7edc0c34170f4c94daf58ad157c9a877df9a225a
This commit is contained in:
Sharlatan Hellseher 2025-08-10 01:24:02 +01:00
parent d22f37ba13
commit d91546e8fe
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -22070,16 +22070,24 @@ customization required.")
(define-public python-rich-click (define-public python-rich-click
(package (package
(name "python-rich-click") (name "python-rich-click")
(version "1.6.1") (version "1.8.9")
(source (origin (source
(method url-fetch) (origin
(uri (pypi-uri "rich-click" version)) (method git-fetch)
(uri (git-reference
(url "https://github.com/ewels/rich-click")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0kc2wcb5dpgxhdcz8fy6gfhl7vra03xwgwfg7h0qxxibr8yzhmmq"))))
"0zkp2sn0vz1hhjbv9bf8fifyzi8ib2d7v7sfak8n3qn67rlrdzzq")))) (build-system pyproject-build-system)
(build-system python-build-system) (native-inputs
(list python-pytest
python-setuptools))
(propagated-inputs (propagated-inputs
(list python-click python-importlib-metadata python-rich)) (list python-click
python-rich
python-typing-extensions))
(home-page "https://github.com/ewels/rich-click") (home-page "https://github.com/ewels/rich-click")
(synopsis "Format click help output nicely with rich") (synopsis "Format click help output nicely with rich")
(description "Click is a \"Python package for creating beautiful command (description "Click is a \"Python package for creating beautiful command