commit:     9f53fdb4863943d7230bf1086594994b4f2d1451
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 11:59:28 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:22:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f53fdb4

dev-python/pytest-sugar: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild | 4 ++--
 1 file 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"

Reply via email to