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:26
Message-Id: 1587890391.63c6d485ee3f6b492616b670ffc487234054bb59.juippis@gentoo
1 commit: 63c6d485ee3f6b492616b670ffc487234054bb59
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 07:18:57 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 08:39:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c6d485
7
8 app-vim/jedi: tidy 0.10.0 ebuild
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-vim/jedi/jedi-0.10.0.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 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 947862ab0a9..3c05067b9c6 100644
17 --- a/app-vim/jedi/jedi-0.10.0.ebuild
18 +++ b/app-vim/jedi/jedi-0.10.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25
26 inherit vim-plugin python-any-r1
27
28 @@ -15,12 +15,12 @@ LICENSE="MIT"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="test"
31
32 -DEPEND="
33 +RDEPEND="
34 ${PYTHON_DEPS}
35 $(python_gen_any_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
36 - "
37 -RDEPEND="app-editors/vim[python]"
38 -BDEPEND="test? ( dev-python/pytest )"
39 + app-editors/vim[python]"
40 +BDEPEND="${PYTHON_DEPS}
41 + test? ( dev-python/pytest )"
42
43 S="${WORKDIR}/jedi-vim-${PV}"