summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-12-19 16:57:39 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-27 17:24:44 +0000
commita326afb85ff8cb02a0be5b72bd096c914912cee2 (patch)
treea35b36f71c2b21ded36fbd339cf318bc70eb44e7 /gnu/packages
parent692c95e305d8aac0ad56478fa60352078b9496cb (diff)
gnu: python-xvfbwrapper: Update to 0.2.16.
* gnu/packages/python-check.scm (python-xvfbwrapper): Update to 0.2.16. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest and python-setuptools. Change-Id: Id267bb7978a38db55e8d84fa56d19fd6b639d9f9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-check.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index c64e6ed0a0f..6798f4a2516 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4961,14 +4961,16 @@ Python objects. It tries to use the objects available in the standard
(define-public python-xvfbwrapper
(package
(name "python-xvfbwrapper")
- (version "0.2.9")
+ (version "0.2.16")
(source (origin
(method url-fetch)
(uri (pypi-uri "xvfbwrapper" version))
(sha256
(base32
- "097wxhvp01ikqpg1z3v8rqhss6f1vwr399zpz9a05d2135bsxx5w"))))
- (build-system python-build-system)
+ "01gqp740hkb2asnfpvb0fjpjqj88rylhx4b1r2c0wzrknwshp016"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest python-setuptools))
(propagated-inputs (list xorg-server-for-tests))
(home-page "https://github.com/cgoldberg/xvfbwrapper")
(synopsis "Python module for controlling virtual displays with Xvfb")