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-toolbox/
Date: Fri, 08 Apr 2022 11:10:06
Message-Id: 1649416190.4603ddd8412f77870681b29ba804549d569875dd.mgorny@gentoo
1 commit: 4603ddd8412f77870681b29ba804549d569875dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 10:44:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 11:09:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4603ddd8
7
8 dev-python/pytest-toolbox: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild
16 index 39e227ddaa46..373a1f591ddd 100644
17 --- a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild
18 +++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild
19 @@ -1,9 +1,10 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
28 +
29 inherit distutils-r1
30
31 DESCRIPTION="Numerous useful plugins for pytest"