10 buildPythonPackage rec {
11 pname = "google-cloud-artifact-registry";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-NITSosBPrfpIC+FqVU0B5H5MT0taEjzTcl6GW03X8yU=";
22 propagatedBuildInputs = [
25 ] ++ google-api-core.optional-dependencies.grpc;
31 pythonImportsCheck = [
32 "google.cloud.artifactregistry"
33 "google.cloud.artifactregistry_v1"
34 "google.cloud.artifactregistry_v1beta2"
38 description = "Google Cloud Artifact Registry API client library";
39 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-artifact-registry";
40 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v${version}/packages/google-cloud-artifact-registry/CHANGELOG.md";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ samuela ];