python311Packages.ldfparser: format with nixfmt

+13 -16
+13 -16
pkgs/development/python-modules/ldfparser/default.nix
··· 1 - { lib 2 - , bitstruct 3 - , buildPythonPackage 4 - , fetchFromGitHub 5 - , jinja2 6 - , jsonschema 7 - , lark 8 - , pytestCheckHook 9 - , pythonOlder 10 - , setuptools 1 + { 2 + lib, 3 + bitstruct, 4 + buildPythonPackage, 5 + fetchFromGitHub, 6 + jinja2, 7 + jsonschema, 8 + lark, 9 + pytestCheckHook, 10 + pythonOlder, 11 + setuptools, 11 12 }: 12 13 13 14 buildPythonPackage rec { ··· 24 25 hash = "sha256-SZ9mWV5PjkQ2OiScPSMrunkKQWmuYW2lB2JvpTGNbY4="; 25 26 }; 26 27 27 - build-system = [ 28 - setuptools 29 - ]; 28 + build-system = [ setuptools ]; 30 29 31 30 dependencies = [ 32 31 bitstruct ··· 39 38 pytestCheckHook 40 39 ]; 41 40 42 - pythonImportsCheck = [ 43 - "ldfparser" 44 - ]; 41 + pythonImportsCheck = [ "ldfparser" ]; 45 42 46 43 disabledTestPaths = [ 47 44 # We don't care about benchmarks