[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
311/474: gnu: python-pytest-cov: Update to 6.0.0.
From: |
guix-commits |
Subject: |
311/474: gnu: python-pytest-cov: Update to 6.0.0. |
Date: |
Sat, 30 Nov 2024 18:20:44 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 2e479041b76e4596e4b665e37c8a648b963c2ad1
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 5c32b68af4..3b52c67e30 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")
- 259/474: gnu: ytcc: Fix build., (continued)
- 259/474: gnu: ytcc: Fix build., guix-commits, 2024/11/30
- 249/474: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/30
- 261/474: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/30
- 277/474: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/30
- 283/474: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/30
- 282/474: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/30
- 289/474: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/30
- 298/474: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/30
- 300/474: gnu: Remove python-pytest-next., guix-commits, 2024/11/30
- 305/474: gnu: python-pytest-timeout: Update to 2.3.1., guix-commits, 2024/11/30
- 311/474: gnu: python-pytest-cov: Update to 6.0.0.,
guix-commits <=
- 321/474: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/30
- 325/474: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/30
- 319/474: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/30
- 358/474: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/30
- 351/474: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/30
- 370/474: gnu: python-pytest-metadata: Update to 3.1.1., guix-commits, 2024/11/30
- 368/474: gnu: Add python-pytest-lazy-fixtures., guix-commits, 2024/11/30
- 348/474: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/30
- 359/474: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/30
- 401/474: gnu: python-aiofiles: Update to 24.1.0., guix-commits, 2024/11/30