8 buildPythonPackage rec {
9 pname = "pycomfoconnect";
11 format = "setuptools";
13 disabled = pythonOlder "3.9";
15 src = fetchFromGitHub {
16 owner = "michaelarnauts";
17 repo = "comfoconnect";
18 rev = "refs/tags/${version}";
19 hash = "sha256-I/0vCgSEi6mgYg1fMH4Ha7PoonewtqYYsvXZT8y4rJE=";
22 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Python module to interact with ComfoAir Q350/450/600 units";
35 homepage = "https://github.com/michaelarnauts/comfoconnect";
36 changelog = "https://github.com/michaelarnauts/comfoconnect/releases/tag/${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];