26 buildPythonPackage rec {
27 pname = "jaraco-abode";
31 disabled = pythonOlder "3.7";
33 src = fetchFromGitHub {
35 repo = "jaraco.abode";
36 rev = "refs/tags/v${version}";
37 hash = "sha256-guLgmhjFgYLRZsQ0j92NXkktZ80bwVvMUJLZeg3dgxE=";
41 # https://github.com/jaraco/jaraco.abode/issues/19
42 echo "graft jaraco" > MANIFEST.in
50 SETUPTOOLS_SCM_PRETEND_VERSION = version;
52 propagatedBuildInputs = [
74 pythonImportsCheck = [
86 "test_invalid_cookies"
87 # Issue with the regex
88 "test_camera_capture_no_control_URLs"
92 changelog = "https://github.com/jaraco/jaraco.abode/blob/${version}/CHANGES.rst";
93 homepage = "https://github.com/jaraco/jaraco.abode";
94 description = "Library interfacing to the Abode home security system";
95 license = licenses.mit;
96 maintainers = with maintainers; [ jamiemagee dotlambda ];