[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/105: gnu: python-pytest-qt: Update to 4.4.0.
From: |
guix-commits |
Subject: |
42/105: gnu: python-pytest-qt: Update to 4.4.0. |
Date: |
Wed, 25 Dec 2024 10:20:50 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 046178a75448d4306ac310f32be15df8af180f42
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 16:30:36 2024 +0100
gnu: python-pytest-qt: Update to 4.4.0.
* gnu/packages/python-check.scm (python-pytest-qt): Update to 4.4.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove #:test-target; remove trailing #T from build phase.
[propagated-inputs]: Add python-pluggy and python-pytest.
[native-inputs]: Remove python-pytest and python-pytest-runner; add
python-pre-commit, python-setuptools, python-tox, and python-wheel.
Change-Id: Ibeca84e841264eb81cc7ba48b5e815d0b837cb4d
---
gnu/packages/python-check.scm | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index d06af41468..0f27166e4a 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2024,26 +2024,29 @@ libraries.")
(define-public python-pytest-qt
(package
(name "python-pytest-qt")
- (version "3.3.0")
+ (version "4.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-qt" version))
(sha256
- (base32 "09c9psfn3zigpaw1l1cmynpa3csxa49wc2ih5lzl24skdkw0njvi"))))
- (build-system python-build-system)
+ (base32 "0i38qp2rqb44grbk9rn7zr5ffjvdlcl6k380759ji920m51632bn"))))
+ (build-system pyproject-build-system)
(arguments
- `(#:test-target "pytest"
- #:phases
- (modify-phases %standard-phases
+ (list
+ ;;#:test-target "pytest"
+ #:phases
+ '(modify-phases %standard-phases
(add-before 'check 'set-qpa
- (lambda _
- (setenv "QT_QPA_PLATFORM" "offscreen")
- #t)))))
+ (lambda _ (setenv "QT_QPA_PLATFORM" "offscreen"))))))
(propagated-inputs
- (list python-pyqt))
+ (list python-pluggy python-pyqt python-pytest))
(native-inputs
- (list python-pytest python-pytest-runner python-setuptools-scm))
+ (list python-pre-commit
+ python-setuptools
+ python-setuptools-scm
+ python-tox
+ python-wheel))
(home-page "https://github.com/pytest-dev/pytest-qt")
(synopsis "Pytest support for PyQt and PySide applications")
(description
- 87/105: gnu: python-beniget: Update to 0.4.2.post1., (continued)
- 87/105: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/25
- 88/105: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/25
- 93/105: gnu: python-gevent: Propagate greenlet., guix-commits, 2024/12/25
- 94/105: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/25
- 95/105: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2024/12/25
- 99/105: gnu: python-hmmlearn: Add missing inputs., guix-commits, 2024/12/25
- 104/105: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2024/12/25
- 102/105: gnu: Add rust-jiter-0.2., guix-commits, 2024/12/25
- 103/105: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2024/12/25
- 36/105: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/25
- 42/105: gnu: python-pytest-qt: Update to 4.4.0.,
guix-commits <=
- 41/105: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2024/12/25
- 44/105: gnu: Add python-time-machine., guix-commits, 2024/12/25
- 45/105: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/25
- 47/105: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/25
- 49/105: gnu: Add python-strictyaml., guix-commits, 2024/12/25
- 55/105: gnu: Add python-pypitoken., guix-commits, 2024/12/25
- 54/105: gnu: Add python-lazy., guix-commits, 2024/12/25
- 56/105: gnu: Add python-devpi-common., guix-commits, 2024/12/25
- 57/105: gnu: Add python-devpi-server., guix-commits, 2024/12/25
- 59/105: gnu: Add python-devpi-process., guix-commits, 2024/12/25