9 buildPythonPackage rec {
10 pname = "pycodestyle";
13 disabled = pythonOlder "3.6";
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-QboOevyXUt+1PO1UieifgYa+AOWZ5xJmBpW3p1/yZj8=";
22 pythonImportsCheck = [
30 # https://github.com/PyCQA/pycodestyle/blob/2.11.0/tox.ini#L16
32 ${python.interpreter} -m pycodestyle --statistics pycodestyle.py
36 changelog = "https://github.com/PyCQA/pycodestyle/blob/${version}/CHANGES.txt";
37 description = "Python style guide checker";
38 mainProgram = "pycodestyle";
39 homepage = "https://pycodestyle.pycqa.org/";
40 license = licenses.mit;
41 maintainers = with maintainers; [