From e83de5cdb1e58300e2256459f0f4611a2f33ef3a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 17 Mar 2023 12:59:31 +0100 Subject: dev-python/pytest-trio: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-trio/pytest-trio-0.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pytest-trio') diff --git a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild index 66698a701e21..a1053abd0ff8 100644 --- a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild @@ -4,16 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="This is a pytest plugin to help you test projects that use Trio" HOMEPAGE=" https://github.com/python-trio/pytest-trio https://pypi.org/project/pytest-trio/ " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -- cgit v1.2.3-65-gdbad