14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-E3UxNTqss3urpMTwhLhIoAnBekGOIyFy0+sOj3mGlss=";
26 build-system = [ setuptools ];
39 pythonImportsCheck = [ "aiolifx" ];
42 description = "Module for local communication with LIFX devices over a LAN";
43 homepage = "https://github.com/frawau/aiolifx";
44 changelog = "https://github.com/frawau/aiolifx/releases/tag/${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ netixx ];
47 mainProgram = "aiolifx";