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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B3D215812D for ; Thu, 02 Jan 2025 15:20:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 788CBE084E; Thu, 02 Jan 2025 15:20:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CCFBE084E for ; Thu, 02 Jan 2025 15:20:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E66A033FE7D for ; Thu, 02 Jan 2025 15:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A70194F for ; Thu, 02 Jan 2025 15:20:47 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1735831197.1a3113c2295af43cb0f5c1fb5f3bfef5b40558e0.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-mpv/python-mpv-1.0.7.ebuild X-VCS-Directories: dev-python/python-mpv/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 1a3113c2295af43cb0f5c1fb5f3bfef5b40558e0 X-VCS-Branch: master Date: Thu, 02 Jan 2025 15:20:47 +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: b1b5daec-741e-4a45-ac1a-5b881ce431f2 X-Archives-Hash: 215b0672418a445fcd7e3d9f6cad509d commit: 1a3113c2295af43cb0f5c1fb5f3bfef5b40558e0 Author: Nowa Ammerlaan gentoo org> AuthorDate: Thu Jan 2 14:53:27 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Thu Jan 2 15:19:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3113c2 dev-python/python-mpv: enable py3.13 Signed-off-by: Nowa Ammerlaan gentoo.org> dev-python/python-mpv/python-mpv-1.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-mpv/python-mpv-1.0.7.ebuild b/dev-python/python-mpv/python-mpv-1.0.7.ebuild index 6b9246e27c40..103c783c5636 100644 --- a/dev-python/python-mpv/python-mpv-1.0.7.ebuild +++ b/dev-python/python-mpv/python-mpv-1.0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx