From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id D7247158287 for ; Wed, 14 May 2025 12:43:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C4FC8343701 for ; Wed, 14 May 2025 12:43:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BA073110105; Wed, 14 May 2025 12:43:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id B2C0F110105 for ; Wed, 14 May 2025 12:43:25 +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 64C203436FC for ; Wed, 14 May 2025 12:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D25DD2084 for ; Wed, 14 May 2025 12:43:23 +0000 (UTC) From: "Brayan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brayan" Message-ID: <1747226391.f669f5cf067744053f3a49d5da1f9f19655d69f5.this.brayan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv_sponsorblock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130-r1.ebuild mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild X-VCS-Directories: mpv-plugin/mpv_sponsorblock/ X-VCS-Committer: this.brayan X-VCS-Committer-Name: Brayan X-VCS-Revision: f669f5cf067744053f3a49d5da1f9f19655d69f5 X-VCS-Branch: dev Date: Wed, 14 May 2025 12:43:23 +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: b85232a5-f6ff-460f-99a6-b47fa5190776 X-Archives-Hash: 263d3e80f7f5b3d52e32e2bc342cc0f4 commit: f669f5cf067744053f3a49d5da1f9f19655d69f5 Author: Brayan M. Salazar proton me> AuthorDate: Wed May 14 12:39:51 2025 +0000 Commit: Brayan proton me> CommitDate: Wed May 14 12:39:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f669f5cf mpv-plugin/mpv_sponsorblock: enable py3.14 Signed-off-by: Brayan M. Salazar proton.me> mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild | 2 +- mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild | 2 +- mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130-r1.ebuild | 2 +- mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild index 81551ecce..869351887 100644 --- a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild +++ b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20211223.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_MPV="rdepend" MPV_REQ_USE="lua" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit mpv-plugin python-single-r1 COMMIT="6743bd47d4cfce3ae3d5dd4f587f3193bd4fb9b2" diff --git a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild index 49b705cc2..e3adc92e7 100644 --- a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild +++ b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20220924.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_MPV="rdepend" MPV_REQ_USE="lua" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit mpv-plugin python-single-r1 COMMIT="248d108c1280e05de551c42867aebb72cf0c83b9" diff --git a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130-r1.ebuild b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130-r1.ebuild index ad9b0ba92..d9b941981 100644 --- a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130-r1.ebuild +++ b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_MPV="rdepend" MPV_REQ_USE="lua" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit mpv-plugin python-single-r1 COMMIT="7785c1477103f2fafabfd65fdcf28ef26e6d7f0d" diff --git a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild index 585ef0ef0..b8226d0b1 100644 --- a/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild +++ b/mpv-plugin/mpv_sponsorblock/mpv_sponsorblock-20230130.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_MPV="rdepend" MPV_REQ_USE="lua" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit mpv-plugin python-single-r1 COMMIT="7785c1477103f2fafabfd65fdcf28ef26e6d7f0d"