From 09d42eb2303f7c23eda9f9d48b70e334647ee9eb Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 30 Oct 2017 20:20:51 +0100 Subject: [PATCH] Added snapshot version --- app-vim/jedi/jedi-0.8_p20171015.ebuild | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app-vim/jedi/jedi-0.8_p20171015.ebuild diff --git a/app-vim/jedi/jedi-0.8_p20171015.ebuild b/app-vim/jedi/jedi-0.8_p20171015.ebuild new file mode 100644 index 0000000..bcb16b1 --- /dev/null +++ b/app-vim/jedi/jedi-0.8_p20171015.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit vim-plugin python-r1 python-utils-r1 + +# Commit Date: Sun Oct 15 20:51:54 2017 +0200 +COMMIT="77924398bd594e238766153cec97ace62650f082" + +DESCRIPTION="Jedi Python autocompletion with VIM" +HOMEPAGE="https://github.com/davidhalter/jedi-vim" +SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.zip" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]" +DEPEND="app-editors/vim[python]" + +S="${WORKDIR}/jedi-vim-${COMMIT}" + +#Makeflile calls tests, which are broken. +src_compile() { :; } + +src_install() { + vim-plugin_src_install +}