summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/xvfbwrapper/Manifest1
-rw-r--r--dev-python/xvfbwrapper/xvfbwrapper-0.2.16.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/xvfbwrapper/Manifest b/dev-python/xvfbwrapper/Manifest
index 032b531a554f..6a04d781acc0 100644
--- a/dev-python/xvfbwrapper/Manifest
+++ b/dev-python/xvfbwrapper/Manifest
@@ -1 +1,2 @@
DIST xvfbwrapper-0.2.15.tar.gz 9027 BLAKE2B d3a28e17889b9ef8bbdfc1c6af3f6be143b7b27f8737e382d2f78a243f0fbde64ef4dc00c3703882e248ae4505d97cea8583658a367291b77fbe6a4f66ea056a SHA512 7706a68159a388e62539a835e202c94c9bc74bb60e8f9b2ec40bb6d0ed5c009829eb429ae63b39c08a23cc4c1fee859a6c7a314f173060904aa90f219455099f
+DIST xvfbwrapper-0.2.16.tar.gz 9284 BLAKE2B d2d09b8a0a1576f7708ee40e3ea30bb0b42096ea64bdebf1d9a485fb3790ca11fb43e4dbed7a9ca8617639d0f639a21d444941f7578daac9ec4285261584579b SHA512 98c741e35d3ad9da0889578aceeb5607be60c5c9375e706e508d10af16c8ae4b2d40e5296dbffceb41ea4b42857185fb065c76bb9df67ee0e7b7e21a67043162
diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.16.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.16.ebuild
new file mode 100644
index 000000000000..1d38ef497c41
--- /dev/null
+++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.16.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python wrapper for running a display inside X virtual framebuffer"
+HOMEPAGE="
+ https://github.com/cgoldberg/xvfbwrapper/
+ https://pypi.org/project/xvfbwrapper/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ x11-base/xorg-server[xvfb]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest