12 buildPythonPackage rec {
13 pname = "evohome-async";
17 disabled = pythonOlder "3.11";
19 src = fetchFromGitHub {
21 repo = "evohome-async";
23 hash = "sha256-+tBqyg7E9wRC6oHq6Fv2vzIGtrHqZp8w/3x/xbacqWI=";
26 nativeBuildInputs = [ hatchling ];
28 propagatedBuildInputs = [
34 # Project has no tests
37 pythonImportsCheck = [ "evohomeasync2" ];
40 description = "Python client for connecting to Honeywell's TCC RESTful API";
41 homepage = "https://github.com/zxdavb/evohome-async";
42 license = with licenses; [ asl20 ];
43 maintainers = with maintainers; [ fab ];
44 mainProgram = "evo-client";