commit: 6dd57d2990126a064a3a5ec1e804f93f3a5f6821 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 18:38:51 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 18:38:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd57d29
app-vim/vimpython: enable py3.11 .. py3.13, EAPI=8 Closes: https://bugs.gentoo.org/896660 Closes: https://bugs.gentoo.org/929376 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-vim/vimpython/vimpython-1.13-r4.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app-vim/vimpython/vimpython-1.13-r4.ebuild b/app-vim/vimpython/vimpython-1.13-r4.ebuild new file mode 100644 index 000000000000..bbee89cc1b46 --- /dev/null +++ b/app-vim/vimpython/vimpython-1.13-r4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) + +inherit vim-plugin python-single-r1 + +DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}"
