[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
312/420: gnu: python-pytest-cov: Update to 6.0.0.
From: |
guix-commits |
Subject: |
312/420: gnu: python-pytest-cov: Update to 6.0.0. |
Date: |
Tue, 26 Nov 2024 16:29:24 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 543ed779cc8ad0e83fd7ed8bd794ea1e73b7fce6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 15 23:23:22 2024 +0000
gnu: python-pytest-cov: Update to 6.0.0.
* gnu/packages/check.scm (python-pytest-cov): Update to 6.0.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I90f6eed232e0156d6d90b53ae87b423bad2f6f79
---
gnu/packages/check.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0bb722b59e..72f6c4a532 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1642,14 +1642,14 @@ following improvements:
(define-public python-pytest-cov
(package
(name "python-pytest-cov")
- (version "3.0.0")
+ (version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-cov" version))
(sha256
- (base32 "0w6lfv8gc1lxmnvsz7mq5z9shxac5zz6s9mwrai108kxc6qzbw77"))))
- (build-system python-build-system)
+ (base32 "1h5dvj4lr0qpbxqd38g66ab7q41vbx30n0kgszibi2r4raavbq7x"))))
+ (build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -1660,6 +1660,9 @@ following improvements:
;; with "Duplicate implicit target name".
(invoke "python" "./setup.py" "check"
"--strict" "--metadata"))))))
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
(propagated-inputs
(list python-coverage python-pytest))
(home-page "https://github.com/pytest-dev/pytest-cov";)
- 231/420: gnu: python-daft: Adjust inputs., (continued)
- 231/420: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/26
- 232/420: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/26
- 243/420: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/26
- 251/420: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/26
- 248/420: gnu: Add python-pytest-html., guix-commits, 2024/11/26
- 253/420: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/26
- 252/420: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/26
- 259/420: gnu: python-elasticsearch: Update to 7.17.12., guix-commits, 2024/11/26
- 289/420: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/26
- 304/420: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/26
- 312/420: gnu: python-pytest-cov: Update to 6.0.0.,
guix-commits <=
- 311/420: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/26
- 328/420: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/26
- 325/420: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/26
- 316/420: gnu: python-cffi: Improve package style., guix-commits, 2024/11/26
- 326/420: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/26
- 331/420: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/26
- 352/420: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/26
- 346/420: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/26
- 370/420: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/26
- 385/420: gnu: python-sniffio: Update to 1.3.1., guix-commits, 2024/11/26