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-trio/
Date: Fri, 17 Mar 2023 15:23:23
Message-Id: 1679066563.e83de5cdb1e58300e2256459f0f4611a2f33ef3a.mgorny@gentoo
1 commit: e83de5cdb1e58300e2256459f0f4611a2f33ef3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 11:59:31 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:22:43 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83de5cd
7
8 dev-python/pytest-trio: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-trio/pytest-trio-0.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild
16 index 66698a701e21..a1053abd0ff8 100644
17 --- a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild
18 +++ b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild
19 @@ -4,16 +4,16 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( pypy3 python3_{9..11} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="This is a pytest plugin to help you test projects that use Trio"
30 HOMEPAGE="
31 https://github.com/python-trio/pytest-trio
32 https://pypi.org/project/pytest-trio/
33 "
34 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="|| ( MIT Apache-2.0 )"
37 SLOT="0"