14 buildPythonPackage rec {
15 pname = "google-cloud-appengine-logging";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-opifyg6IRjtWQyqoIeZLgcPRce43uEdxGJtI6Ll81JY=";
26 propagatedBuildInputs = [
31 ] ++ google-api-core.optional-dependencies.grpc;
39 pythonImportsCheck = [
40 "google.cloud.appengine_logging"
41 "google.cloud.appengine_logging_v1"
45 description = "Appengine logging client library";
46 homepage = "https://github.com/googleapis/python-appengine-logging";
47 changelog = "https://github.com/googleapis/python-appengine-logging/blob/v${version}/CHANGELOG.md";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ fab ];