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/rdflib/
Date: Wed, 01 Feb 2023 19:16:35
Message-Id: 1675278987.a5665be80e4986a01e7ad2acf17c2ba7b256a4ef.mgorny@gentoo
1 commit: a5665be80e4986a01e7ad2acf17c2ba7b256a4ef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 19:12:03 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 19:16:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5665be8
7
8 dev-python/rdflib: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rdflib/rdflib-6.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/rdflib/rdflib-6.2.0.ebuild b/dev-python/rdflib/rdflib-6.2.0.ebuild
16 index e4c9767b589b..438e99eb3b64 100644
17 --- a/dev-python/rdflib/rdflib-6.2.0.ebuild
18 +++ b/dev-python/rdflib/rdflib-6.2.0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{9..10} )
24 +PYTHON_COMPAT=( python3_{9..11} )
25 PYTHON_REQ_USE="sqlite?,threads(+)"
26
27 inherit distutils-r1