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-rerunfailures/
Date: Sat, 28 Mar 2020 18:49:15
Message-Id: 1585421329.15a594f3d4111a8627711f2fd3707254a4c9f330.mgorny@gentoo
1 commit: 15a594f3d4111a8627711f2fd3707254a4c9f330
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:42:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:48:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a594f3
7
8 dev-python/pytest-rerunfailures: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-rerunfailures/Manifest | 2 --
13 .../pytest-rerunfailures-2.1.0.ebuild | 24 ---------------------
14 .../pytest-rerunfailures-7.0.ebuild | 25 ----------------------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/dev-python/pytest-rerunfailures/Manifest b/dev-python/pytest-rerunfailures/Manifest
18 index 41a716aa90f..ee1dbdb4829 100644
19 --- a/dev-python/pytest-rerunfailures/Manifest
20 +++ b/dev-python/pytest-rerunfailures/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-rerunfailures-2.1.0.tar.gz 7687 BLAKE2B 1c5ba90ab2b67c6a7b58d0569ef46847594dd6dcd5224050537fe3d645d131c2b450aa14a032151a81c6ff2c8b56d4355d03dd33a0e0f998e31a5df94df44c3a SHA512 9c3da462df07f334dcab865bf7f828f75bc611c93dfeb2306a802f2e6ef973332ef502d97dc8d676e09330ad77c227bc6a20ae67ff31f1446a5fb1d608d638cc
23 -DIST pytest-rerunfailures-7.0.tar.gz 12755 BLAKE2B 26ec453504439ba02afc2dc5912ebffad70a4e8fedc1f4ee75fbb3c187af4a657d8d29a341cbfe570423d2b743974286c00f911634b847536a66768d78088070 SHA512 df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3
24 DIST pytest-rerunfailures-8.0.tar.gz 13207 BLAKE2B 8a086783c5b6dae311aaa943a5c0eb56f5fbce4f687faf97ea0046bbce557cb82f8acd612247d235e249ef1a97157d3c356cf546b3d25a3dc4a4122286fcc04c SHA512 538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5
25
26 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild
27 deleted file mode 100644
28 index e8277f93b60..00000000000
29 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="py.test plugin to re-run tests to eliminate flaky failures"
42 -HOMEPAGE="https://pypi.org/project/pytest-rerunfailures/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="MPL-2.0"
47 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -RDEPEND="dev-python/pytest"
51 -DEPEND="${RDEPEND}"
52 -
53 -python_test() {
54 - py.test -v || die
55 -}
56
57 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-7.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-7.0.ebuild
58 deleted file mode 100644
59 index 29de4e767d5..00000000000
60 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-7.0.ebuild
61 +++ /dev/null
62 @@ -1,25 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="py.test plugin to re-run tests to eliminate flaky failures"
73 -HOMEPAGE="https://pypi.org/project/pytest-rerunfailures/"
74 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75 -
76 -SLOT="0"
77 -LICENSE="MPL-2.0"
78 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
79 -IUSE=""
80 -
81 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
82 - >=dev-python/pytest-4.0[${PYTHON_USEDEP}]"
83 -DEPEND="${RDEPEND}"
84 -
85 -python_test() {
86 - py.test -v || die
87 -}