[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: Add python-xvfbwrapper.
From: |
guix-commits |
Subject: |
05/09: gnu: Add python-xvfbwrapper. |
Date: |
Mon, 29 Aug 2022 18:42:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e1ea628776e9a2b6e3c54256e959d04af9ee9513
Author: Tomasz Jeneralczyk <tj@schwi.pl>
AuthorDate: Sun Aug 14 14:46:19 2022 +0200
gnu: Add python-xvfbwrapper.
* gnu/packages/python-check.scm (python-xvfbwrapper): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-check.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 7cc266fbce..d7a7a90706 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2373,3 +2374,24 @@ diagnostics to end up in your TAP output (as TAP
diagnostics, YAML blocks, or
attachments).
@end itemize")
(license license:expat)))
+
+(define-public python-xvfbwrapper
+ (package
+ (name "python-xvfbwrapper")
+ (version "0.2.9")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "xvfbwrapper" version))
+ (sha256
+ (base32
+ "097wxhvp01ikqpg1z3v8rqhss6f1vwr399zpz9a05d2135bsxx5w"))))
+ (build-system python-build-system)
+ (propagated-inputs (list xorg-server-for-tests))
+ (home-page "https://github.com/cgoldberg/xvfbwrapper")
+ (synopsis "Python module for controlling virtual displays with Xvfb")
+ (description
+ "Xvfb (X virtual framebuffer) is a display server implementing
+the X11 display server protocol. It runs in memory and does not require a
+physical display. Only a network layer is necessary. Xvfb is useful for
+running acceptance tests on headless servers.")
+ (license license:expat)))
- branch master updated (eb52b240eb -> 9b8507df11), guix-commits, 2022/08/29
- 02/09: reconfigure: Use 'current-channels' to obtain provenance data., guix-commits, 2022/08/29
- 06/09: gnu: Add python-mpv., guix-commits, 2022/08/29
- 01/09: services: provenance: Use 'current-channels' to obtain provenance data., guix-commits, 2022/08/29
- 05/09: gnu: Add python-xvfbwrapper.,
guix-commits <=
- 04/09: gnu: Add swftools., guix-commits, 2022/08/29
- 03/09: gnu: Add mmg., guix-commits, 2022/08/29
- 08/09: gnu: python-cloudscraper: Update to 1.2.60., guix-commits, 2022/08/29
- 09/09: gnu: Add hydrus-network., guix-commits, 2022/08/29
- 07/09: gnu: opencv: Build Python bindings., guix-commits, 2022/08/29