diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-03 18:46:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-03 18:48:07 +0100 |
commit | a4a1713bea5a30527c6cc4778423f532d9bc88ca (patch) | |
tree | c8272e1e77d9d71f02df40b77fcfd36e996fd497 /dev-python | |
parent | dev-python/pytest-localserver: Use pypi.eclass (diff) | |
download | gentoo-a4a1713bea5a30527c6cc4778423f532d9bc88ca.tar.gz gentoo-a4a1713bea5a30527c6cc4778423f532d9bc88ca.tar.bz2 gentoo-a4a1713bea5a30527c6cc4778423f532d9bc88ca.zip |
dev-python/flaky: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flaky/flaky-3.7.0-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flaky/flaky-3.7.0-r4.ebuild b/dev-python/flaky/flaky-3.7.0-r4.ebuild index 0c6362329466..9f1df64da087 100644 --- a/dev-python/flaky/flaky-3.7.0-r4.ebuild +++ b/dev-python/flaky/flaky-3.7.0-r4.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Plugin for pytest that automatically reruns flaky tests" HOMEPAGE=" https://github.com/box/flaky/ https://pypi.org/project/flaky/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" |