el-get/recipes/rope.rcp
Takafumi Arakaki 2f74ac4aa1 Add el-get-envpath-prepend util function
el-get-envpath-prepend is added in order to simplify settings
related to python-related recipes, including newly added traad.rcp.
This function is general enough to use to modify, for example,
the $PATH environment variable.
2012-07-24 12:24:05 +02:00

8 lines
278 B
Plaintext

(:name rope
:description "A python refactoring library"
:post-init
;; Add to PYTHONPATH directly as it is used in ropemacs and traad
(el-get-envpath-prepend "PYTHONPATH" default-directory)
:type hg
:url "http://bitbucket.org/agr/rope")