16 buildPythonPackage rec {
17 pname = "google-cloud-appengine-logging";
21 disabled = pythonOlder "3.7";
24 pname = "google_cloud_appengine_logging";
26 hash = "sha256-OaLfaU2XmB7QDvXfVB98/MqSCpJJZwdVfysHu3up1no=";
29 build-system = [ setuptools ];
36 ] ++ google-api-core.optional-dependencies.grpc;
44 pythonImportsCheck = [
45 "google.cloud.appengine_logging"
46 "google.cloud.appengine_logging_v1"
50 description = "Appengine logging client library";
51 homepage = "https://github.com/googleapis/python-appengine-logging";
52 changelog = "https://github.com/googleapis/python-appengine-logging/blob/v${version}/CHANGELOG.md";
53 license = licenses.asl20;
54 maintainers = with maintainers; [ fab ];