app-vim/jedi: Drop app-vim/jedi as it's bumped inside the main tree

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-07-04 23:11:57 +02:00
parent 93e2606853
commit 4dbc66bde0
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 0 additions and 61 deletions

View File

@ -1 +0,0 @@
DIST jedi-0.11.0.tar.gz 41606 BLAKE2B 146f60f43a3fc764c66e2ca94c2b4051be3e25b5a94ca3f6d82533b624433946013c7df38e61262e6ac40a00de9d3b9b0e647e794191b6deb8ed09124d2accc7 SHA512 a151fdf4d58adc36dbe9ede8e091ae00c8bd8237b66c512b4addfb6e7e436651848da2b3a0dbcbbef615bcc394e7e28a6e127e53f2205dc61f4d46a2ff0faa12

View File

@ -1,45 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{9..10} )
inherit vim-plugin python-single-r1
DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
HOMEPAGE="https://github.com/davidhalter/jedi-vim"
SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
app-editors/vim[python]"
BDEPEND="${PYTHON_DEPS}
test? ( dev-python/pytest )"
S="${WORKDIR}/jedi-vim-${PV}"
# Tests are broken.
RESTRICT="test"
src_prepare(){
if ! use test; then
rm -r test || die
fi
default
}
# Makefile tries hard to call tests so let's silence this phase.
src_compile() { :; }
src_test() {
epytest
}

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<longdescription lang="en">
Jedi-vim is a VIM binding to the autocompletion library Jedi.
Apart from that, jedi-vim provides a number of keybindings.
</longdescription>
<upstream>
<remote-id type="github">davidhalter/jedi-vim</remote-id>
</upstream>
</pkgmetadata>