summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:59:28 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:22:39 +0100
commit9f53fdb4863943d7230bf1086594994b4f2d1451 (patch)
tree65880fc214fa91886117c4d4a01a284f37f75895 /dev-python/pytest-sugar
parentdev-python/pytest-shutil: Use pypi.eclass (diff)
downloadgentoo-9f53fdb4863943d7230bf1086594994b4f2d1451.tar.gz
gentoo-9f53fdb4863943d7230bf1086594994b4f2d1451.tar.bz2
gentoo-9f53fdb4863943d7230bf1086594994b4f2d1451.zip
dev-python/pytest-sugar: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-sugar')
-rw-r--r--dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild
index 7f343a2aadb5..72302e187636 100644
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Plugin that changes the default look and feel of pytest"
HOMEPAGE="
https://github.com/Teemu/pytest-sugar/
https://pypi.org/project/pytest-sugar/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"