Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/
Date: Mon, 24 May 2021 18:52:29
Message-Id: 1621882333.efb381e27597b3102dd190f5cb1b6d189231b7ee.mgorny@gentoo
1 commit: efb381e27597b3102dd190f5cb1b6d189231b7ee
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Mon May 24 08:28:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 24 18:52:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb381e2
7
8 app-vim/vimpython: bump to python 3.9, 3.10
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-vim/vimpython/vimpython-1.13-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild
17 index 923da1931b4..08146d8bd75 100644
18 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
19 +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
20 @@ -3,16 +3,16 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26
27 inherit vim-plugin python-single-r1
28
29 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
30 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30"
31 +
32 LICENSE="vim"
33 KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
34
35 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
36
37 -BDEPEND="app-arch/unzip"
38 RDEPEND="${PYTHON_DEPS}"