summaryrefslogtreecommitdiff
path: root/dev-python/pytest-xvfb
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-xvfb')
-rw-r--r--dev-python/pytest-xvfb/Manifest2
-rw-r--r--dev-python/pytest-xvfb/metadata.xml13
-rw-r--r--dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild31
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/pytest-xvfb/Manifest b/dev-python/pytest-xvfb/Manifest
deleted file mode 100644
index 9fed8eef3456..000000000000
--- a/dev-python/pytest-xvfb/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pytest_xvfb-3.1.1.tar.gz 9022 BLAKE2B 22615f066e3e92604416cd0f04c2556ee8807529408e5268826a065a728b18bbe8ace2f540d7c16ad6450dced4c02b50b84da58008040bcabf0cb37883647b0d SHA512 703a8523e6d496d1bddb9dafbc594c180fa5647903cba71a6ab561ba40184d2ce9c54e5b1f3122d14575216e4d55bccef14f0241810f48bb870b2dc410b9f3ab
-DIST pytest_xvfb-3.1.1.tar.gz.provenance 9238 BLAKE2B 97be1b82b14bf00bb854341084d3ca2313dd4754895a5b28afce1b81459f302c586c6ef1176314cc3e67c359e55c19e28975ca735407fe31ed8740bf5ed54718 SHA512 8aa208863eae7a45b2101f4570193f9990b5c3792ca67be5f05e9565fbc4859b30a2c25ca7063c9991cd17fa4bd791be27ab90b3eb5171b5e57af78646cb901f
diff --git a/dev-python/pytest-xvfb/metadata.xml b/dev-python/pytest-xvfb/metadata.xml
deleted file mode 100644
index 61085c5734a8..000000000000
--- a/dev-python/pytest-xvfb/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ionen@gentoo.org</email>
- <name>Ionen Wolkens</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">The-Compiler/pytest-xvfb</remote-id>
- <remote-id type="pypi">pytest-xvfb</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild b/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild
deleted file mode 100644
index 33d8f85b9121..000000000000
--- a/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_VERIFY_REPO=https://github.com/The-Compiler/pytest-xvfb
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin to run Xvfb for tests"
-HOMEPAGE="
- https://github.com/The-Compiler/pytest-xvfb/
- https://pypi.org/project/pytest-xvfb/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pyvirtualdisplay[${PYTHON_USEDEP}]
- x11-base/xorg-server[xvfb]
-"
-
-EPYTEST_PLUGINS=( ${PN} )
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-distutils_enable_tests pytest