dev-python/pyvirtualdisplay: Enable py3.12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2023-07-23 09:01:51 +02:00
parent 4152bcaf35
commit adccb7c2d3
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
2 changed files with 16 additions and 8 deletions

View File

@ -1 +1 @@
DIST PyVirtualDisplay-3.0.tar.gz 41134 BLAKE2B f80faa66b6b55ac1c48a2e249e48e52f63327a1acac2020d157d0e6b1e8ff3d46ebe027ff59a3356321688a2c815e2e34552aa9de2355e9e427cd82032eb348a SHA512 2ccce9ca6f36dddb15a992f2d4961f203d755ac4df1944f67bfab906061ae30c78db5d1cb050feddb45e28bbe874b250ce7ef1886cc52239fc0a784dc3be1198
DIST PyVirtualDisplay-3.0.gh.tar.gz 41134 BLAKE2B f80faa66b6b55ac1c48a2e249e48e52f63327a1acac2020d157d0e6b1e8ff3d46ebe027ff59a3356321688a2c815e2e34552aa9de2355e9e427cd82032eb348a SHA512 2ccce9ca6f36dddb15a992f2d4961f203d755ac4df1944f67bfab906061ae30c78db5d1cb050feddb45e28bbe874b250ce7ef1886cc52239fc0a784dc3be1198

View File

@ -4,17 +4,21 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
MY_P=PyVirtualDisplay-${PV}
DESCRIPTION="Python wrapper for Xvfb, Xephyr and Xvnc"
HOMEPAGE="https://github.com/ponty/PyVirtualDisplay"
HOMEPAGE="
https://github.com/ponty/PyVirtualDisplay/
https://pypi.org/project/PyVirtualDisplay/
"
SRC_URI="
https://github.com/ponty/PyVirtualDisplay/archive/${PV}.tar.gz
-> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
LICENSE="BSD-2"
SLOT="0"
@ -28,10 +32,14 @@ BDEPEND="
dev-python/pillow[xcb,${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyscreenshot[${PYTHON_USEDEP}]
~dev-python/vncdotool-0.13.0[${PYTHON_USEDEP}]
x11-apps/xmessage
x11-base/xorg-server[xvfb,xephyr]
x11-misc/x11vnc
)"
)
"
distutils_enable_tests pytest
EPYTEST_IGNORE=(
# require old vncdotool
tests/test_xvnc.py
)