Loading pkgs/development/python-modules/flake8-import-order/default.nix +7 −10 Original line number Diff line number Diff line Loading @@ -6,15 +6,13 @@ pycodestyle, pylama, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "flake8-import-order"; version = "0.19.2"; format = "setuptools"; disabled = pythonOlder "3.7"; pyproject = true; src = fetchPypi { inherit version; Loading @@ -22,7 +20,9 @@ buildPythonPackage rec { hash = "sha256-Ezs8VUl2MeQjUHT8mKlQeLuoF4MjefIqMfCtJFW8sLI="; }; propagatedBuildInputs = [ pycodestyle ]; build-system = [ setuptools ]; dependencies = [ pycodestyle ]; nativeCheckInputs = [ flake8 Loading @@ -33,14 +33,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "flake8_import_order" ]; meta = with lib; { meta = { 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 ]; license = lib.licenses.lgpl3Only; maintainers = [ ]; }; } Loading
pkgs/development/python-modules/flake8-import-order/default.nix +7 −10 Original line number Diff line number Diff line Loading @@ -6,15 +6,13 @@ pycodestyle, pylama, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "flake8-import-order"; version = "0.19.2"; format = "setuptools"; disabled = pythonOlder "3.7"; pyproject = true; src = fetchPypi { inherit version; Loading @@ -22,7 +20,9 @@ buildPythonPackage rec { hash = "sha256-Ezs8VUl2MeQjUHT8mKlQeLuoF4MjefIqMfCtJFW8sLI="; }; propagatedBuildInputs = [ pycodestyle ]; build-system = [ setuptools ]; dependencies = [ pycodestyle ]; nativeCheckInputs = [ flake8 Loading @@ -33,14 +33,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "flake8_import_order" ]; meta = with lib; { meta = { 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 ]; license = lib.licenses.lgpl3Only; maintainers = [ ]; }; }