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 E4C2E158093 for ; Mon, 4 Jul 2022 12:16:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B12BE07D3; Mon, 4 Jul 2022 12:16:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD808E08E5 for ; Mon, 4 Jul 2022 12:16:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F6333418EA for ; Mon, 4 Jul 2022 12:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B63E0525 for ; Mon, 4 Jul 2022 12:16:21 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1656935463.a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131 X-VCS-Branch: dev Date: Mon, 4 Jul 2022 12:16:21 +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: cd07c9e1-d7f8-4cd9-b522-251a39680836 X-Archives-Hash: 962af0ebdf2d9d9099f65e992350c617 commit: a4fa010bbce0f85c5949b5ca5f9ba370d7dc1131 Author: James Beddek posteo de> AuthorDate: Mon Jul 4 11:51:03 2022 +0000 Commit: Theo Anderson posteo de> 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