Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-steps/
Date: Fri, 17 Mar 2023 13:11:04
Message-Id: 1679058389.2235bf9528aae5e7297c4ac9bce3d116c64ca9d0.cybertailor@gentoo
1 commit: 2235bf9528aae5e7297c4ac9bce3d116c64ca9d0
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 13:06:29 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 13:06:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2235bf95
7
8 dev-python/pytest-steps: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/pytest-steps/pytest-steps-1.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
16 index 4981445e4..833cdd769 100644
17 --- a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
18 +++ b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
19 @@ -5,16 +5,16 @@ EAPI=8
20
21 PYTHON_COMPAT=( python3_{9..11} )
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24
25 DOCS_BUILDER="mkdocs"
26 DOCS_DEPEND="dev-python/mkdocs-material"
27 DOCS_DIR="docs"
28
29 -inherit distutils-r1 docs
30 +inherit distutils-r1 docs pypi
31
32 DESCRIPTION="Create step-wise / incremental tests in pytest"
33 HOMEPAGE="https://pypi.org/project/pytest-steps/ https://github.com/smarie/python-pytest-steps"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="BSD"
37 SLOT="0"