Adding ropemacs, a plugin for refactoring python in emacs
svn path=/nixpkgs/trunk/; revision=25913
This commit is contained in:
parent
ad303411cc
commit
98bda5c728
@ -853,6 +853,24 @@ rec {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ropemacs = buildPythonPackage (rec {
|
||||||
|
version = "0.6";
|
||||||
|
name = "ropemacs-${version}";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/rope/${name}.tar.gz";
|
||||||
|
sha256 = "1afqybmjn7fqkwx8y8kx1kfx181ix73cbq3a0d5n7ryjm7k1r0s4";
|
||||||
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "a plugin for performing python refactorings in emacs";
|
||||||
|
homepage = http://rope.sf.net/ropemacs.html;
|
||||||
|
maintainers = [ maintainers.goibhniu ];
|
||||||
|
license = licenses.gpl2;
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
pysvn = pkgs.stdenv.mkDerivation {
|
pysvn = pkgs.stdenv.mkDerivation {
|
||||||
name = "pysvn-1.7.2";
|
name = "pysvn-1.7.2";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user