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 7A6FA158064 for ; Mon, 13 May 2024 09:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24CD9E2A16; Mon, 13 May 2024 09:01:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0A84CE2A16 for ; Mon, 13 May 2024 09:01:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCEEC3430A0 for ; Mon, 13 May 2024 09:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08AB51AAC for ; Mon, 13 May 2024 09:01:21 +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: <1715590805.8491d71b734a2f4dfe3aa8d9d7bb9a857c02fd52.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-r1.ebuild X-VCS-Directories: dev-python/webrtcvad/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 8491d71b734a2f4dfe3aa8d9d7bb9a857c02fd52 X-VCS-Branch: dev Date: Mon, 13 May 2024 09:01: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: e440894d-0458-4bd3-8904-1036dd60e118 X-Archives-Hash: a8d0f299494d51e59794c76c7f0e3ed5 commit: 8491d71b734a2f4dfe3aa8d9d7bb9a857c02fd52 Author: Nicola Smaniotto gmail com> AuthorDate: Mon May 13 08:49:34 2024 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Mon May 13 09:00:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8491d71b dev-python/webrtcvad: enable py3.12 Closes: https://bugs.gentoo.org/931439 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild index c57a1d8db6..e7fdfe555c 100644 --- a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild +++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -24,4 +24,3 @@ RESTRICT="test" S="${WORKDIR}/py-${P}" PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" "${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" ) -