9 buildPythonPackage rec {
10 pname = "aiolifx-connection";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 pname = "aiolifx_connection";
19 hash = "sha256:09fydp5fqqh1s0vav39mw98i1la6qcgk17gch0m5ihyl9q50ks13";
22 propagatedBuildInputs = [ aiolifx ];
24 # tests are not implemented
27 pythonImportsCheck = [ "aiolifx_connection" ];
30 description = "Wrapper for aiolifx to connect to a single LIFX device";
31 homepage = "https://github.com/bdraco/aiolifx_connection";
32 license = licenses.bsd3;
33 maintainers = with maintainers; [ lukegb ];