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: Sat, 05 Nov 2022 14:34:27
Message-Id: 1667658854.6ca6f0408f3333b247440d4cc2b71391243097b1.mgorny@gentoo
1 commit: 6ca6f0408f3333b247440d4cc2b71391243097b1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 11:10:01 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 14:34:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca6f040
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/Manifest | 1 -
13 .../pytest-sugar/pytest-sugar-0.9.4-r1.ebuild | 29 ----------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
17 index f69d56569e43..6565d3386b56 100644
18 --- a/dev-python/pytest-sugar/Manifest
19 +++ b/dev-python/pytest-sugar/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98 SHA512 bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76
22 DIST pytest-sugar-0.9.5.tar.gz 13545 BLAKE2B 37c5241b951b3167c73537ca7bbb93f679673e57c84a13b74caacfcb8d5510b5e5ad215aa4aa33f722efffa54d30ff73d521bce412214857d11c25c255596bdc SHA512 4451d09181b6130591c504b2825a86777f5daa6972a6be7f2bc51139cf3ef2e57dfc1b8ea1972220a1c84866ed2584c684cc83c8052cb9105c0c3a9ea19922fe
23
24 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.ebuild
25 deleted file mode 100644
26 index 543243b7b7e6..000000000000
27 --- a/dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 2021-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="py.test plugin that changes the default look and feel of py.test"
40 -HOMEPAGE="https://github.com/Teemu/pytest-sugar https://pypi.org/project/pytest-sugar/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -RDEPEND="
48 - dev-python/pytest[${PYTHON_USEDEP}]
49 - dev-python/termcolor[${PYTHON_USEDEP}]
50 -"
51 -BDEPEND="
52 - test? (
53 - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
54 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
55 - )
56 -"
57 -
58 -distutils_enable_tests pytest