python312Packages.aiolifx: format with nixfmt

+13 -16
+13 -16
pkgs/development/python-modules/aiolifx/default.nix
··· 1 - { lib 2 - , async-timeout 3 - , bitstring 4 - , buildPythonPackage 5 - , click 6 - , fetchPypi 7 - , ifaddr 8 - , inquirerpy 9 - , pythonOlder 10 - , setuptools 11 }: 12 13 buildPythonPackage rec { ··· 22 hash = "sha256-E3UxNTqss3urpMTwhLhIoAnBekGOIyFy0+sOj3mGlss="; 23 }; 24 25 - build-system = [ 26 - setuptools 27 - ]; 28 29 dependencies = [ 30 async-timeout ··· 37 # Module has no tests 38 doCheck = false; 39 40 - pythonImportsCheck = [ 41 - "aiolifx" 42 - ]; 43 44 meta = with lib; { 45 description = "Module for local communication with LIFX devices over a LAN";
··· 1 + { 2 + lib, 3 + async-timeout, 4 + bitstring, 5 + buildPythonPackage, 6 + click, 7 + fetchPypi, 8 + ifaddr, 9 + inquirerpy, 10 + pythonOlder, 11 + setuptools, 12 }: 13 14 buildPythonPackage rec { ··· 23 hash = "sha256-E3UxNTqss3urpMTwhLhIoAnBekGOIyFy0+sOj3mGlss="; 24 }; 25 26 + build-system = [ setuptools ]; 27 28 dependencies = [ 29 async-timeout ··· 36 # Module has no tests 37 doCheck = false; 38 39 + pythonImportsCheck = [ "aiolifx" ]; 40 41 meta = with lib; { 42 description = "Module for local communication with LIFX devices over a LAN";