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: Fri, 17 Sep 2021 08:31:26
Message-Id: 1631867456.e715ecf79bd6e2d4eb77f6c4acce9fcb8d0d5055.mgorny@gentoo
1 commit: e715ecf79bd6e2d4eb77f6c4acce9fcb8d0d5055
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 17 07:23:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 17 08:30:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e715ecf7
7
8 dev-python/pytest-rerunfailures: Bump to 10.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-rerunfailures/Manifest | 1 +
13 .../pytest-rerunfailures-10.2.ebuild | 23 ++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/pytest-rerunfailures/Manifest b/dev-python/pytest-rerunfailures/Manifest
17 index e8b6e7e6eb6..1c82a0dda3f 100644
18 --- a/dev-python/pytest-rerunfailures/Manifest
19 +++ b/dev-python/pytest-rerunfailures/Manifest
20 @@ -1 +1,2 @@
21 DIST pytest-rerunfailures-10.1.tar.gz 13644 BLAKE2B 05b654128cbc94be803d15e038cdfcaa3879dbc43eb57dcf5cc3f5e52d0e4848a38b70048b32eb5afc99bcaec614abe6febfa95e4e8f7c7e07f6dc71dcdc3915 SHA512 9aa825c7fb1fb36edb78f1cdfc4a5f705e1688d00be0cd311e5cdf542698a2e03eed15b526235e2a35262000ce24923ea1049f3efa449c9a3723a2a5c1316717
22 +DIST pytest-rerunfailures-10.2.tar.gz 15863 BLAKE2B 9f317f3a39ac234e145a14d532d2727bb9fb5fead65c05372cf95268e0f589f9de994cd3c47e75dcb354c996595698c43fccdea5134d2e1921429c8ea7b71451 SHA512 8830610276e2cc172ee372ae4d8376bc6329138751ea2737a4def6af32d05c112c872a7a180ff554018058c05ed0d109927dbac61f748586257e40b0243f03c8
23
24 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild
25 new file mode 100644
26 index 00000000000..369054f3e71
27 --- /dev/null
28 +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 +DISTUTILS_USE_SETUPTOOLS=rdepend
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="pytest plugin to re-run tests to eliminate flaky failures"
40 +HOMEPAGE="https://pypi.org/project/pytest-rerunfailures/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +SLOT="0"
44 +LICENSE="MPL-2.0"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
46 +
47 +BDEPEND="
48 + >=dev-python/pytest-5.0[${PYTHON_USEDEP}]
49 + test? ( !!dev-python/flaky )
50 +"
51 +
52 +distutils_enable_tests pytest