Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-config/
Date: Wed, 28 Jul 2021 23:38:17
Message-Id: 1627515462.7dcf9b66df61f730bf2a68548663a660934edde0.marecki@gentoo
1 commit: 7dcf9b66df61f730bf2a68548663a660934edde0
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 28 21:03:48 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 28 23:37:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcf9b66
7
8 dev-python/pytest-fixture-config: keyword 1.7.0-r1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
16 index f410e635d27..a3d6240ccd6 100644
17 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
18 +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
33 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
34
35 RDEPEND="
36 dev-python/pytest[${PYTHON_USEDEP}]