commit:     2235bf9528aae5e7297c4ac9bce3d116c64ca9d0
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:29 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2235bf95

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

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pytest-steps/pytest-steps-1.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild 
b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
index 4981445e4..833cdd769 100644
--- a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
+++ b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
@@ -5,16 +5,16 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="dev-python/mkdocs-material"
 DOCS_DIR="docs"
 
-inherit distutils-r1 docs
+inherit distutils-r1 docs pypi
 
 DESCRIPTION="Create step-wise / incremental tests in pytest"
 HOMEPAGE="https://pypi.org/project/pytest-steps/ 
https://github.com/smarie/python-pytest-steps";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to