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/munch/
Date: Wed, 28 Jul 2021 23:38:20
Message-Id: 1627515471.024f78c721b834d3ab935ec27a1e0331135c347e.marecki@gentoo
1 commit: 024f78c721b834d3ab935ec27a1e0331135c347e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 28 22:17:49 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 28 23:37:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024f78c7
7
8 dev-python/munch: keyword 2.5.0-r1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/munch/munch-2.5.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/munch/munch-2.5.0-r1.ebuild b/dev-python/munch/munch-2.5.0-r1.ebuild
16 index 2631cbbc637..3d587eeae6e 100644
17 --- a/dev-python/munch/munch-2.5.0-r1.ebuild
18 +++ b/dev-python/munch/munch-2.5.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 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/Infinidat/munch"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="MIT"
32 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
33 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
34 SLOT="0"
35
36 BDEPEND="