8 buildPythonPackage rec {
11 disabled = pythonOlder "3.7";
13 src = fetchFromGitHub {
17 hash = "sha256-PQ1h9UVQ2DQMInxdAaLES7uDWAxwDra+YfAmz5jjV6g=";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [
32 description = "Python interface to Risco alarm systems through Risco Cloud";
33 homepage = "https://github.com/OnFreund/pyrisco";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];