Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sugar/
Date: Mon, 14 Jun 2021 23:09:51
Message-Id: 1623712182.b2b88e6c4669876b4122ea3f8ca73cc85e94653b.Alessandro-Barbieri@gentoo
1 commit: b2b88e6c4669876b4122ea3f8ca73cc85e94653b
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 14 22:47:45 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 14 23:09:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2b88e6c
7
8 dev-python/pytest-sugar: drop 0.9.3
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/pytest-sugar/Manifest | 1 -
13 dev-python/pytest-sugar/pytest-sugar-0.9.3.ebuild | 32 -----------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
17 index a93d32ba7..69354e873 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.3.tar.gz 12649 BLAKE2B 75e07c26c7a6ce55a497bb29fdef32134f2872b8f7c23b3941e0dad875d441aa7d1788859d170ffd0ed58ae19a1a9abc67b2b18140cad06380a0efd53337131a SHA512 ac2edb57e0eb453410e2595614093a9e0d4642e8ba1dc738d87eff3a476a57df006a55e480c15ddbd0ffddea219314c810b8385024208090056059e17b201bb8
22 DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98 SHA512 bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76
23
24 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.3.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.3.ebuild
25 deleted file mode 100644
26 index 73282fc46..000000000
27 --- a/dev-python/pytest-sugar/pytest-sugar-0.9.3.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="7"
34 -
35 -PYTHON_COMPAT=( python3_{7,8} )
36 -
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Plugin for pytest that changes the default look and feel of pytest"
42 -HOMEPAGE="
43 - https://pivotfinland.com/pytest-sugar
44 - https://github.com/Teemu/pytest-sugar
45 - https://pypi.org/project/pytest-sugar
46 -"
47 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -RDEPEND="
54 - >=dev-python/packaging-14.1[${PYTHON_USEDEP}]
55 - <dev-python/pytest-5.4[${PYTHON_USEDEP}]
56 - >=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]
57 - >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
58 -"
59 -DEPEND="${RDEPEND}"
60 -
61 -distutils_enable_tests pytest