10 buildPythonPackage rec {
15 disabled = pythonOlder "3.11";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-dcYp5lMN5twK1HQK/3PhBQ4nm/NKURC0x14ozkbzJ5A=";
24 build-system = [ setuptools ];
26 dependencies = [ aiohttp ];
31 pythonImportsCheck = [ "aioairzone" ];
34 description = "Module to control AirZone devices";
35 homepage = "https://github.com/Noltari/aioairzone";
36 changelog = "https://github.com/Noltari/aioairzone/releases/tag/${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ fab ];