commit:     c37b4e37c91ae81a8ec564469329c44244c5657e
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Mon Apr 28 22:01:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <immoloism <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41832
Closes: https://github.com/gentoo/gentoo/pull/41832
Signed-off-by: Sam James <sam <AT> 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="

Reply via email to