19 buildPythonPackage rec {
24 disabled = pythonOlder "3.10";
26 src = fetchFromGitHub {
29 rev = "refs/tags/${version}";
30 hash = "sha256-8S1Ce4MW/iD8xRloUtKbUhFIN0+nconnklqxBy7xMm0=";
53 pythonImportsCheck = [ "pydrawise" ];
56 description = "Library for interacting with Hydrawise sprinkler controllers through the GraphQL API";
57 homepage = "https://github.com/dknowles2/pydrawise";
58 changelog = "https://github.com/dknowles2/pydrawise/releases/tag/${version}";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ fab ];