Loading pkgs/development/python-modules/google-cloud-network-connectivity/default.nix 0 → 100644 +56 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core, grpc-google-iam-v1, mock, proto-plus, protobuf, pytest-asyncio, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "google-cloud-network-connectivity"; version = "2.4.5"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version; pname = "google_cloud_network_connectivity"; hash = "sha256-g2N39pKk0HG8f9NkSh/iOmDQNapnTyMf85mPBM0LIe4="; }; build-system = [ setuptools ]; dependencies = [ google-api-core grpc-google-iam-v1 proto-plus protobuf ] ++ google-api-core.optional-dependencies.grpc; nativeCheckInputs = [ mock pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "google.cloud.networkconnectivity" "google.cloud.networkconnectivity_v1" ]; meta = with lib; { description = "API Client library for Google Cloud Network Connectivity Center"; homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-network-connectivity"; changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-network-connectivity-v${version}/packages/google-cloud-network-connectivity/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ aksiksi ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5147,6 +5147,8 @@ self: super: with self; { google-cloud-netapp = callPackage ../development/python-modules/google-cloud-netapp { }; google-cloud-network-connectivity = callPackage ../development/python-modules/google-cloud-network-connectivity { }; google-cloud-org-policy = callPackage ../development/python-modules/google-cloud-org-policy { }; google-cloud-os-config = callPackage ../development/python-modules/google-cloud-os-config { }; Loading Loading
pkgs/development/python-modules/google-cloud-network-connectivity/default.nix 0 → 100644 +56 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core, grpc-google-iam-v1, mock, proto-plus, protobuf, pytest-asyncio, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "google-cloud-network-connectivity"; version = "2.4.5"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version; pname = "google_cloud_network_connectivity"; hash = "sha256-g2N39pKk0HG8f9NkSh/iOmDQNapnTyMf85mPBM0LIe4="; }; build-system = [ setuptools ]; dependencies = [ google-api-core grpc-google-iam-v1 proto-plus protobuf ] ++ google-api-core.optional-dependencies.grpc; nativeCheckInputs = [ mock pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "google.cloud.networkconnectivity" "google.cloud.networkconnectivity_v1" ]; meta = with lib; { description = "API Client library for Google Cloud Network Connectivity Center"; homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-network-connectivity"; changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-network-connectivity-v${version}/packages/google-cloud-network-connectivity/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ aksiksi ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5147,6 +5147,8 @@ self: super: with self; { google-cloud-netapp = callPackage ../development/python-modules/google-cloud-netapp { }; google-cloud-network-connectivity = callPackage ../development/python-modules/google-cloud-network-connectivity { }; google-cloud-org-policy = callPackage ../development/python-modules/google-cloud-org-policy { }; google-cloud-os-config = callPackage ../development/python-modules/google-cloud-os-config { }; Loading