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