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 EF09D1584AD for ; Tue, 29 Apr 2025 19:16:58 +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 DB4BF3430A9 for ; Tue, 29 Apr 2025 19:16:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5F30C1104BC; Tue, 29 Apr 2025 19:16:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 55C061104BA for ; Tue, 29 Apr 2025 19:16:30 +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 1192D341B52 for ; Tue, 29 Apr 2025 19:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0918D1F6A for ; Tue, 29 Apr 2025 19:16:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745954083.c37b4e37c91ae81a8ec564469329c44244c5657e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pyvim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pyvim/pyvim-3.0.3.ebuild X-VCS-Directories: app-editors/pyvim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c37b4e37c91ae81a8ec564469329c44244c5657e X-VCS-Branch: master Date: Tue, 29 Apr 2025 19:16:27 +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: fb3bd5b6-ad22-4301-9b2c-cb8f761f9ed9 X-Archives-Hash: 887614aef774b68bdb8a88ff473ce7dd commit: c37b4e37c91ae81a8ec564469329c44244c5657e Author: Ian Jordan gmail com> AuthorDate: Mon Apr 28 22:01:06 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 19:14:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37b4e37 app-editors/pyvim: enable py3.13 Minor QA fixes to ebuild included and added py3_13 with test suite pass. Closes: https://bugs.gentoo.org/952191 Signed-off-by: Ian Jordan gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41832 Closes: https://github.com/gentoo/gentoo/pull/41832 Signed-off-by: Sam James gentoo.org> app-editors/pyvim/pyvim-3.0.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/pyvim/pyvim-3.0.3.ebuild b/app-editors/pyvim/pyvim-3.0.3.ebuild index 237f234c7c33..473443a095da 100644 --- a/app-editors/pyvim/pyvim-3.0.3.ebuild +++ b/app-editors/pyvim/pyvim-3.0.3.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 edo @@ -13,8 +13,8 @@ HOMEPAGE="https://pypi.org/project/pyvim/ https://github.com/prompt-toolkit/pyvi SRC_URI="https://github.com/prompt-toolkit/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 ~riscv x86" RDEPEND="