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 018E315ACFC for ; Tue, 2 May 2023 08:22:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43476E0848; Tue, 2 May 2023 08:22:06 +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 2D868E0848 for ; Tue, 2 May 2023 08:22:06 +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 5686E34108D for ; Tue, 2 May 2023 08:22:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A4C78E4 for ; Tue, 2 May 2023 08:22:03 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1683015716.19e41083b7bf9dc30c3e66c89e000a0605053b67.flow@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.ebuild X-VCS-Directories: media-sound/whipper/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 19e41083b7bf9dc30c3e66c89e000a0605053b67 X-VCS-Branch: master Date: Tue, 2 May 2023 08:22:03 +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: cd630bed-2778-49e3-b83a-ad4f973a9dfa X-Archives-Hash: 3e9e3bf5d1b8454535aaf22ebae3f398 commit: 19e41083b7bf9dc30c3e66c89e000a0605053b67 Author: Quentin Retornaz retornaz com> AuthorDate: Sun Apr 2 19:14:47 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 2 08:21:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e41083 media-sound/whipper: add PYTHON_COMPAT=( python3_11 ) Signed-off-by: Quentin Retornaz retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/30446 Signed-off-by: Florian Schmaus gentoo.org> media-sound/whipper/whipper-0.10.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/whipper/whipper-0.10.0.ebuild b/media-sound/whipper/whipper-0.10.0.ebuild index 7fb919c1f3af..b7b40b64e532 100644 --- a/media-sound/whipper/whipper-0.10.0.ebuild +++ b/media-sound/whipper/whipper-0.10.0.ebuild @@ -3,7 +3,9 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) + +DISTUTILS_USE_PEP517="setuptools" inherit distutils-r1