summaryrefslogtreecommitdiff
path: root/dev-python/xvfbwrapper
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-04 07:37:02 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-04 07:37:02 +0000
commit5ae7efc9abae6bb8f8fac438298427769a91f5ad (patch)
treedc25abd0d9e2475f76b5060721ab492d2958a45f /dev-python/xvfbwrapper
parent2e6b794bf4361b8ae32bb6945e84696c2e1d94ba (diff)
gentoo auto-resync : 04:03:2023 - 07:37:01
Diffstat (limited to 'dev-python/xvfbwrapper')
-rw-r--r--dev-python/xvfbwrapper/Manifest3
-rw-r--r--dev-python/xvfbwrapper/xvfbwrapper-0.2.9-r1.ebuild5
-rw-r--r--dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild20
3 files changed, 3 insertions, 25 deletions
diff --git a/dev-python/xvfbwrapper/Manifest b/dev-python/xvfbwrapper/Manifest
index 3e8943df8c26..63834aed9b23 100644
--- a/dev-python/xvfbwrapper/Manifest
+++ b/dev-python/xvfbwrapper/Manifest
@@ -1,4 +1,3 @@
DIST xvfbwrapper-0.2.9.tar.gz 5575 BLAKE2B a973e6ca6dd85713e7b350397113d63c15fd284c07d3a0d5c0b8b8dceed65c3a17a3e8222b79ec88fb124175259d51fcd31d09a95183f1cbd091ba11d9bbec3b SHA512 800f3489b2e1bbc884d7651e344ed73783d6c00856f3ab7ccfa6b9058dd6d3bb98d38f11172ba89dff5773d6c5b773bc000786c1f6c6aae5a27179b37017851e
-EBUILD xvfbwrapper-0.2.9-r1.ebuild 550 BLAKE2B 1a17e90395c1c141bb159ef21cb8c73caa28df4b5e2f53b6767f76d5139d0e02fa919080a041e34880f60ae62ff5438b83bb8f97e655259248bc5c3fe0b62bf7 SHA512 57c8e2c12d9bce6d6a2a32de89b8bd07f4f98a4481b2672c368bdfe2b1f13a5962aab1432ee7ba653255a6c8f40f76fa7d95bdf4980abe4ef3f6b6d697acb9c0
-EBUILD xvfbwrapper-0.2.9.ebuild 508 BLAKE2B f027a3665eda7da25506c83aaa71f77b20c664c22dfef99c0118f8d1705587dde011b71f7c15b6ae146a330869839ae0c3fd3c5d71b09aedc02e4c3b7c751830 SHA512 3665878e5350ca397d2d3b9fe1eb27df2963b2b26f6ec2c212ec4eb69868db4f31b7b17df7665266a52398ac0e59830fe6f85ade79dde39a868b68b76b5ec9bd
+EBUILD xvfbwrapper-0.2.9-r1.ebuild 501 BLAKE2B d247a61d2dd14d302d3f2e1fb0e8b85b79a30e35c617a1abfb13b8e611e04aa1d21530ca43c67c47d79c3485857a76603a35107a4a6ffedb23a4136165e3367f SHA512 856bc22a21209f2fd25b92252d8e63abcb2b3451c30a3dd4d40d3a87366da92e747570269ff00b9594ce9131c56055cf15b08208edab2d2e9badbf7a9d9f0981
MISC metadata.xml 388 BLAKE2B a0091cb6b81fb47d0ddf6833ac096228e8b300817707efd392a88e165794438392b3e7eea118a9a2329f0396471ab2e4a4423ea43bc9f9269f06247deadbbf56 SHA512 99983bef60e393369b500810ac1aa7046d1011b7d59f94abbc8bfe0dd513fb2c29fb3c3a19ed5566c55d48645f0363a78e5f2a16501de8d1750c15b5763f01cf
diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9-r1.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9-r1.ebuild
index 9ed5e0ce83c3..bebd5bf78760 100644
--- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9-r1.ebuild
+++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9-r1.ebuild
@@ -6,18 +6,17 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+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/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
x11-base/xorg-server[xvfb]
diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
deleted file mode 100644
index 1b2a0ed55f4d..000000000000
--- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapper for running a display inside X virtual framebuffer"
-HOMEPAGE="https://github.com/cgoldberg/xvfbwrapper https://pypi.org/project/xvfbwrapper/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="x11-base/xorg-server[xvfb]"
-
-distutils_enable_tests unittest