11 buildPythonPackage rec {
16 disabled = pythonOlder "3.11";
18 src = fetchFromGitHub {
19 owner = "rohankapoorcom";
22 hash = "sha256-n9FRX2Pnn96H0HVT4SHLJgONc0XzQ005itMNpvl9IYg=";
25 nativeBuildInputs = [ poetry-core ];
27 propagatedBuildInputs = [ requests ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "zoneminder" ];
34 description = "Loose python wrapper around the ZoneMinder REST API";
35 homepage = "https://github.com/rohankapoorcom/zm-py";
36 changelog = "https://github.com/rohankapoorcom/zm-py/releases/tag/v${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ peterhoeg ];