dev-python/xvfbwrapper: Bump to 0.2.17

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-01-07 04:26:49 +01:00
parent c5672a5912
commit 099bca7e76
2 changed files with 27 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST xvfbwrapper-0.2.15.tar.gz 9027 BLAKE2B d3a28e17889b9ef8bbdfc1c6af3f6be143b7b27f8737e382d2f78a243f0fbde64ef4dc00c3703882e248ae4505d97cea8583658a367291b77fbe6a4f66ea056a SHA512 7706a68159a388e62539a835e202c94c9bc74bb60e8f9b2ec40bb6d0ed5c009829eb429ae63b39c08a23cc4c1fee859a6c7a314f173060904aa90f219455099f
DIST xvfbwrapper-0.2.16.tar.gz 9284 BLAKE2B d2d09b8a0a1576f7708ee40e3ea30bb0b42096ea64bdebf1d9a485fb3790ca11fb43e4dbed7a9ca8617639d0f639a21d444941f7578daac9ec4285261584579b SHA512 98c741e35d3ad9da0889578aceeb5607be60c5c9375e706e508d10af16c8ae4b2d40e5296dbffceb41ea4b42857185fb065c76bb9df67ee0e7b7e21a67043162
DIST xvfbwrapper-0.2.17.tar.gz 9292 BLAKE2B 7e0b5bea1ab92ffd005d81c8eaf0eab9c72b521b41f44a3f0ca8738a6849f2a4f3d7e1dab828e37edfe84eb8c2cd6c35fac5cf3b86da77c5dd69732acee734af SHA512 ce13180b392aae5df283cc0db9477320fc1df5cd32f45e81c32494e9575cfdbcc81f83ec6e6893d350b57a94d92e5d84d464666dfeacaf0546096d35fa7f1f2a

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2026 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