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-harvest/
Date: Fri, 17 Mar 2023 13:11:03
Message-Id: 1679058387.9efdf8c48526a74ec15e4e2a786c6e2abe266c3d.cybertailor@gentoo
1 commit: 9efdf8c48526a74ec15e4e2a786c6e2abe266c3d
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 13:06:27 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 13:06:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9efdf8c4
7
8 dev-python/pytest-harvest: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
16 index 7584fd861..f0384361e 100644
17 --- a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild
18 +++ b/dev-python/pytest-harvest/pytest-harvest-1.10.4.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="Store and retrieve data created during your pytest tests execution"
33 HOMEPAGE="https://pypi.org/project/pytest-harvest/ https://github.com/smarie/python-pytest-harvest"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="BSD"
37 SLOT="0"