1
0
Fork 0

app-vim/jedi: new ebuild

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Horea Christian 2017-08-07 00:30:16 +02:00
parent 9cbd9de9ab
commit 2d8e3d38e6
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 26 additions and 11 deletions

2
app-vim/jedi/ChangeLog Normal file
View File

@ -0,0 +1,2 @@
06 Aug 2017; Horea Christian <h.chr@mail.ru> +metadata.xml, jedi-9999.ebuild:
app-vim/jedi:

View File

@ -1,9 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
inherit vim-plugin git-r3 python-r1 python-utils-r1
DESCRIPTION="Jedi Python autocompletion with VIM"
@ -11,19 +12,13 @@ HOMEPAGE="https://github.com/davidhalter/jedi-vim"
SRC_URI=""
EGIT_REPO_URI="git://github.com/davidhalter/${PN}-vim.git"
LICENSE="LGPL-3+"
LICENSE="MIT"
KEYWORDS=""
IUSE=""
RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]"
DEPEND="app-editors/vim[python]"
#REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
python_copy_sources
}
#Makeflile calls tests, which are broken.
src_compile() { :; }
@ -31,4 +26,3 @@ src_install() {
python_foreach_impl python_domodule jedi_vim.py
vim-plugin_src_install
}

19
app-vim/jedi/metadata.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</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>