8 buildPythonPackage rec {
9 pname = "aiolifx-effects";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
17 pname = "aiolifx_effects";
18 hash = "sha256-Mhxs5PNr2W9ych56WYUZTEGck4HVTQfkil3S3zHv6Qc=";
21 propagatedBuildInputs = [
25 # tests are not implemented
28 pythonImportsCheck = [
33 changelog = "https://github.com/amelchio/aiolifx_effects/releases/tag/v${version}";
34 description = "Light effects (pulse, colorloop ...) for LIFX lights running on aiolifx";
35 homepage = "https://github.com/amelchio/aiolifx_effects";
36 license = licenses.mit;
37 maintainers = with maintainers; [ netixx ];