12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-HZLWpoo0luAqqwLA3t7cDh0yVP6znrzMoUg7cuexd28=";
26 propagatedBuildInputs = [
34 # Project has no tests. test_cam_rtsp.py is more a sample for using the module
37 pythonImportsCheck = [
42 description = "Python interface for for Ezviz cameras";
43 mainProgram = "pyezviz";
44 homepage = "https://github.com/baqs/pyEzviz/";
45 changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${version}";
46 license = with licenses; [ asl20 ];
47 maintainers = with maintainers; [ fab ];