26 buildPythonPackage rec {
27 pname = "jaraco-abode";
31 disabled = pythonOlder "3.8";
33 src = fetchFromGitHub {
35 repo = "jaraco.abode";
36 rev = "refs/tags/v${version}";
37 hash = "sha256-t5AI2wpSM6xMzULEZYkUgGvcODM8PVxdd2Vy/PV0Ga4=";
45 propagatedBuildInputs = [
67 pythonImportsCheck = [ "jaraco.abode" ];
77 "test_invalid_cookies"
78 # Issue with the regex
79 "test_camera_capture_no_control_URLs"
83 changelog = "https://github.com/jaraco/jaraco.abode/blob/${version}/CHANGES.rst";
84 homepage = "https://github.com/jaraco/jaraco.abode";
85 description = "Library interfacing to the Abode home security system";
86 mainProgram = "abode";
87 license = licenses.mit;
88 maintainers = with maintainers; [