el-get/recipes/jedi.rcp

10 lines
373 B
Plaintext
Raw Normal View History

(:name jedi
:description "An awesome Python auto-completion for Emacs"
:type github
:pkgname "tkf/emacs-jedi"
:build (("make" "requirements"))
:build/windows-nt (("make" "requirements" "PYTHON=python.exe" "BINDIR=Scripts"))
:build/berkeley-unix (("gmake" "requirements"))
:submodule nil
:depends (epc auto-complete))