Loading pkgs/development/python-modules/google-cloud-compute/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -8,12 +8,13 @@ , protobuf , pytest-asyncio , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "google-cloud-compute"; version = "1.15.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -22,6 +23,10 @@ buildPythonPackage rec { hash = "sha256-+mda6vBMYnpELNMDIZbW82rWhEO6MnyXZ6a/vECkKyE="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core proto-plus Loading @@ -39,8 +44,8 @@ buildPythonPackage rec { "google.cloud.compute_v1" ]; # disable tests that require credentials disabledTestPaths = [ # Disable tests that require credentials "tests/system/test_addresses.py" "tests/system/test_instance_group.py" "tests/system/test_pagination.py" Loading @@ -49,8 +54,8 @@ buildPythonPackage rec { meta = with lib; { description = "API Client library for Google Cloud Compute"; homepage = "https://github.com/googleapis/python-compute"; changelog = "https://github.com/googleapis/python-compute/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute"; changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-compute-v${version}/packages/google-cloud-compute/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ jpetrucciani ]; }; Loading Loading
pkgs/development/python-modules/google-cloud-compute/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -8,12 +8,13 @@ , protobuf , pytest-asyncio , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "google-cloud-compute"; version = "1.15.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -22,6 +23,10 @@ buildPythonPackage rec { hash = "sha256-+mda6vBMYnpELNMDIZbW82rWhEO6MnyXZ6a/vECkKyE="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core proto-plus Loading @@ -39,8 +44,8 @@ buildPythonPackage rec { "google.cloud.compute_v1" ]; # disable tests that require credentials disabledTestPaths = [ # Disable tests that require credentials "tests/system/test_addresses.py" "tests/system/test_instance_group.py" "tests/system/test_pagination.py" Loading @@ -49,8 +54,8 @@ buildPythonPackage rec { meta = with lib; { description = "API Client library for Google Cloud Compute"; homepage = "https://github.com/googleapis/python-compute"; changelog = "https://github.com/googleapis/python-compute/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute"; changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-compute-v${version}/packages/google-cloud-compute/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ jpetrucciani ]; }; Loading