14 buildPythonPackage rec {
15 pname = "google-cloud-artifact-registry";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-wsSeFbtZHWXeoiyC2lUUjFE09xkZuu+OtNNb4dHLIM0=";
30 propagatedBuildInputs = [
36 ] ++ google-api-core.optional-dependencies.grpc;
42 pythonImportsCheck = [
43 "google.cloud.artifactregistry"
44 "google.cloud.artifactregistry_v1"
45 "google.cloud.artifactregistry_v1beta2"
49 description = "Google Cloud Artifact Registry API client library";
50 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-artifact-registry";
51 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v${version}/packages/google-cloud-artifact-registry/CHANGELOG.md";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ samuela ];