13 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 sha256 = "sha256-hS0OaafYjRdPVSCOHfb2zKp0tEOl1LyMJpwnpvsvALs=";
25 substituteInPlace setup.cfg \
27 substituteInPlace pytest.ini \
28 --replace "--cov pysiaalarm --cov-report term-missing" ""
35 propagatedBuildInputs = [
46 pythonImportsCheck = [
52 description = "Python package for creating a client that talks with SIA-based alarm systems";
53 homepage = "https://github.com/eavanvalkenburg/pysiaalarm";
54 license = licenses.mit;
55 maintainers = with maintainers; [ dotlambda ];