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-flake8/
Date: Fri, 17 Mar 2023 15:23:20
Message-Id: 1679066549.0156457d6dd2d0df8492ab909c42b86acf9b2988.mgorny@gentoo
1 commit: 0156457d6dd2d0df8492ab909c42b86acf9b2988
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 11:59:20 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:22:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0156457d
7
8 dev-python/pytest-flake8: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
16 index 06e430e6d1c6..37558791b48b 100644
17 --- a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
18 +++ b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
19 @@ -4,15 +4,15 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..10} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="pytest plugin for flake8"
30 HOMEPAGE="
31 https://github.com/tholo/pytest-flake8/
32 https://pypi.org/project/pytest-flake8/"
33 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="MIT"
36 SLOT="0"