15 buildPythonPackage rec {
16 pname = "google-cloud-appengine-logging";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-+1BOYZn+jehbqp0xzs9ndod4Uf5Yhn3mAzF+x8xzmYc=";
31 propagatedBuildInputs = [
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 ];