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