8 buildPythonPackage rec {
9 pname = "evohome-async";
11 disabled = pythonOlder "3.7";
13 src = fetchFromGitHub {
17 sha256 = "sha256-/dZRlcTcea26FEpw/XDItKh4ncr/eEFQcdfIE2KIMo8=";
20 propagatedBuildInputs = [
24 # Project has no tests
26 pythonImportsCheck = [ "evohomeasync2" ];
29 description = "Python client for connecting to Honeywell's TCC RESTful API";
30 homepage = "https://github.com/zxdavb/evohome-async";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ fab ];