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: Wed, 26 May 2021 20:39:51
Message-Id: 1622061581.62b85c3ddad4340508a9cad24a2476f3f2d107f6.mgorny@gentoo
1 commit: 62b85c3ddad4340508a9cad24a2476f3f2d107f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 20:05:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 20:39:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b85c3d
7
8 dev-python/pytest-rerunfailures: Bump to 10.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-rerunfailures/Manifest | 1 +
13 .../pytest-rerunfailures-10.0.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-python/pytest-rerunfailures/Manifest b/dev-python/pytest-rerunfailures/Manifest
17 index 4c5c2ed604c..c80efdcc2a6 100644
18 --- a/dev-python/pytest-rerunfailures/Manifest
19 +++ b/dev-python/pytest-rerunfailures/Manifest
20 @@ -1 +1,2 @@
21 +DIST pytest-rerunfailures-10.0.tar.gz 12706 BLAKE2B fb445acd6324a377258ebcd32255bd725dc78f2209990e5807a0553da259ffc101969b7572799efa5041ae68bcc264ab80581cf9d9943ab81d9b158a15dd71d5 SHA512 83270e18cc3f825c0e0184950a149899b99a2b46cfaa6ca1c82b7cf388144265831fc2b8b82ccebb5df57463219cb7e0b41f5beb049feedcba90ae6d48d1e05f
22 DIST pytest-rerunfailures-9.1.1.tar.gz 12435 BLAKE2B b2118fe9460ebb750c72b05762d70cf53703e4c9982c6343ef02ebcec6630598ac98998ff994268b9108bd6850e71fd5b9cde1d0abb727d33fad238e9b26fa61 SHA512 875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102
23
24 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.0.ebuild
25 new file mode 100644
26 index 00000000000..ab9103a1e97
27 --- /dev/null
28 +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.0.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..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 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
46 +BDEPEND="
47 + >=dev-python/pytest-5.0[${PYTHON_USEDEP}]
48 + test? ( !!dev-python/flaky )
49 +"
50 +
51 +distutils_enable_tests pytest