18 buildPythonPackage rec {
19 pname = "ring-doorbell";
23 disabled = pythonOlder "3.8";
26 pname = "ring_doorbell";
28 hash = "sha256-A7FQeeYym0nAQlkbpejpZqd5ZgX2cw3/DbshDxlrivw=";
35 propagatedBuildInputs = [
51 pythonImportsCheck = [
56 description = "Python library to communicate with Ring Door Bell";
57 homepage = "https://github.com/tchellomello/python-ring-doorbell";
58 changelog = "https://github.com/tchellomello/python-ring-doorbell/releases/tag/${version}";
59 license = licenses.lgpl3Plus;
60 maintainers = with maintainers; [ graham33 ];