Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-qt/
Date: Fri, 17 Mar 2023 15:23:21
Message-Id: 1679066555.714fb7f5efcce5185540330f2515c328d8250c22.mgorny@gentoo
1 commit: 714fb7f5efcce5185540330f2515c328d8250c22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 11:59:25 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:22:35 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714fb7f5
7
8 dev-python/pytest-qt: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-qt/pytest-qt-4.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
16 index ec8fe32a9120..81b76782132f 100644
17 --- a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
18 +++ b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
19 @@ -4,17 +4,17 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} )
25 PYSIDE2_COMPAT=( python3_{8..10} )
26
27 -inherit distutils-r1 virtualx
28 +inherit distutils-r1 virtualx pypi
29
30 DESCRIPTION="Pytest plugin for PyQt5 and PySide2 applications"
31 HOMEPAGE="
32 https://pypi.org/project/pytest-qt/
33 https://github.com/pytest-dev/pytest-qt/
34 "
35 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="MIT"
38 SLOT="0"