15 buildPythonPackage rec {
16 pname = "google-cloud-compute";
20 disabled = pythonOlder "3.7";
23 pname = "google_cloud_compute";
25 hash = "sha256-P86Cq+FOdvqqgSNNmnvh5jSy7Yon9V/u/PKxRkZ/f6s=";
28 build-system = [ setuptools ];
34 ] ++ google-api-core.optional-dependencies.grpc;
42 pythonImportsCheck = [
43 "google.cloud.compute"
44 "google.cloud.compute_v1"
48 # Disable tests that require credentials
49 "tests/system/test_addresses.py"
50 "tests/system/test_instance_group.py"
51 "tests/system/test_pagination.py"
52 "tests/system/test_smoke.py"
56 description = "API Client library for Google Cloud Compute";
57 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute";
58 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-compute-v${version}/packages/google-cloud-compute/CHANGELOG.md";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ jpetrucciani ];