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-sugar/
Date: Mon, 16 May 2022 13:27:59
Message-Id: 1652707480.964b891ddc17a179a51bdfccdbaf1b36a2f2376e.mgorny@gentoo
1 commit: 964b891ddc17a179a51bdfccdbaf1b36a2f2376e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:24:40 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:24:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964b891d
7
8 dev-python/pytest-sugar: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild | 29 -----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
16 deleted file mode 100644
17 index 8c9c3ebc520e..000000000000
18 --- a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="py.test plugin that changes the default look and feel of py.test"
31 -HOMEPAGE="https://github.com/Teemu/pytest-sugar https://pypi.org/project/pytest-sugar/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -RDEPEND="
39 - dev-python/pytest[${PYTHON_USEDEP}]
40 - dev-python/termcolor[${PYTHON_USEDEP}]
41 -"
42 -BDEPEND="
43 - test? (
44 - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
45 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
46 - )
47 -"
48 -
49 -distutils_enable_tests pytest