15 buildPythonPackage rec {
16 pname = "google-cloud-artifact-registry";
20 disabled = pythonOlder "3.7";
23 pname = "google_cloud_artifact_registry";
25 hash = "sha256-XuPps4IBJxIfF+9qmqDYzZDw3BOrZeVUznk/3af33XQ=";
28 build-system = [ setuptools ];
36 ] ++ google-api-core.optional-dependencies.grpc;
38 nativeCheckInputs = [ pytestCheckHook ];
40 pythonImportsCheck = [
41 "google.cloud.artifactregistry"
42 "google.cloud.artifactregistry_v1"
43 "google.cloud.artifactregistry_v1beta2"
47 description = "Google Cloud Artifact Registry API client library";
48 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-artifact-registry";
49 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v${version}/packages/google-cloud-artifact-registry/CHANGELOG.md";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ samuela ];