15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
23 owner = "tchellomello";
24 repo = "python-amcrest";
25 rev = "refs/tags/${version}";
26 hash = "sha256-v0jWEZo06vltEq//suGrvJ/AeeDxUG5CCFhbf03q34w=";
29 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "Python module for Amcrest and Dahua Cameras";
49 homepage = "https://github.com/tchellomello/python-amcrest";
50 changelog = "https://github.com/tchellomello/python-amcrest/releases/tag/${version}";
51 license = with licenses; [ gpl2Only ];
52 maintainers = with maintainers; [ fab ];