Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 471726

Summary: app-vim/jedi new package
Product: Gentoo Linux Reporter: Michael Mair-Keimberger (iamnr3) <mmk>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: vim
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: jedi-0.5.0.ebuild
jedi-9999.ebuild
jedi-0.5.0.ebuild
jedi-9999.ebuild

Description Michael Mair-Keimberger (iamnr3) 2013-05-29 18:04:49 UTC
Created attachment 349574 [details]
jedi-0.5.0.ebuild

app-vim/jedi:
awesome Python autocompletion with VIM
Comment 1 Michael Mair-Keimberger (iamnr3) 2013-05-29 18:05:11 UTC
Created attachment 349576 [details]
jedi-9999.ebuild

live ebuild
Comment 2 Michael Mair-Keimberger (iamnr3) 2013-06-01 18:27:58 UTC
Created attachment 349860 [details]
jedi-0.5.0.ebuild

update dependencies
Comment 3 Michael Mair-Keimberger (iamnr3) 2013-06-01 18:28:20 UTC
Created attachment 349862 [details]
jedi-9999.ebuild

update dependencies
Comment 4 Julian Ospald 2013-06-01 23:39:39 UTC
do we need this?

youcompleteme seems more advanced and also makes use of "jedi" (the completion library, not the vim plugin)

https://github.com/Valloric/YouCompleteMe

it should enter the tree in a few days or so
Comment 5 Michael Mair-Keimberger (iamnr3) 2013-06-03 14:08:22 UTC
(In reply to Julian Ospald (hasufell) from comment #4)
> do we need this?
> 
> youcompleteme seems more advanced and also makes use of "jedi" (the
> completion library, not the vim plugin)
> 
> https://github.com/Valloric/YouCompleteMe
> 
> it should enter the tree in a few days or so

I didn't know about youcompleteme yet, but it really looks superior than jedi. As it's uses jedi for python code anyway, i think it doesn't matter if we skip this one.
Looking forward to see it in tree so that i can test it :)
Comment 6 Michael Mair-Keimberger (iamnr3) 2013-11-17 15:18:43 UTC
I'm closing this in favor of youcompleteme.