12 buildPythonPackage rec {
13 pname = "google-cloud-language";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-XxhECfBAwMcwV8JhbmvS6G5FrrZGGA0ZwYnfSqPQLbo=";
24 propagatedBuildInputs = [
28 ] ++ google-api-core.optional-dependencies.grpc;
35 pythonImportsCheck = [
36 "google.cloud.language"
37 "google.cloud.language_v1"
38 "google.cloud.language_v1beta2"
42 description = "Google Cloud Natural Language API client library";
43 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-language";
44 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-language-v${version}/packages/google-cloud-language/CHANGELOG.md";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ ];