From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22F10158094 for ; Tue, 5 Jul 2022 07:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CC4E0CFD; Tue, 5 Jul 2022 07:14:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45256E0CFD for ; Tue, 5 Jul 2022 07:14:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4690C341FEC for ; Tue, 5 Jul 2022 07:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D93C04F7 for ; Tue, 5 Jul 2022 07:14:30 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656935463.a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/hidapi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hidapi/hidapi-0.11.0.2.ebuild X-VCS-Directories: dev-python/hidapi/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131 X-VCS-Branch: master Date: Tue, 5 Jul 2022 07:14:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a53b5191-1983-40fd-9c28-7cfde5c64885 X-Archives-Hash: e8e6017c0380b0fc1287327dd7634609 commit: a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131 Author: James Beddek posteo de> AuthorDate: Mon Jul 4 11:51:03 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jul 4 11:51:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4fa010b dev-python/hidapi: enable py3.11 Signed-off-by: James Beddek posteo.de> dev-python/hidapi/hidapi-0.11.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hidapi/hidapi-0.11.0.2.ebuild b/dev-python/hidapi/hidapi-0.11.0.2.ebuild index 2bbd2dfbf..54515d41b 100644 --- a/dev-python/hidapi/hidapi-0.11.0.2.ebuild +++ b/dev-python/hidapi/hidapi-0.11.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1