From 9cbd9de9ab3f99f67fdd0d526cb27d59bae96bc7 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Fri, 4 Aug 2017 18:23:26 +0200 Subject: [PATCH] avoiding broken test suite --- app-vim/jedi/jedi-9999.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app-vim/jedi/jedi-9999.ebuild b/app-vim/jedi/jedi-9999.ebuild index 9b50837..e1df227 100644 --- a/app-vim/jedi/jedi-9999.ebuild +++ b/app-vim/jedi/jedi-9999.ebuild @@ -3,8 +3,8 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4}) -inherit vim-plugin git-2 python-r1 python-utils-r1 +PYTHON_COMPAT=( python2_7 python3_4 ) +inherit vim-plugin git-r3 python-r1 python-utils-r1 DESCRIPTION="Jedi Python autocompletion with VIM" HOMEPAGE="https://github.com/davidhalter/jedi-vim" @@ -16,15 +16,19 @@ KEYWORDS="" IUSE="" RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]" -DEPEND="app-editors/vim[${PYTHON_USEDEP},python]" +DEPEND="app-editors/vim[python]" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +#REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { python_copy_sources } +#Makeflile calls tests, which are broken. +src_compile() { :; } + src_install() { python_foreach_impl python_domodule jedi_vim.py vim-plugin_src_install } +