blob: 2d631b843aceebc35809278d47a0db2613a96884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
BDEPEND=python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) test? ( dev-python/pytest )
DEFINED_PHASES=compile install postinst postrm setup test
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: binding to the autocompletion library jedi
EAPI=7
HOMEPAGE=https://github.com/davidhalter/jedi-vim
INHERIT=vim-plugin python-single-r1
IUSE=test python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_8? ( dev-python/jedi[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/jedi[python_targets_python3_9(-)] ) app-editors/vim[python] || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/davidhalter/jedi-vim/archive/0.10.0.tar.gz -> jedi-0.10.0.tar.gz
_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin 93be71a1efbbf62981fcd40ee0db6e3f eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 0cb5f4040aac0cd98d17cec3079de0a0 python-single-r1 73f113f91928e0d16bceb65ecbcd8e75
_md5_=dcdd0eada1dfe3062b313fb13c24cdfb
|