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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E06FD158287 for ; Mon, 12 May 2025 01:47:20 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C8C51343243 for ; Mon, 12 May 2025 01:47:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3A1E711049F; Mon, 12 May 2025 01:46:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2F68811049F for ; Mon, 12 May 2025 01:46: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEDD8343199 for ; Mon, 12 May 2025 01:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EF882865 for ; Mon, 12 May 2025 01:46:55 +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: <1747014281.1d660c0df531737a040e595548f74e339a553a87.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ranger/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ranger/ranger-1.9.4-r1.ebuild app-misc/ranger/ranger-9999.ebuild X-VCS-Directories: app-misc/ranger/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1d660c0df531737a040e595548f74e339a553a87 X-VCS-Branch: master Date: Mon, 12 May 2025 01:46:55 +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: b564436c-9538-4970-88a9-3b2a1ddad8bf X-Archives-Hash: 68151cbbb088345b603e3185c381c5e1 commit: 1d660c0df531737a040e595548f74e339a553a87 Author: Ionen Wolkens gentoo org> AuthorDate: Mon May 12 01:43:18 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon May 12 01:44:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d660c0d app-misc/ranger: enable py3.14 Signed-off-by: Ionen Wolkens gentoo.org> app-misc/ranger/ranger-1.9.4-r1.ebuild | 2 +- app-misc/ranger/ranger-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/ranger/ranger-1.9.4-r1.ebuild b/app-misc/ranger/ranger-1.9.4-r1.ebuild index 5ce66e164e46..43f0756bbaca 100644 --- a/app-misc/ranger/ranger-1.9.4-r1.ebuild +++ b/app-misc/ranger/ranger-1.9.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 xdg diff --git a/app-misc/ranger/ranger-9999.ebuild b/app-misc/ranger/ranger-9999.ebuild index d89678b78bca..bdc223494287 100644 --- a/app-misc/ranger/ranger-9999.ebuild +++ b/app-misc/ranger/ranger-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 xdg