Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
Date: Sun, 26 Apr 2020 08:40:28
Message-Id: 1587890392.05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c.juippis@gentoo
1 commit: 05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 08:12:07 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 08:39:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cfa0a3
7
8 app-vim/jedi: switch 0.10.0 to python-single-r1 instead
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-vim/jedi/jedi-0.10.0.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
16 index 3c05067b9c6..b30e03db852 100644
17 --- a/app-vim/jedi/jedi-0.10.0.ebuild
18 +++ b/app-vim/jedi/jedi-0.10.0.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 PYTHON_COMPAT=( python3_{6,7,8} )
22
23 -inherit vim-plugin python-any-r1
24 +inherit vim-plugin python-single-r1
25
26 DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
27 HOMEPAGE="https://github.com/davidhalter/jedi-vim"
28 @@ -15,9 +15,11 @@ LICENSE="MIT"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="test"
31
32 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
33 +
34 RDEPEND="
35 ${PYTHON_DEPS}
36 - $(python_gen_any_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
37 + $(python_gen_cond_dep 'dev-python/jedi[${PYTHON_MULTI_USEDEP}]')
38 app-editors/vim[python]"
39 BDEPEND="${PYTHON_DEPS}
40 test? ( dev-python/pytest )"