pythonPackages.flake8_3: remove
since it is not used in nixpkgs
This commit is contained in:
parent
6486b90820
commit
b0576a4ab9
|
@ -11094,35 +11094,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
flake8_3 = buildPythonPackage rec {
|
||||
name = "flake8-${version}";
|
||||
version = "3.0.4";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/f/flake8/${name}.tar.gz";
|
||||
sha256 = "03cpdrjxh0fyi2qpdxbbrmxw7whiq3xr3p958gr6yzghk34i1hml";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose mock pytestrunner pytest ];
|
||||
propagatedBuildInputs = with self; [ pyflakes mccabe_0_5 enum34 configparser pycodestyle ];
|
||||
|
||||
patches = [
|
||||
../development/python-modules/flake8/move-pytest-config-to-pytest-ini.patch
|
||||
];
|
||||
|
||||
# Tests fail due to missing ini file.
|
||||
preCheck = ''
|
||||
touch tox.ini
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Code checking using pep8 and pyflakes";
|
||||
homepage = http://pypi.python.org/pypi/flake8;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
flaky = buildPythonPackage rec {
|
||||
name = "flaky-${version}";
|
||||
version = "3.1.0";
|
||||
|
|
Loading…
Reference in New Issue