17 buildPythonPackage rec {
18 pname = "google-nest-sdm";
20 format = "setuptools";
22 disabled = pythonOlder "3.10";
24 src = fetchFromGitHub {
25 owner = "allenporter";
26 repo = "python-google-nest-sdm";
27 rev = "refs/tags/${version}";
28 hash = "sha256-VO/TY/QBzVFxqIumVJjw+Ic0hrqkRBS+7wQKBhcN9Jw=";
31 propagatedBuildInputs = [
40 __darwinAllowLocalNetworking = true;
49 pythonImportsCheck = [
54 "test_clip_preview_transcode"
55 "test_event_manager_event_expiration_with_transcode"
59 description = "Module for Google Nest Device Access using the Smart Device Management API";
60 homepage = "https://github.com/allenporter/python-google-nest-sdm";
61 changelog = "https://github.com/allenporter/python-google-nest-sdm/releases/tag/${version}";
62 license = licenses.asl20;
63 maintainers = with maintainers; [ fab ];