14 buildPythonPackage rec {
15 pname = "google-api-python-client";
17 format = "setuptools";
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 sha256 = "sha256-3goMt7sY6/9c99x4K0ikiKFL12hLU4eZ8xvtq33iuD8=";
26 propagatedBuildInputs = [
36 # No tests included in archive
39 pythonImportsCheck = [
44 description = "The official Python client library for Google's discovery based APIs";
46 These client libraries are officially supported by Google. However, the
47 libraries are considered complete and are in maintenance mode. This means
48 that we will address critical bugs and security issues but will not add
51 homepage = "https://github.com/google/google-api-python-client";
52 changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}";
53 license = licenses.asl20;
54 maintainers = with maintainers; [ ];