summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-03-19 09:50:33 +0100
committerMichał Górny <mgorny@gentoo.org>2022-03-19 10:36:05 +0100
commit68f0836cd1861ef8d06fe40743d72d5e86e005ec (patch)
tree8a9aef05126b519b5d14c6cf76126b6fa739f864 /dev-python
parentdev-python/zeroconf: Remove old (diff)
downloadgentoo-68f0836cd1861ef8d06fe40743d72d5e86e005ec.tar.gz
gentoo-68f0836cd1861ef8d06fe40743d72d5e86e005ec.tar.bz2
gentoo-68f0836cd1861ef8d06fe40743d72d5e86e005ec.zip
dev-python/pyvirtualdisplay: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyvirtualdisplay/Manifest1
-rw-r--r--dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/pyvirtualdisplay/Manifest b/dev-python/pyvirtualdisplay/Manifest
index f38aea3ece75..5bf127b59df2 100644
--- a/dev-python/pyvirtualdisplay/Manifest
+++ b/dev-python/pyvirtualdisplay/Manifest
@@ -1,2 +1 @@
-DIST PyVirtualDisplay-2.2.tar.gz 40882 BLAKE2B 8fb2227928c8475994e4e54a42dada2b1921678adcec562d9658e01edc0e356aea714cc9a507c93be66d9c61dceeaadde4f22cc636504f4403e985ac2df96248 SHA512 33567d12fc63359869e4baa2413794e9caacd147a5b6ffe2ca79e1292f6174ff7e04371fac5737002fccc6654d0a5dd44907fac774b666ca10588185c5c5f7cc
DIST PyVirtualDisplay-3.0.tar.gz 41134 BLAKE2B f80faa66b6b55ac1c48a2e249e48e52f63327a1acac2020d157d0e6b1e8ff3d46ebe027ff59a3356321688a2c815e2e34552aa9de2355e9e427cd82032eb348a SHA512 2ccce9ca6f36dddb15a992f2d4961f203d755ac4df1944f67bfab906061ae30c78db5d1cb050feddb45e28bbe874b250ce7ef1886cc52239fc0a784dc3be1198
diff --git a/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild b/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
deleted file mode 100644
index 634e5abb9120..000000000000
--- a/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=PyVirtualDisplay-${PV}
-DESCRIPTION="Python wrapper for Xvfb, Xephyr and Xvnc"
-HOMEPAGE="https://github.com/ponty/PyVirtualDisplay"
-SRC_URI="
- https://github.com/ponty/PyVirtualDisplay/archive/${PV}.tar.gz
- -> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-# pyvirtualdisplay.smartdisplay.DisplayTimeoutError: Timeout! elapsed time:60.3 timeout:60
-# tests hang in xvfb
-RESTRICT="test"
-
-RDEPEND="dev-python/easyprocess[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- $(python_gen_cond_dep '
- dev-python/backports-tempfile[${PYTHON_USEDEP}]
- ' python3_8 )
- dev-python/entrypoint2[${PYTHON_USEDEP}]
- dev-python/path-py[${PYTHON_USEDEP}]
- dev-python/pillow[${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