14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-OgDplQ6TrK2CZbNgJpoYC8TkK1sG73HdpUyHE+2ZTLk=";
28 build-system = [ setuptools ];
38 # Project has no tests. test_cam_rtsp.py is more a sample for using the module
41 pythonImportsCheck = [ "pyezviz" ];
44 description = "Python interface for for Ezviz cameras";
45 homepage = "https://github.com/baqs/pyEzviz/";
46 changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${version}";
47 license = with licenses; [ asl20 ];
48 maintainers = with maintainers; [ fab ];
49 mainProgram = "pyezviz";