8 buildPythonPackage rec {
9 pname = "aiolifx-connection";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 pname = "aiolifx_connection";
18 hash = "sha256:09fydp5fqqh1s0vav39mw98i1la6qcgk17gch0m5ihyl9q50ks13";
21 propagatedBuildInputs = [
25 # tests are not implemented
28 pythonImportsCheck = [
33 description = "Wrapper for aiolifx to connect to a single LIFX device";
34 homepage = "https://github.com/bdraco/aiolifx_connection";
35 license = licenses.bsd3;
36 maintainers = with maintainers; [ lukegb ];