mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gcovr: Update to 8.3.
* gnu/packages/python-xyz.scm (python-gcovr): Update to 8.3. [build-system]: Switch to pyproject. [native-inputs]: Add python-hatchling, python-hatch-fancy-pypi-readme, python-hatch-vcs, python-pytest, and python-pytest-timeout. [propagated-inputs]: Add python-colorlog, python-pygments, and python-tomli. Change-Id: I3c4f0378ba1f3f0e380a4940c8e1ad3aaf5e5a5a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5559bc1d36
commit
611649a195
1 changed files with 14 additions and 4 deletions
|
@ -33371,17 +33371,27 @@ your process.")
|
|||
(define-public python-gcovr
|
||||
(package
|
||||
(name "python-gcovr")
|
||||
(version "4.2")
|
||||
(version "8.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gcovr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gyady7x3v3l9fm1zan0idaggqqcm31y7g5vxk7h05p5h7f39bjs"))))
|
||||
(build-system python-build-system)
|
||||
"0ych0kqbxp5giksdkh6i32vh97zrsh3m2rfs02c8rxx7qkwp38zs"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-hatchling
|
||||
python-hatch-fancy-pypi-readme
|
||||
python-hatch-vcs
|
||||
python-pytest
|
||||
python-pytest-timeout))
|
||||
(propagated-inputs
|
||||
(list python-lxml python-jinja2))
|
||||
(list python-lxml
|
||||
python-jinja2
|
||||
python-colorlog
|
||||
python-pygments
|
||||
python-tomli))
|
||||
(home-page "https://gcovr.com/")
|
||||
(synopsis "Utility for generating code coverage results")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue