summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-03 18:46:42 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-03 18:48:07 +0100
commita4a1713bea5a30527c6cc4778423f532d9bc88ca (patch)
treec8272e1e77d9d71f02df40b77fcfd36e996fd497
parentdev-python/pytest-localserver: Use pypi.eclass (diff)
downloadgentoo-a4a1713b.tar.gz
gentoo-a4a1713b.tar.bz2
gentoo-a4a1713b.zip
dev-python/flaky: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/flaky/flaky-3.7.0-r4.ebuild3
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"