10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-S1w3pPqhX903kkXUq9ALz0+zRvNGOimLughRRVKjV8E=";
22 build-system = [ setuptools ];
24 dependencies = [ crc16 ];
29 pythonImportsCheck = [ "pyoppleio" ];
32 description = "Library for interacting with OPPLE lights";
33 homepage = "https://github.com/jedmeng/python-oppleio";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ fab ];
36 mainProgram = "oppleio";