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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18975158004 for ; Tue, 23 Apr 2024 03:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8F1E29E4; Tue, 23 Apr 2024 03:59:54 +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 3124CE29E4 for ; Tue, 23 Apr 2024 03:59:54 +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 0C66434306A for ; Tue, 23 Apr 2024 03:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DFD01332 for ; Tue, 23 Apr 2024 03:59:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1713844628.52dccf86e53a748e226119f1e2ce7e39b2daecdd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/whipper/whipper-0.10.0-r1.ebuild X-VCS-Directories: media-sound/whipper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 52dccf86e53a748e226119f1e2ce7e39b2daecdd X-VCS-Branch: master Date: Tue, 23 Apr 2024 03:59:51 +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: 21a03d5a-1d60-491c-8807-5fa6b2e172ac X-Archives-Hash: 5929badb1e6183dcd4ff65955062f60d commit: 52dccf86e53a748e226119f1e2ce7e39b2daecdd Author: Michał Górny gentoo org> AuthorDate: Tue Apr 23 03:57:08 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 23 03:57:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dccf86 media-sound/whipper: Enable py3.12 Closes: https://bugs.gentoo.org/929672 Signed-off-by: Michał Górny gentoo.org> media-sound/whipper/whipper-0.10.0-r1.ebuild | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/media-sound/whipper/whipper-0.10.0-r1.ebuild b/media-sound/whipper/whipper-0.10.0-r1.ebuild index 451683de80dc..48549099d453 100644 --- a/media-sound/whipper/whipper-0.10.0-r1.ebuild +++ b/media-sound/whipper/whipper-0.10.0-r1.ebuild @@ -3,9 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) - DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -17,7 +16,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="media-libs/libsndfile:=" +DEPEND=" + media-libs/libsndfile:= +" # bug https://bugs.gentoo.org/923339 # upstream https://github.com/whipper-team/whipper/issues/605 # upstream https://github.com/whipper-team/whipper/issues/606 @@ -32,14 +33,20 @@ RDEPEND="