Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xvfb/
Date: Sat, 02 Jul 2022 19:26:08
Message-Id: 1656789954.2a22294642253f125bc92b1a00c459be015f986f.mgorny@gentoo
1 commit: 2a22294642253f125bc92b1a00c459be015f986f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 19:22:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 19:25:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a222946
7
8 dev-python/pytest-xvfb: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r1.ebuild | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r1.ebuild b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r1.ebuild
16 deleted file mode 100644
17 index 3817ad6ac44a..000000000000
18 --- a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_REQ_USE="tk"
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="A pytest plugin to run Xvfb for tests"
32 -HOMEPAGE="https://pypi.org/project/pytest-xvfb/"
33 -SRC_URI="https://github.com/The-Compiler/pytest-xvfb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm64 x86"
38 -
39 -RDEPEND="
40 - >=dev-python/pytest-2.8.1[${PYTHON_USEDEP}]
41 - >=dev-python/pyvirtualdisplay-1.3[${PYTHON_USEDEP}]
42 - x11-base/xorg-server[xvfb]
43 -"
44 -
45 -distutils_enable_tests --install pytest