9 buildPythonPackage rec {
10 pname = "aiobroadlink";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
17 inherit pname version;
18 hash = "sha256-uTUtDhL9VtWZE+Y6ZJY4prmlE+Yh2UrCg5+eSyAQzMk=";
21 propagatedBuildInputs = [ cryptography ];
23 # Project has no tests
26 pythonImportsCheck = [ "aiobroadlink" ];
29 description = "Python module to control various Broadlink devices";
30 mainProgram = "aiobroadlink";
31 homepage = "https://github.com/frawau/aiobroadlink";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];