11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-JBb62pFDuVcXIGRc6UOp5/ciUtbGm4XnKZjt1icF/jQ=";
30 propagatedBuildInputs = [ aiohttp ];
32 # Tests require network access
35 pythonImportsCheck = [ "pyyardian" ];
38 description = "Module for interacting with the Yardian irrigation controller";
39 homepage = "https://github.com/h3l1o5/pyyardian";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];