summaryrefslogtreecommitdiff
path: root/dev-python/xvfbwrapper/xvfbwrapper-0.2.25.ebuild
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-22 03:04:39 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-22 03:04:39 -0500
commitce93cedd7048accb306b7c8ec7450111c49757fc (patch)
treeb8e2380158a74a131d322e7713db98863f34242c /dev-python/xvfbwrapper/xvfbwrapper-0.2.25.ebuild
parente96e88fa0d43a67ac8a6eda8bc6819000d1604f4 (diff)
downloadbaldeagleos-repo-ce93cedd7048accb306b7c8ec7450111c49757fc.tar.gz
baldeagleos-repo-ce93cedd7048accb306b7c8ec7450111c49757fc.tar.xz
baldeagleos-repo-ce93cedd7048accb306b7c8ec7450111c49757fc.zip
Adding metadata
Diffstat (limited to 'dev-python/xvfbwrapper/xvfbwrapper-0.2.25.ebuild')
-rw-r--r--dev-python/xvfbwrapper/xvfbwrapper-0.2.25.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.25.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.25.ebuild
deleted file mode 100644
index 787856574075..000000000000
--- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.25.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
-PYTHON_COMPAT=( python3_{13..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]
-"
-BDEPEND="
- test? (
- dev-python/psutil[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest