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/rdflib/
Date: Tue, 24 Aug 2021 21:02:28
Message-Id: 1629838916.0f54125f263e2611b35af261f85e2ace913b86f0.marecki@gentoo
1 commit: 0f54125f263e2611b35af261f85e2ace913b86f0
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 15:43:14 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 21:01:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f54125f
7
8 dev-python/rdflib: keyword 5.0.0 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/rdflib/rdflib-5.0.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/rdflib/rdflib-5.0.0.ebuild b/dev-python/rdflib/rdflib-5.0.0.ebuild
16 index 5bb8e9d11b3..56db7cdd4f7 100644
17 --- a/dev-python/rdflib/rdflib-5.0.0.ebuild
18 +++ b/dev-python/rdflib/rdflib-5.0.0.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 DISTUTILS_USE_SETUPTOOLS=rdepend
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..9} )
29 PYTHON_REQ_USE="sqlite?,threads(+)"
30
31 inherit distutils-r1
32 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
38 IUSE="berkdb examples sqlite"
39
40 RDEPEND="