11 buildPythonPackage rec {
12 pname = "homeconnect";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-W475a+TlGiKRR1EDYiFVmApmQfmft85iBQLRnbEmcuA=";
23 build-system = [ setuptools ];
30 # Project has no tests
33 pythonImportsCheck = [ "homeconnect" ];
36 description = "Python client for the BSH Home Connect REST API";
37 homepage = "https://github.com/DavidMStraub/homeconnect";
38 changelog = "https://github.com/DavidMStraub/homeconnect/releases/tag/v${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];