11 buildPythonPackage rec {
12 pname = "homeconnect";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-lkal6Dy4cRRZ893I3/jyQ3+sDZMrHN0UMGff0ab4pvk=";
27 propagatedBuildInputs = [
33 # Project has no tests
36 pythonImportsCheck = [
41 description = "Python client for the BSH Home Connect REST API";
42 homepage = "https://github.com/DavidMStraub/homeconnect";
43 changelog = "https://github.com/DavidMStraub/homeconnect/releases/tag/v${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];