Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hidapi/
Date: Mon, 04 Jul 2022 12:16:25
Message-Id: 1656935463.a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131.telans@gentoo
1 commit: a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Jul 4 11:51:03 2022 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Mon Jul 4 11:51:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4fa010b
7
8 dev-python/hidapi: enable py3.11
9
10 Signed-off-by: James Beddek <telans <AT> posteo.de>
11
12 dev-python/hidapi/hidapi-0.11.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/hidapi/hidapi-0.11.0.2.ebuild b/dev-python/hidapi/hidapi-0.11.0.2.ebuild
16 index 2bbd2dfbf..54515d41b 100644
17 --- a/dev-python/hidapi/hidapi-0.11.0.2.ebuild
18 +++ b/dev-python/hidapi/hidapi-0.11.0.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 DISTUTILS_USE_SETUPTOOLS="rdepend"
26 inherit distutils-r1