diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:59:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:22:30 +0100 |
commit | 347ab8d09e538b474d898a536d814f3b2b56d1b8 (patch) | |
tree | 111d1e2b7c3457f42b3a344140df44796b9110f1 /dev-python/pytest-lazy-fixture | |
parent | dev-python/pytest-flake8: Use pypi.eclass (diff) | |
download | gentoo-347ab8d09e538b474d898a536d814f3b2b56d1b8.tar.gz gentoo-347ab8d09e538b474d898a536d814f3b2b56d1b8.tar.bz2 gentoo-347ab8d09e538b474d898a536d814f3b2b56d1b8.zip |
dev-python/pytest-lazy-fixture: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-lazy-fixture')
-rw-r--r-- | dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild index 7bc6dceb159e..8355f1b2f2e0 100644 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild @@ -5,11 +5,11 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize" HOMEPAGE="https://github.com/tvorog/pytest-lazy-fixture" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |