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 E5A47158083 for ; Thu, 12 Sep 2024 11:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8E59E29B9; Thu, 12 Sep 2024 11:01:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B41B4E29B9 for ; Thu, 12 Sep 2024 11:01:58 +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 D9C05340BEA for ; Thu, 12 Sep 2024 11:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3211D6A for ; Thu, 12 Sep 2024 11:01:56 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1726138874.b616712d1d37d1ea313c2749dd8506e80d3debbb.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/yt-dlp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/yt-dlp/yt-dlp-2024.08.06.ebuild net-misc/yt-dlp/yt-dlp-9999.ebuild X-VCS-Directories: net-misc/yt-dlp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b616712d1d37d1ea313c2749dd8506e80d3debbb X-VCS-Branch: master Date: Thu, 12 Sep 2024 11:01:56 +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: a2d31e5e-9934-408d-8d98-fbcd2fe4d5b4 X-Archives-Hash: 0d820a2341f02740b20e9c1ad90ab062 commit: b616712d1d37d1ea313c2749dd8506e80d3debbb Author: Ionen Wolkens gentoo org> AuthorDate: Thu Sep 12 10:45:23 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Sep 12 11:01:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b616712d net-misc/yt-dlp: enable pypy3 Was requested, see no reason not to given tests pass and upstream does pypy3.{8..10} in their CI. Signed-off-by: Ionen Wolkens gentoo.org> net-misc/yt-dlp/yt-dlp-2024.08.06.ebuild | 2 +- net-misc/yt-dlp/yt-dlp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/yt-dlp/yt-dlp-2024.08.06.ebuild b/net-misc/yt-dlp/yt-dlp-2024.08.06.ebuild index a4bd878780a8..ae86ff82a51b 100644 --- a/net-misc/yt-dlp/yt-dlp-2024.08.06.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2024.08.06.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit bash-completion-r1 distutils-r1 optfeature wrapper DESCRIPTION="youtube-dl fork with additional features and fixes" diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild b/net-misc/yt-dlp/yt-dlp-9999.ebuild index 37b84428acd0..460b9890b303 100644 --- a/net-misc/yt-dlp/yt-dlp-9999.ebuild +++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit bash-completion-r1 distutils-r1 git-r3 optfeature wrapper DESCRIPTION="youtube-dl fork with additional features and fixes"