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