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 C4A23158094 for ; Fri, 15 Jul 2022 12:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEF6AE0E5D; Fri, 15 Jul 2022 12:32:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93F46E0E5D for ; Fri, 15 Jul 2022 12:32:58 +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 6943734139D for ; Fri, 15 Jul 2022 12:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B100C53A for ; Fri, 15 Jul 2022 12:32:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657888366.8153e89a5683773b8552d709b6087772fb3e40c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pigpio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pigpio/pigpio-79.ebuild X-VCS-Directories: dev-libs/pigpio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8153e89a5683773b8552d709b6087772fb3e40c9 X-VCS-Branch: master Date: Fri, 15 Jul 2022 12:32:55 +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: 194f7f38-7998-4164-949f-b384fc20f1f3 X-Archives-Hash: 5bed10bbfa58268065313efe3a7ada90 commit: 8153e89a5683773b8552d709b6087772fb3e40c9 Author: Daniel Kenzelmann k8n de> AuthorDate: Tue Jun 14 08:16:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 15 12:32:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8153e89a dev-libs/pigpio: add PYTHON_COMPAT 3_10 and 3_11 adding 3_10 and 3_11 python slots Signed-off-by: Daniel Kenzelmann k8n.de> Closes: https://bugs.gentoo.org/845666 Closes: https://github.com/gentoo/gentoo/pull/25892 Signed-off-by: Sam James gentoo.org> dev-libs/pigpio/pigpio-79.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/pigpio/pigpio-79.ebuild b/dev-libs/pigpio/pigpio-79.ebuild index 4f6097e8c967..9256a67a83e1 100644 --- a/dev-libs/pigpio/pigpio-79.ebuild +++ b/dev-libs/pigpio/pigpio-79.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) inherit distutils-r1 systemd toolchain-funcs