16 buildPythonPackage rec {
17 pname = "regenmaschine";
18 version = "2024.03.0";
21 disabled = pythonOlder "3.10";
23 src = fetchFromGitHub {
25 repo = "regenmaschine";
26 rev = "refs/tags/${version}";
27 hash = "sha256-RdmK6oK92j4xqLoAjjqlONYu3IfNNWudo4v7jcc+VGU=";
34 propagatedBuildInputs = [
49 # Examples are prefix with test_
53 pythonImportsCheck = [
57 __darwinAllowLocalNetworking = true;
60 description = "Python library for interacting with RainMachine smart sprinkler controllers";
61 homepage = "https://github.com/bachya/regenmaschine";
62 changelog = "https://github.com/bachya/regenmaschine/releases/tag/${version}";
63 license = with licenses; [ mit ];
64 maintainers = with maintainers; [ fab ];