pythonPackages.mccabe_0_5: remove old and unused version
https://github.com/NixOS/nixpkgs/issues/25375
This commit is contained in:
parent
d3cebfb907
commit
12b2fbf7fb
@ -14384,24 +14384,6 @@ in {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
mccabe_0_5 = buildPythonPackage (rec {
|
|
||||||
name = "mccabe-0.5.2";
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "mirror://pypi/m/mccabe/${name}.tar.gz";
|
|
||||||
sha256 = "1zss8c5cn8wvxsbjzv70dxymybh3cjzrjl19vxfbnyvmidng0wrl";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = with self; [ pytestrunner pytest ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "McCabe checker, plugin for flake8";
|
|
||||||
homepage = "https://github.com/flintwork/mccabe";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = with maintainers; [ ];
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
mechanize = buildPythonPackage (rec {
|
mechanize = buildPythonPackage (rec {
|
||||||
name = "mechanize-0.2.5";
|
name = "mechanize-0.2.5";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user