9 buildPythonPackage rec {
10 pname = "pycomfoconnect";
12 format = "setuptools";
14 disabled = pythonOlder "3.9";
16 src = fetchFromGitHub {
17 owner = "michaelarnauts";
18 repo = "comfoconnect";
20 hash = "sha256-I/0vCgSEi6mgYg1fMH4Ha7PoonewtqYYsvXZT8y4rJE=";
23 propagatedBuildInputs = [ protobuf ];
25 # Project has no tests
28 pythonImportsCheck = [ "pycomfoconnect" ];
31 description = "Python module to interact with ComfoAir Q350/450/600 units";
32 homepage = "https://github.com/michaelarnauts/comfoconnect";
33 changelog = "https://github.com/michaelarnauts/comfoconnect/releases/tag/${version}";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];