pythonpackages.ropemode: Remove outdated package, far behind upstream

This commit is contained in:
adisbladis 2017-10-28 21:30:42 +08:00
parent 88683da115
commit d1144c05ec
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -18206,25 +18206,6 @@ in {
};
};
ropemode = buildPythonPackage rec {
version = "0.2";
name = "ropemode-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/r/ropemode/${name}.tar.gz";
sha256 = "0jw6h1wvk6wk0wknqdf7s9pw76m8472jv546lqdd88jbl2scgcjl";
};
propagatedBuildInputs = with self; [ rope ];
meta = {
description = "A plugin for performing python refactorings in emacs";
homepage = http://rope.sf.net;
maintainers = with maintainers; [ goibhniu ];
license = licenses.gpl2;
};
};
ropper = callPackage ../development/python-modules/ropper { };
routes = buildPythonPackage rec {