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 38897158090 for ; Sun, 29 May 2022 20:17:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632E8E08FA; Sun, 29 May 2022 20:17:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E064E08FA for ; Sun, 29 May 2022 20:17:21 +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 5C45A341933 for ; Sun, 29 May 2022 20:17:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F9933C3 for ; Sun, 29 May 2022 20:17:18 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1653855436.f6144e03b4492eb1c8e64fa8498579f3c772a170.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webrtcvad/webrtcvad-2.0.10.ebuild X-VCS-Directories: dev-python/webrtcvad/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: f6144e03b4492eb1c8e64fa8498579f3c772a170 X-VCS-Branch: dev Date: Sun, 29 May 2022 20:17:18 +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: a99e63e9-121d-4bf0-8341-b0987e2bc1ba X-Archives-Hash: b3a43240d5c80e246957115e8b85514b commit: f6144e03b4492eb1c8e64fa8498579f3c772a170 Author: Nicola Smaniotto gmail com> AuthorDate: Sun May 29 20:15:14 2022 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Sun May 29 20:17:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6144e03 dev-python/webrtcvad: enable py3.10 Closes: https://bugs.gentoo.org/848251 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild index 389b09dca..e2b70e1a2 100644 --- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild +++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1