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-lazy-fixture/
Date: Fri, 17 Mar 2023 15:23:20
Message-Id: 1679066550.347ab8d09e538b474d898a536d814f3b2b56d1b8.mgorny@gentoo
1 commit: 347ab8d09e538b474d898a536d814f3b2b56d1b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 11:59:21 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:22:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347ab8d0
7
8 dev-python/pytest-lazy-fixture: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 7bc6dceb159e..8355f1b2f2e0 100644
17 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
18 +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
19 @@ -5,11 +5,11 @@ EAPI=8
20
21 PYTHON_COMPAT=( python3_{9..11} pypy3 )
22 DISTUTILS_USE_PEP517=setuptools
23 -inherit distutils-r1
24 +PYPI_NO_NORMALIZE=1
25 +inherit distutils-r1 pypi
26
27 DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize"
28 HOMEPAGE="https://github.com/tvorog/pytest-lazy-fixture"
29 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0"