pythonpackages.ropemacs: Remove outdated package, far behind upstream

-19
-19
pkgs/top-level/python-packages.nix
··· 18187 }; 18188 }; 18189 18190 - ropemacs = buildPythonPackage rec { 18191 - version = "0.7"; 18192 - name = "ropemacs-${version}"; 18193 - 18194 - src = pkgs.fetchurl { 18195 - url = "mirror://pypi/r/ropemacs/${name}.tar.gz"; 18196 - sha256 = "1x5qf1drcdz9jfiiakc60kzqkb3ahsg9j902c5byf3gjfacdrmqj"; 18197 - }; 18198 - 18199 - propagatedBuildInputs = with self; [ ropemode ]; 18200 - 18201 - meta = { 18202 - description = "A plugin for performing python refactorings in emacs"; 18203 - homepage = http://rope.sf.net/ropemacs.html; 18204 - maintainers = with maintainers; [ goibhniu ]; 18205 - license = licenses.gpl2; 18206 - }; 18207 - }; 18208 - 18209 ropper = callPackage ../development/python-modules/ropper { }; 18210 18211 routes = buildPythonPackage rec {
··· 18187 }; 18188 }; 18189 18190 ropper = callPackage ../development/python-modules/ropper { }; 18191 18192 routes = buildPythonPackage rec {