summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-17 08:40:42 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-17 08:40:42 +0200
commit7aef871d8e2df0942c74050b9d5696e2a4df95eb (patch)
treeb58f4814cbb12197a43663ebe4992489b540a11e /pkgs/development/python-modules/google-api-python-client
parent6256ccb916f5b42bf7e7b48fcfd81ba651fc23a4 (diff)
python312Packages.google-api-python-client: format with nixfmt
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
-rw-r--r--pkgs/development/python-modules/google-api-python-client/default.nix31
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix
index 51cf26f42a58..e88ee4650f06 100644
--- a/pkgs/development/python-modules/google-api-python-client/default.nix
+++ b/pkgs/development/python-modules/google-api-python-client/default.nix
@@ -1,14 +1,15 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, google-auth
-, google-auth-httplib2
-, google-api-core
-, httplib2
-, uritemplate
-, oauth2client
-, setuptools
-, pythonOlder
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ google-auth,
+ google-auth-httplib2,
+ google-api-core,
+ httplib2,
+ uritemplate,
+ oauth2client,
+ setuptools,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -23,9 +24,7 @@ buildPythonPackage rec {
hash = "sha256-l8BBBjDivr0ZTZnpG9Yg2rW8a27AvwM/mpEJtwC4Oss=";
};
- build-system = [
- setuptools
- ];
+ build-system = [ setuptools ];
dependencies = [
google-auth
@@ -39,9 +38,7 @@ buildPythonPackage rec {
# No tests included in archive
doCheck = false;
- pythonImportsCheck = [
- "googleapiclient"
- ];
+ pythonImportsCheck = [ "googleapiclient" ];
meta = with lib; {
description = "The official Python client library for Google's discovery based APIs";