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 8C793158094 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 A872EE09BF; 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 8CF1FE09BF 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 8F48134138A 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 C520D53B 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.364a1fa65740a01af566b1c5e01d08b5ed49fea7.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: 364a1fa65740a01af566b1c5e01d08b5ed49fea7 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: 18f9c603-2832-4a7a-a6d0-c3c562a5709e X-Archives-Hash: a66e2760d09b0ba99f25fcce149adfc9 commit: 364a1fa65740a01af566b1c5e01d08b5ed49fea7 Author: Sam James gentoo org> AuthorDate: Fri Jul 15 12:26:12 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=364a1fa6 dev-libs/pigpio: tidy PYTHON_COMPAT Signed-off-by: Sam James gentoo.org> dev-libs/pigpio/pigpio-79.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/pigpio/pigpio-79.ebuild b/dev-libs/pigpio/pigpio-79.ebuild index 9256a67a83e1..35c5222d98ac 100644 --- a/dev-libs/pigpio/pigpio-79.ebuild +++ b/dev-libs/pigpio/pigpio-79.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 systemd toolchain-funcs