6 google-cloud-testutils,
19 buildPythonPackage rec {
20 pname = "google-cloud-pubsub";
24 disabled = pythonOlder "3.7";
27 inherit pname version;
28 hash = "sha256-MfzwdES3+BOmFsS2UOH78dyZigiP4AWadhZIVawX8Fw=";
31 build-system = [ setuptools ];
41 ] ++ google-api-core.optional-dependencies.grpc;
43 passthru.optional-dependencies = {
48 google-cloud-testutils
54 # prevent google directory from shadowing google imports
59 # Tests in pubsub_v1 attempt to contact pubsub.googleapis.com
60 "tests/unit/pubsub_v1"
63 pythonImportsCheck = [ "google.cloud.pubsub" ];
66 description = "Google Cloud Pub/Sub API client library";
67 mainProgram = "fixup_pubsub_v1_keywords.py";
68 homepage = "https://github.com/googleapis/python-pubsub";
69 changelog = "https://github.com/googleapis/python-pubsub/blob/v${version}/CHANGELOG.md";
70 license = licenses.asl20;
71 maintainers = with maintainers; [ ];