Loading pkgs/development/python-modules/flake8-import-order/default.nix +12 −1 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy3k, enum34, pycodestyle, pytest, flake8, pylama }: { lib , buildPythonPackage , fetchPypi , isPy3k , enum34 , pycodestyle , pytest , flake8 , pylama }: buildPythonPackage rec { pname = "flake8-import-order"; Loading @@ -20,6 +29,8 @@ buildPythonPackage rec { meta = with lib; { description = "Flake8 and pylama plugin that checks the ordering of import statements"; homepage = "https://github.com/PyCQA/flake8-import-order"; changelog = "https://github.com/PyCQA/flake8-import-order/blob/${version}/CHANGELOG.rst"; license = with licenses; [ lgpl3 mit ]; maintainers = with maintainers; [ ]; }; } Loading
pkgs/development/python-modules/flake8-import-order/default.nix +12 −1 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy3k, enum34, pycodestyle, pytest, flake8, pylama }: { lib , buildPythonPackage , fetchPypi , isPy3k , enum34 , pycodestyle , pytest , flake8 , pylama }: buildPythonPackage rec { pname = "flake8-import-order"; Loading @@ -20,6 +29,8 @@ buildPythonPackage rec { meta = with lib; { description = "Flake8 and pylama plugin that checks the ordering of import statements"; homepage = "https://github.com/PyCQA/flake8-import-order"; changelog = "https://github.com/PyCQA/flake8-import-order/blob/${version}/CHANGELOG.rst"; license = with licenses; [ lgpl3 mit ]; maintainers = with maintainers; [ ]; }; }