15 buildPythonPackage rec {
16 pname = "google-cloud-speech";
20 disabled = pythonOlder "3.7";
23 pname = "google_cloud_speech";
25 hash = "sha256-cGvKg647ru1cz1HM+7BkIqyUTPfjepPdm/KygwXqdEU=";
28 build-system = [ setuptools ];
34 ] ++ google-api-core.optional-dependencies.grpc;
43 # Test requires project ID
44 "test_list_phrase_set"
47 pythonImportsCheck = [
49 "google.cloud.speech_v1"
50 "google.cloud.speech_v1p1beta1"
54 description = "Google Cloud Speech API client library";
55 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-speech";
56 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-speech-v${version}/packages/google-cloud-speech/CHANGELOG.md";
57 license = licenses.asl20;