diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-22 03:04:39 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-22 03:04:39 -0500 |
| commit | ce93cedd7048accb306b7c8ec7450111c49757fc (patch) | |
| tree | b8e2380158a74a131d322e7713db98863f34242c /dev-python/xvfbwrapper | |
| parent | e96e88fa0d43a67ac8a6eda8bc6819000d1604f4 (diff) | |
| download | baldeagleos-repo-ce93cedd7048accb306b7c8ec7450111c49757fc.tar.gz baldeagleos-repo-ce93cedd7048accb306b7c8ec7450111c49757fc.tar.xz baldeagleos-repo-ce93cedd7048accb306b7c8ec7450111c49757fc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/xvfbwrapper')
| -rw-r--r-- | dev-python/xvfbwrapper/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/xvfbwrapper/xvfbwrapper-0.2.23.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/xvfbwrapper/xvfbwrapper-0.2.25.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/xvfbwrapper/xvfbwrapper-0.2.29.ebuild | 2 |
4 files changed, 1 insertions, 65 deletions
diff --git a/dev-python/xvfbwrapper/Manifest b/dev-python/xvfbwrapper/Manifest index f39b9a21854b..820c2d32754d 100644 --- a/dev-python/xvfbwrapper/Manifest +++ b/dev-python/xvfbwrapper/Manifest @@ -1,5 +1,3 @@ -DIST xvfbwrapper-0.2.23.tar.gz 13130 BLAKE2B 77556dafbaec6a74db9d6033424cf4d51225ca98645e077aa3e57798c74dc9dcc0f2dcada6dc1114bd2b0ecbda27dfe0d70a62b608fbaf0f8406d9f6784acd36 SHA512 92c1887f8a16b2df12f410b26abc919f59c3e3e50517edcbed26f31d9602f23c0e284f1eada99c3b0a30f374fd2df1dba29422cf3b15446ca2404aa4797f80b4 -DIST xvfbwrapper-0.2.25.tar.gz 12711 BLAKE2B dc063eab0316f10797926f59714317cfe58a7692234ad451b160641e1561ff3eb51a5fb15c3803b54507e42dc4be4e87ffc9723dc901b29221fd910f0adf01ae SHA512 8fd1d33282c18f4e98a399b3ef8fb640ca8acf8b323b90e732c23a5c1168b6eff7a89314ad9508ec7d1c2ac8a0c72b723199629a6dcfc2df353113df37012127 DIST xvfbwrapper-0.2.27.tar.gz 12716 BLAKE2B ae79a18c0bce0ce2ba48242b845370083b3db70411c22b59deacbba1dc727a320f27c93613b71002c3dcbb0ecb3ac2b9b1590d9f01c1b77b8817a676672b7d15 SHA512 4cf5254767d483dad45d9365e9cc09c98a1bce0ea730994d5db0516f7ff84596d06d7ca0fde884687920052742390ee981af2241b8db4c95e850aada7c23575c DIST xvfbwrapper-0.2.28.tar.gz 12830 BLAKE2B df12edac5361cdbbfedd148041a123d156ac43e9ac181396e7cf3caf20646173277f38726b1e8bfbb8630fbbf03dd8367d0f29bb3e77f41f35511dcd0d2296d1 SHA512 04638b5d0724ef60a6ae182b597279c46d8814bb86e5318de43241130e0c7a57d0a46f8a836c103cebaaf4fa56663fd9727d638d3e2770f76fadefddcf8d4381 DIST xvfbwrapper-0.2.29.tar.gz 12853 BLAKE2B d6d931a9742e29e34bc1506da2121c67eaf3bbcaa61f2c14c61fc2a7baaf4424949f836248917903264a7f64c425e8f20a6fa631a789fbff4a0c071a8d59dd47 SHA512 c546c7db922dc0027450a9526e94102cdcc0ac322c106574fb35ff70315daa6b4c1d1319aa240259fb1574af129227835cd3a0670dccf89b5d81f6e7b9a643c5 diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.23.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.23.ebuild deleted file mode 100644 index 08ba139152c5..000000000000 --- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.23.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 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 diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.29.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.29.ebuild index 787856574075..c609992157d5 100644 --- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.29.ebuild +++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.29.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RDEPEND=" x11-base/xorg-server[xvfb] |
