8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-qG+EPZjH3I4TRGka7J21ukGpuJQfA/Nuy6DbIUnykcs=";
22 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "Module to control AirZone devices";
35 homepage = "https://github.com/Noltari/aioairzone";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ fab ];