summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:59:31 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:22:43 +0100
commite83de5cdb1e58300e2256459f0f4611a2f33ef3a (patch)
treee5be56844d20c690dd0ac5b3560147a56bada917 /dev-python/pytest-trio
parentdev-python/pytest-timeout: Use pypi.eclass (diff)
downloadgentoo-e83de5cdb1e58300e2256459f0f4611a2f33ef3a.tar.gz
gentoo-e83de5cdb1e58300e2256459f0f4611a2f33ef3a.tar.bz2
gentoo-e83de5cdb1e58300e2256459f0f4611a2f33ef3a.zip
dev-python/pytest-trio: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-trio')
-rw-r--r--dev-python/pytest-trio/pytest-trio-0.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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"