From efb381e27597b3102dd190f5cb1b6d189231b7ee Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Mon, 24 May 2021 11:28:36 +0300 Subject: app-vim/vimpython: bump to python 3.9, 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- app-vim/vimpython/vimpython-1.13-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/vimpython') diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild index 923da1931b4c..08146d8bd75d 100644 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild @@ -3,16 +3,16 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) 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 ~ia64 ppc sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -BDEPEND="app-arch/unzip" RDEPEND="${PYTHON_DEPS}" -- cgit v1.2.3-18-g5258