12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-873XAf0jOX5pjrNRELEcTWCauk80FUYxTu7G7jc3MHE=";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 # Test requires network access
46 "test_location_with_motion_entry"
50 description = "Python package for Canary Security Camera";
51 homepage = "https://github.com/snjoetw/py-canary";
52 license = licenses.mit;
53 maintainers = with maintainers; [ fab ];