lol

python312Packages.pynmea2: format with nixfmt

+11 -16
+11 -16
pkgs/development/python-modules/pynmea2/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchPypi 4 - , fetchpatch 5 - , pytestCheckHook 6 - , setuptools 7 - , pythonOlder 8 }: 9 10 buildPythonPackage rec { ··· 28 }) 29 ]; 30 31 - build-system = [ 32 - setuptools 33 - ]; 34 35 - nativeCheckInputs = [ 36 - pytestCheckHook 37 - ]; 38 39 - pythonImportsCheck = [ 40 - "pynmea2" 41 - ]; 42 43 meta = { 44 description = "Python library for the NMEA 0183 protcol";
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchPypi, 5 + fetchpatch, 6 + pytestCheckHook, 7 + setuptools, 8 + pythonOlder, 9 }: 10 11 buildPythonPackage rec { ··· 29 }) 30 ]; 31 32 + build-system = [ setuptools ]; 33 34 + nativeCheckInputs = [ pytestCheckHook ]; 35 36 + pythonImportsCheck = [ "pynmea2" ]; 37 38 meta = { 39 description = "Python library for the NMEA 0183 protcol";