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-datadir/
Date: Fri, 24 Jun 2022 15:46:04
Message-Id: 1656085552.b83b2b403b3473b0482dd9b642c15ff8ee9947af.mgorny@gentoo
1 commit: b83b2b403b3473b0482dd9b642c15ff8ee9947af
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 15:05:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 15:45:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83b2b40
7
8 dev-python/pytest-datadir: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild | 12 +++++++++---
13 1 file changed, 9 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild
16 index 9c4d8231dbed..29016d5497a1 100644
17 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild
18 +++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild
19 @@ -4,18 +4,24 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..11} )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Pytest plugin for manipulating test data directories and files"
29 -HOMEPAGE="https://github.com/gabrielcnr/pytest-datadir"
30 +HOMEPAGE="
31 + https://github.com/gabrielcnr/pytest-datadir/
32 + https://pypi.org/project/pytest-datadir/
33 +"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
39
40 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
41 +RDEPEND="
42 + dev-python/pytest[${PYTHON_USEDEP}]
43 +"
44
45 distutils_enable_tests pytest