Loading pkgs/development/python-modules/google-cloud-bigquery-logging/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "google-cloud-bigquery-logging"; version = "1.4.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,6 +24,10 @@ buildPythonPackage rec { hash = "sha256-4pl7cT8bLy0y3ntYt1qO027KF7yokHun5lGZHWnBkUw="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 Loading @@ -43,8 +48,8 @@ buildPythonPackage rec { meta = with lib; { description = "Bigquery logging client library"; homepage = "https://github.com/googleapis/python-bigquery-logging"; changelog = "https://github.com/googleapis/python-bigquery-logging/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-logging"; changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-bigquery-logging-v${version}/packages/google-cloud-bigquery-logging/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/google-cloud-bigquery-logging/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -9,12 +9,13 @@ , pytest-asyncio , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "google-cloud-bigquery-logging"; version = "1.4.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,6 +24,10 @@ buildPythonPackage rec { hash = "sha256-4pl7cT8bLy0y3ntYt1qO027KF7yokHun5lGZHWnBkUw="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 Loading @@ -43,8 +48,8 @@ buildPythonPackage rec { meta = with lib; { description = "Bigquery logging client library"; homepage = "https://github.com/googleapis/python-bigquery-logging"; changelog = "https://github.com/googleapis/python-bigquery-logging/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-logging"; changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-bigquery-logging-v${version}/packages/google-cloud-bigquery-logging/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading