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-param-files/
Date: Fri, 24 Jun 2022 15:46:05
Message-Id: 1656085555.f67594b3bde9715dfd77937113c22cbc607109b6.mgorny@gentoo
1 commit: f67594b3bde9715dfd77937113c22cbc607109b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 15:11:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 15:45:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67594b3
7
8 dev-python/pytest-param-files: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pytest-param-files/pytest-param-files-0.3.4.ebuild | 13 +++++++++----
13 1 file changed, 9 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
16 index f4a729087867..816bb8658910 100644
17 --- a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
18 +++ b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
19 @@ -3,13 +3,16 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..11} )
24 DISTUTILS_USE_PEP517=flit
25 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
26 +
27 inherit distutils-r1
28
29 DESCRIPTION="Pytest parametrize decorators from external files."
30 -HOMEPAGE="https://pypi.org/project/pytest_param_files/
31 - https://github.com/chrisjsewell/pytest-param-files"
32 +HOMEPAGE="
33 + https://github.com/chrisjsewell/pytest-param-files/
34 + https://pypi.org/project/pytest_param_files/
35 +"
36 SRC_URI="
37 https://github.com/chrisjsewell/pytest-param-files/archive/v${PV}.tar.gz
38 -> ${P}.gh.tar.gz
39 @@ -19,6 +22,8 @@ LICENSE="MIT"
40 SLOT="0"
41 KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
42
43 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
44 +RDEPEND="
45 + dev-python/pytest[${PYTHON_USEDEP}]
46 +"
47
48 distutils_enable_tests pytest