8 buildPythonPackage rec {
11 disabled = pythonOlder "3.7";
13 src = fetchFromGitHub {
17 sha256 = "1im29h4rxnp98aqzgzjj5i8jv2h5zw9c5yx8xxzl4cmr3yila9zw";
20 propagatedBuildInputs = [ aiohttp ];
22 # Project has no tests
24 pythonImportsCheck = [ "pyrisco" ];
27 description = "Python interface to Risco alarm systems through Risco Cloud";
28 homepage = "https://github.com/OnFreund/pyrisco";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];