Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471726 - app-vim/jedi new package
Summary: app-vim/jedi new package
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-05-29 18:04 UTC by Michael Mair-Keimberger (iamnr3)
Modified: 2013-11-17 15:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
jedi-0.5.0.ebuild (jedi-0.5.0.ebuild,480 bytes, text/plain)
2013-05-29 18:04 UTC, Michael Mair-Keimberger (iamnr3)
Details
jedi-9999.ebuild (jedi-9999.ebuild,392 bytes, text/plain)
2013-05-29 18:05 UTC, Michael Mair-Keimberger (iamnr3)
Details
jedi-0.5.0.ebuild (jedi-0.5.0.ebuild,482 bytes, text/plain)
2013-06-01 18:27 UTC, Michael Mair-Keimberger (iamnr3)
Details
jedi-9999.ebuild (jedi-9999.ebuild,394 bytes, text/plain)
2013-06-01 18:28 UTC, Michael Mair-Keimberger (iamnr3)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.