pythonPackages:google*: Noramlize names by replacing _ with -

This commit is contained in:
Sandro Jäckel 2021-01-06 10:46:48 +01:00
parent 692345a570
commit ac391fdc0b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
57 changed files with 209 additions and 209 deletions

View File

@ -41,7 +41,7 @@ buildPythonApplication rec {
distro distro
appdirs appdirs
] ]
++ lib.optional enableGoogle google_cloud_storage ++ lib.optional enableGoogle google-cloud-storage
++ lib.optional enableAWS boto3 ++ lib.optional enableAWS boto3
++ lib.optional enableAzure azure-storage-blob ++ lib.optional enableAzure azure-storage-blob
++ lib.optional enableSSH paramiko; ++ lib.optional enableSSH paramiko;

View File

@ -5,7 +5,7 @@
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, freezegun , freezegun
, google_api_core , google-api-core
, matplotlib , matplotlib
, networkx , networkx
, numpy , numpy
@ -54,7 +54,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
freezegun freezegun
google_api_core google-api-core
numpy numpy
matplotlib matplotlib
networkx networkx

View File

@ -1,7 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_auth , google-auth
, googleapis_common_protos , googleapis_common_protos
, grpcio , grpcio
, protobuf , protobuf
@ -24,7 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
googleapis_common_protos googleapis_common_protos
google_auth google-auth
grpcio grpcio
protobuf protobuf
pytz pytz

View File

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi
, google_auth, google-auth-httplib2, google_api_core , google-auth, google-auth-httplib2, google-api-core
, httplib2, six, uritemplate, oauth2client }: , httplib2, six, uritemplate, oauth2client }:
buildPythonPackage rec { buildPythonPackage rec {
@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
propagatedBuildInputs = [ propagatedBuildInputs = [
google_auth google-auth-httplib2 google_api_core google-auth google-auth-httplib2 google-api-core
httplib2 six uritemplate oauth2client httplib2 six uritemplate oauth2client
]; ];

View File

@ -3,7 +3,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, flask , flask
, google_auth , google-auth
, httplib2 , httplib2
, mock , mock
, pytestCheckHook , pytestCheckHook
@ -20,7 +20,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
google_auth google-auth
httplib2 httplib2
]; ];

View File

@ -4,7 +4,7 @@
, click , click
, mock , mock
, pytestCheckHook , pytestCheckHook
, google_auth , google-auth
, requests_oauthlib , requests_oauthlib
}: }:
@ -18,7 +18,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
google_auth google-auth
requests_oauthlib requests_oauthlib
]; ];

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder, google_api_core }: { lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-access-context-manager"; pname = "google-cloud-access-context-manager";
@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "1qy7wv1xn7g3x5z0vvv0pwmxhin4hw2m9fs9iklnghy00vg37v0b"; sha256 = "1qy7wv1xn7g3x5z0vvv0pwmxhin4hw2m9fs9iklnghy00vg37v0b";
}; };
propagatedBuildInputs = [ google_api_core ]; propagatedBuildInputs = [ google-api-core ];
# No tests in repo # No tests in repo
doCheck = false; doCheck = false;

View File

@ -2,11 +2,11 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, grpc_google_iam_v1 , grpc_google_iam_v1
, google_api_core , google-api-core
, google_cloud_access_context_manager , google-cloud-access-context-manager
, google_cloud_org_policy , google-cloud-org-policy
, google_cloud_os_config , google-cloud-os-config
, google_cloud_testutils , google-cloud-testutils
, libcst , libcst
, proto-plus , proto-plus
, pytest , pytest
@ -26,15 +26,15 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
grpc_google_iam_v1 grpc_google_iam_v1
google_api_core google-api-core
google_cloud_access_context_manager google-cloud-access-context-manager
google_cloud_org_policy google-cloud-org-policy
google_cloud_os_config google-cloud-os-config
libcst libcst
proto-plus proto-plus
]; ];
checkInputs = [ google_cloud_testutils mock pytest-asyncio pytestCheckHook ]; checkInputs = [ google-cloud-testutils mock pytest-asyncio pytestCheckHook ];
pythonImportsCheck = [ pythonImportsCheck = [
"google.cloud.asset" "google.cloud.asset"

View File

@ -3,9 +3,9 @@
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, libcst , libcst
, google_api_core , google-api-core
, google_cloud_storage , google-cloud-storage
, google_cloud_testutils , google-cloud-testutils
, pandas , pandas
, proto-plus , proto-plus
, pytest-asyncio , pytest-asyncio
@ -21,11 +21,11 @@ buildPythonPackage rec {
sha256 = "520dfe2ee04d28f3088c9c582fa2a534fc272647d5e2e59acc903c0152e61696"; sha256 = "520dfe2ee04d28f3088c9c582fa2a534fc272647d5e2e59acc903c0152e61696";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ checkInputs = [
google_cloud_storage google-cloud-storage
google_cloud_testutils google-cloud-testutils
mock mock
pandas pandas
pytest-asyncio pytest-asyncio

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, libcst , libcst
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "0hmsqvs2srmqcwmli48vd5vw829zax3pwj63fsxig6sdhjlf6j7j"; sha256 = "0hmsqvs2srmqcwmli48vd5vw829zax3pwj63fsxig6sdhjlf6j7j";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];
pythonImportsCheck = [ pythonImportsCheck = [

View File

@ -3,9 +3,9 @@
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, freezegun , freezegun
, google_cloud_core , google-cloud-core
, google_cloud_testutils , google-cloud-testutils
, google_resumable_media , google-resumable-media
, grpcio , grpcio
, ipython , ipython
, mock , mock
@ -24,15 +24,15 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
google_resumable_media google-resumable-media
google_cloud_core google-cloud-core
proto-plus proto-plus
pyarrow pyarrow
]; ];
checkInputs = [ checkInputs = [
freezegun freezegun
google_cloud_testutils google-cloud-testutils
ipython ipython
mock mock
pandas pandas

View File

@ -2,8 +2,8 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, grpc_google_iam_v1 , grpc_google_iam_v1
, google_api_core , google-api-core
, google_cloud_core , google-cloud-core
, pytest , pytest
, mock , mock
}: }:
@ -18,7 +18,7 @@ buildPythonPackage rec {
}; };
checkInputs = [ pytest mock ]; checkInputs = [ pytest mock ];
propagatedBuildInputs = [ grpc_google_iam_v1 google_api_core google_cloud_core ]; propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core google-cloud-core ];
checkPhase = '' checkPhase = ''
rm -r google rm -r google

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, grpc_google_iam_v1 , grpc_google_iam_v1
, libcst , libcst
, mock , mock
@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "04f9mx1wxy3l9dvzvvr579fnjp1fdqhgplv5y2gl7h2mvn281k8d"; sha256 = "04f9mx1wxy3l9dvzvvr579fnjp1fdqhgplv5y2gl7h2mvn281k8d";
}; };
propagatedBuildInputs = [ google_api_core grpc_google_iam_v1 libcst proto-plus ]; propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -4,7 +4,7 @@
, pythonOlder , pythonOlder
, pytestCheckHook , pytestCheckHook
, python , python
, google_api_core , google-api-core
, grpcio , grpcio
, mock , mock
}: }:
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "01liq4nrd2g3ingg8v0ly4c86db8agnr9h1fiz219c7fz0as0xqj"; sha256 = "01liq4nrd2g3ingg8v0ly4c86db8agnr9h1fiz219c7fz0as0xqj";
}; };
propagatedBuildInputs = [ google_api_core ]; propagatedBuildInputs = [ google-api-core ];
checkInputs = [ mock pytestCheckHook ]; checkInputs = [ mock pytestCheckHook ];

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, mock , mock
, libcst , libcst
, proto-plus , proto-plus
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "07rv2kgbaqkbd71k5i2zn9kcxasfzkkyai8jnbszhkf92k0lmi41"; sha256 = "07rv2kgbaqkbd71k5i2zn9kcxasfzkkyai8jnbszhkf92k0lmi41";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -1,14 +1,14 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, google_cloud_core , google-cloud-core
, libcst , libcst
, proto-plus , proto-plus
, mock , mock
, pytestCheckHook , pytestCheckHook
, pytest-asyncio , pytest-asyncio
, google_cloud_testutils , google-cloud-testutils
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -20,9 +20,9 @@ buildPythonPackage rec {
sha256 = "1yyk9ix1jms5q4kk76cfxzy42wzzyl5qladdswjy5l0pg6iypr8i"; sha256 = "1yyk9ix1jms5q4kk76cfxzy42wzzyl5qladdswjy5l0pg6iypr8i";
}; };
propagatedBuildInputs = [ google_api_core google_cloud_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core google-cloud-core libcst proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
preCheck = '' preCheck = ''
# directory shadows imports # directory shadows imports

View File

@ -1,8 +1,8 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, google_cloud_testutils , google-cloud-testutils
, libcst , libcst
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
@ -19,9 +19,9 @@ buildPythonPackage rec {
sha256 = "09rnzpdlycr1wv8agcfx05v1prn35ylphsbr07486zqdkh5wjk8p"; sha256 = "09rnzpdlycr1wv8agcfx05v1prn35ylphsbr07486zqdkh5wjk8p";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
disabledTests = [ disabledTests = [
# requires credentials # requires credentials

View File

@ -1,8 +1,8 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, google_cloud_core , google-cloud-core
, pytestCheckHook , pytestCheckHook
, mock , mock
}: }:
@ -16,7 +16,7 @@ buildPythonPackage rec {
sha256 = "01l6pvfic0vxcvd97ckbxyc7ccr9vb9ln4lyhpp3amdmcy0far3j"; sha256 = "01l6pvfic0vxcvd97ckbxyc7ccr9vb9ln4lyhpp3amdmcy0far3j";
}; };
propagatedBuildInputs = [ google_api_core google_cloud_core ]; propagatedBuildInputs = [ google-api-core google-cloud-core ];
checkInputs = [ mock pytestCheckHook ]; checkInputs = [ mock pytestCheckHook ];

View File

@ -2,8 +2,8 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, google_cloud_logging , google-cloud-logging
, google_cloud_testutils , google-cloud-testutils
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -19,9 +19,9 @@ buildPythonPackage rec {
sha256 = "2fd6fe25343f7017c22e2733a0358c64b3171edc1669d0c8a1e1f07f86a048c4"; sha256 = "2fd6fe25343f7017c22e2733a0358c64b3171edc1669d0c8a1e1f07f86a048c4";
}; };
propagatedBuildInputs = [ google_cloud_logging libcst proto-plus ]; propagatedBuildInputs = [ google-cloud-logging libcst proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
disabledTests = [ disabledTests = [
# require credentials # require credentials

View File

@ -2,9 +2,9 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, aiounittest , aiounittest
, google_api_core , google-api-core
, google_cloud_testutils , google-cloud-testutils
, google_cloud_core , google-cloud-core
, mock , mock
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
@ -21,14 +21,14 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
google_api_core google-api-core
google_cloud_core google-cloud-core
proto-plus proto-plus
]; ];
checkInputs = [ checkInputs = [
aiounittest aiounittest
google_cloud_testutils google-cloud-testutils
mock mock
pytestCheckHook pytestCheckHook
pytest-asyncio pytest-asyncio

View File

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "1zxsx5avs8njiyw32zvsx2yblmmiwxy771x334hbgmy0aqms4lak"; sha256 = "1zxsx5avs8njiyw32zvsx2yblmmiwxy771x334hbgmy0aqms4lak";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, grpc_google_iam_v1 , grpc_google_iam_v1
, google_api_core , google-api-core
, libcst , libcst
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "08spn5g0s386x21dgwb46na8aknbwq5d1sn8bh6kayk9fjfbxwla"; sha256 = "08spn5g0s386x21dgwb46na8aknbwq5d1sn8bh6kayk9fjfbxwla";
}; };
propagatedBuildInputs = [ grpc_google_iam_v1 google_api_core libcst proto-plus ]; propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, grpc_google_iam_v1 , grpc_google_iam_v1
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "0f3k2ixp1zsgydpvkj75bs2mb805389snyw30hn41c38qq5ksdga"; sha256 = "0f3k2ixp1zsgydpvkj75bs2mb805389snyw30hn41c38qq5ksdga";
}; };
propagatedBuildInputs = [ grpc_google_iam_v1 google_api_core libcst proto-plus ]; propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "123vqfrn7pyn3ia7cmhx8bgafd4gxxlmhf33s3vgspyjck6sprxb"; sha256 = "123vqfrn7pyn3ia7cmhx8bgafd4gxxlmhf33s3vgspyjck6sprxb";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -3,9 +3,9 @@
, fetchPypi , fetchPypi
, django , django
, flask , flask
, google_api_core , google-api-core
, google_cloud_core , google-cloud-core
, google_cloud_testutils , google-cloud-testutils
, mock , mock
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
@ -22,12 +22,12 @@ buildPythonPackage rec {
sha256 = "0s09vs4rnq4637j8zw7grv3f4j7njqprm744b1knzldj91rg0vmi"; sha256 = "0s09vs4rnq4637j8zw7grv3f4j7njqprm744b1knzldj91rg0vmi";
}; };
propagatedBuildInputs = [ google_api_core google_cloud_core proto-plus ]; propagatedBuildInputs = [ google-api-core google-cloud-core proto-plus ];
checkInputs = [ checkInputs = [
django django
flask flask
google_cloud_testutils google-cloud-testutils
mock mock
pytestCheckHook pytestCheckHook
pytest-asyncio pytest-asyncio

View File

@ -1,8 +1,8 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, google_cloud_testutils , google-cloud-testutils
, libcst , libcst
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
@ -19,9 +19,9 @@ buildPythonPackage rec {
sha256 = "07r0y995fin6cbnqlhmd38fv3pfhhqyw04l7nr38sldrd82gmsqx"; sha256 = "07r0y995fin6cbnqlhmd38fv3pfhhqyw04l7nr38sldrd82gmsqx";
}; };
propagatedBuildInputs = [ libcst google_api_core proto-plus ]; propagatedBuildInputs = [ libcst google-api-core proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
disabledTests = [ disabledTests = [
# requires credentials # requires credentials

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder, google_api_core }: { lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-org-policy"; pname = "google-cloud-org-policy";
@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "0ncgcnbvmgqph54yh2pjx2hh82gnkhsrw5yirp4wlf7jclh6j9xh"; sha256 = "0ncgcnbvmgqph54yh2pjx2hh82gnkhsrw5yirp4wlf7jclh6j9xh";
}; };
propagatedBuildInputs = [ google_api_core ]; propagatedBuildInputs = [ google-api-core ];
# No tests in repo # No tests in repo
doCheck = false; doCheck = false;

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, google_api_core, libcst, mock, proto-plus, pytestCheckHook, pytest-asyncio }: { lib, buildPythonPackage, fetchPypi, google-api-core, libcst, mock, proto-plus, pytestCheckHook, pytest-asyncio }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-os-config"; pname = "google-cloud-os-config";
@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "07zvagy9hwaccwvg1xad5nkalgkria0maa5yxiwqf1yk9f7gbyq1"; sha256 = "07zvagy9hwaccwvg1xad5nkalgkria0maa5yxiwqf1yk9f7gbyq1";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -2,8 +2,8 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, google_api_core , google-api-core
, google_cloud_testutils , google-cloud-testutils
, grpc_google_iam_v1 , grpc_google_iam_v1
, libcst , libcst
, mock , mock
@ -20,9 +20,9 @@ buildPythonPackage rec {
sha256 = "1rfdbkxbndi00wx9dx733ihp3hmcsk6k23pcjni0ki7m0c4acl5w"; sha256 = "1rfdbkxbndi00wx9dx733ihp3hmcsk6k23pcjni0ki7m0c4acl5w";
}; };
propagatedBuildInputs = [ grpc_google_iam_v1 google_api_core libcst proto-plus ]; propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core libcst proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
preCheck = '' preCheck = ''
# prevent google directory from shadowing google imports # prevent google directory from shadowing google imports

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "1f67mr473vzv0qgjm4hycfnrjgiqrsv47vqrynwjy9yrca2130y7"; sha256 = "1f67mr473vzv0qgjm4hycfnrjgiqrsv47vqrynwjy9yrca2130y7";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -2,8 +2,8 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, google_cloud_core , google-cloud-core
, google_api_core , google-api-core
, mock , mock
}: }:
@ -16,7 +16,7 @@ buildPythonPackage rec {
sha256 = "1la643vkf6fm2gapz57cm92xzvmhzgpzv3bb6112yz1cizrvnxrm"; sha256 = "1la643vkf6fm2gapz57cm92xzvmhzgpzv3bb6112yz1cizrvnxrm";
}; };
propagatedBuildInputs = [ google_api_core google_cloud_core ]; propagatedBuildInputs = [ google-api-core google-cloud-core ];
checkInputs = [ mock pytestCheckHook ]; checkInputs = [ mock pytestCheckHook ];

View File

@ -1,8 +1,8 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, google_cloud_core , google-cloud-core
, mock , mock
, pytestCheckHook , pytestCheckHook
}: }:
@ -16,7 +16,7 @@ buildPythonPackage rec {
sha256 = "1bd8hlp0ssi20ds4gknbxai8mih6xiz8b60ab7p0ngpdqp1kw52p"; sha256 = "1bd8hlp0ssi20ds4gknbxai8mih6xiz8b60ab7p0ngpdqp1kw52p";
}; };
propagatedBuildInputs = [ google_api_core google_cloud_core ]; propagatedBuildInputs = [ google-api-core google-cloud-core ];
checkInputs = [ mock pytestCheckHook ]; checkInputs = [ mock pytestCheckHook ];

View File

@ -1,7 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, grpc_google_iam_v1 , grpc_google_iam_v1
, libcst , libcst
, mock , mock
@ -20,7 +20,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
google_api_core google-api-core
grpc_google_iam_v1 grpc_google_iam_v1
libcst libcst
proto-plus proto-plus

View File

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, grpc_google_iam_v1 , grpc_google_iam_v1
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "1lgz6qpsfv4b7p5ff4sdpjpaddxpbazdvlcrqr1i0c0qil2lkm2i"; sha256 = "1lgz6qpsfv4b7p5ff4sdpjpaddxpbazdvlcrqr1i0c0qil2lkm2i";
}; };
propagatedBuildInputs = [ grpc_google_iam_v1 google_api_core libcst proto-plus ]; propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -2,8 +2,8 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, grpc_google_iam_v1 , grpc_google_iam_v1
, google_cloud_core , google-cloud-core
, google_cloud_testutils , google-cloud-testutils
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -26,9 +26,9 @@ buildPythonPackage rec {
--replace '"proto-plus == 1.11.0"' '"proto-plus"' --replace '"proto-plus == 1.11.0"' '"proto-plus"'
''; '';
propagatedBuildInputs = [ google_cloud_core grpc_google_iam_v1 libcst proto-plus sqlparse ]; propagatedBuildInputs = [ google-cloud-core grpc_google_iam_v1 libcst proto-plus sqlparse ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
preCheck = '' preCheck = ''
# prevent google directory from shadowing google imports # prevent google directory from shadowing google imports

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "0ch85h5xrb15fcml5v0f30s0niw02k4v8gi7i8a40161yj882hm7"; sha256 = "0ch85h5xrb15fcml5v0f30s0niw02k4v8gi7i8a40161yj882hm7";
}; };
propagatedBuildInputs = [ libcst google_api_core proto-plus ]; propagatedBuildInputs = [ libcst google-api-core proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -2,12 +2,12 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, google_auth , google-auth
, google_cloud_iam , google-cloud-iam
, google_cloud_core , google-cloud-core
, google_cloud_kms , google-cloud-kms
, google_cloud_testutils , google-cloud-testutils
, google_resumable_media , google-resumable-media
, mock , mock
}: }:
@ -21,15 +21,15 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
google_auth google-auth
google_cloud_core google-cloud-core
google_resumable_media google-resumable-media
]; ];
checkInputs = [ checkInputs = [
google_cloud_iam google-cloud-iam
google_cloud_kms google-cloud-kms
google_cloud_testutils google-cloud-testutils
mock mock
pytestCheckHook pytestCheckHook
]; ];

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, grpc_google_iam_v1 , grpc_google_iam_v1
, libcst , libcst
, mock , mock
@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "1jsf7y88lvln9r08pmx673ibmgw397qmir5drrcfvlmgqvszp7qx"; sha256 = "1jsf7y88lvln9r08pmx673ibmgw397qmir5drrcfvlmgqvszp7qx";
}; };
propagatedBuildInputs = [ google_api_core grpc_google_iam_v1 libcst proto-plus ]; propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, google_auth, six }: { stdenv, buildPythonPackage, fetchPypi, google-auth, six }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-testutils"; pname = "google-cloud-testutils";
@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "1bn1pz00lxym3vkl6l45b3nydpmfdvmylwggh2lspldrxwx39a0k"; sha256 = "1bn1pz00lxym3vkl6l45b3nydpmfdvmylwggh2lspldrxwx39a0k";
}; };
propagatedBuildInputs = [ google_auth six ]; propagatedBuildInputs = [ google-auth six ];
# does not contain tests # does not contain tests
doCheck = false; doCheck = false;

View File

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "17igfwh34369gkvsbrm46j1ii61i6268wg2g2dl9c65nf9z3kgfb"; sha256 = "17igfwh34369gkvsbrm46j1ii61i6268wg2g2dl9c65nf9z3kgfb";
}; };
propagatedBuildInputs = [ libcst google_api_core proto-plus ]; propagatedBuildInputs = [ libcst google-api-core proto-plus ];
checkInputs = [ mock pytest-asyncio pytestCheckHook ]; checkInputs = [ mock pytest-asyncio pytestCheckHook ];

View File

@ -1,9 +1,9 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, google_cloud_core , google-cloud-core
, google_cloud_testutils , google-cloud-testutils
, mock , mock
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
@ -19,9 +19,9 @@ buildPythonPackage rec {
sha256 = "1lvcm4w1l7hiqg64kdscch3f3bq19q9ii49xj4lljn2a4xffxl8v"; sha256 = "1lvcm4w1l7hiqg64kdscch3f3bq19q9ii49xj4lljn2a4xffxl8v";
}; };
propagatedBuildInputs = [ google_api_core google_cloud_core proto-plus ]; propagatedBuildInputs = [ google-api-core google-cloud-core proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
disabledTests = [ disabledTests = [
# require credentials # require credentials

View File

@ -2,9 +2,9 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, google_api_core , google-api-core
, google_cloud_core , google-cloud-core
, google_cloud_testutils , google-cloud-testutils
, grpcio , grpcio
, libcst , libcst
, mock , mock
@ -21,9 +21,9 @@ buildPythonPackage rec {
sha256 = "1s2gvlzfqd2gsrzaz7yl9q8s1k03dlsjahgg95s017vlcn21d0v1"; sha256 = "1s2gvlzfqd2gsrzaz7yl9q8s1k03dlsjahgg95s017vlcn21d0v1";
}; };
propagatedBuildInputs = [ google_api_core google_cloud_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core google-cloud-core libcst proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
preCheck = '' preCheck = ''
# prevent shadowing imports # prevent shadowing imports

View File

@ -2,8 +2,8 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, mock , mock
, google_api_core , google-api-core
, google_cloud_testutils , google-cloud-testutils
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
, pytest-asyncio , pytest-asyncio
@ -18,9 +18,9 @@ buildPythonPackage rec {
sha256 = "1yhmizig41ymr2dz0i6ccrwszp0ivyykmq11vqxp82l9ncjima82"; sha256 = "1yhmizig41ymr2dz0i6ccrwszp0ivyykmq11vqxp82l9ncjima82";
}; };
propagatedBuildInputs = [ google_api_core proto-plus ]; propagatedBuildInputs = [ google-api-core proto-plus ];
checkInputs = [ google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
disabledTests = [ disabledTests = [
# require credentials # require credentials

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "0qbwhapmn5ia853c4nfnz1qiksngvr8j0xxjasrykwhxcsd7s1ka"; sha256 = "0qbwhapmn5ia853c4nfnz1qiksngvr8j0xxjasrykwhxcsd7s1ka";
}; };
propagatedBuildInputs = [ libcst google_api_core proto-plus]; propagatedBuildInputs = [ libcst google-api-core proto-plus];
checkInputs = [ mock pytestCheckHook pytest-asyncio ]; checkInputs = [ mock pytestCheckHook pytest-asyncio ];

View File

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, google_api_core , google-api-core
, libcst , libcst
, mock , mock
, proto-plus , proto-plus
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "14sky9bkl00n65ksig3f6psm31pkmkvlcprlk6s9if470j40zrhx"; sha256 = "14sky9bkl00n65ksig3f6psm31pkmkvlcprlk6s9if470j40zrhx";
}; };
propagatedBuildInputs = [ google_api_core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core libcst proto-plus ];
checkInputs = [ mock pytest-asyncio pytestCheckHook ]; checkInputs = [ mock pytest-asyncio pytestCheckHook ];

View File

@ -1,9 +1,9 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, google_auth , google-auth
, google_cloud_testutils , google-cloud-testutils
, google_crc32c , google-crc32c
, mock , mock
, pytestCheckHook , pytestCheckHook
, pytest-asyncio , pytest-asyncio
@ -19,9 +19,9 @@ buildPythonPackage rec {
sha256 = "0hwxdgsqh6933kp4jkv6hwwdcqs7bgjn9j08ga399njv3s9b367f"; sha256 = "0hwxdgsqh6933kp4jkv6hwwdcqs7bgjn9j08ga399njv3s9b367f";
}; };
propagatedBuildInputs = [ google_auth google_crc32c requests ]; propagatedBuildInputs = [ google-auth google-crc32c requests ];
checkInputs = [ google_auth google_cloud_testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-auth google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
preCheck = '' preCheck = ''
# prevent shadowing imports # prevent shadowing imports

View File

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, requests , requests
, google_auth , google-auth
, google-auth-oauthlib , google-auth-oauthlib
}: }:
@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "e04f1a6267b3929fc1600424c5ec83906d439672cafdd61a9d5b916a139f841c"; sha256 = "e04f1a6267b3929fc1600424c5ec83906d439672cafdd61a9d5b916a139f841c";
}; };
propagatedBuildInputs = [ requests google_auth google-auth-oauthlib ]; propagatedBuildInputs = [ requests google-auth google-auth-oauthlib ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Google Spreadsheets client library"; description = "Google Spreadsheets client library";

View File

@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi, pythonAtLeast, { stdenv, buildPythonPackage, fetchPypi, pythonAtLeast,
ipaddress, websocket_client, urllib3, pyyaml, requests_oauthlib, python-dateutil, google_auth, adal, ipaddress, websocket_client, urllib3, pyyaml, requests_oauthlib, python-dateutil, google-auth, adal,
isort, pytest, coverage, mock, sphinx, autopep8, pep8, codecov, recommonmark, nose }: isort, pytest, coverage, mock, sphinx, autopep8, pep8, codecov, recommonmark, nose }:
buildPythonPackage rec { buildPythonPackage rec {
@ -28,7 +28,7 @@ buildPythonPackage rec {
}; };
checkInputs = [ isort coverage pytest mock sphinx autopep8 pep8 codecov recommonmark nose ]; checkInputs = [ isort coverage pytest mock sphinx autopep8 pep8 codecov recommonmark nose ];
propagatedBuildInputs = [ ipaddress websocket_client urllib3 pyyaml requests_oauthlib python-dateutil google_auth adal ]; propagatedBuildInputs = [ ipaddress websocket_client urllib3 pyyaml requests_oauthlib python-dateutil google-auth adal ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Kubernetes python client"; description = "Kubernetes python client";

View File

@ -8,7 +8,7 @@
, shapely , shapely
, ndjson , ndjson
, backoff , backoff
, google_api_core , google-api-core
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -22,7 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
jinja2 requests pillow rasterio shapely ndjson backoff jinja2 requests pillow rasterio shapely ndjson backoff
google_api_core google-api-core
]; ];
# Test cases are not running on pypi or GitHub # Test cases are not running on pypi or GitHub

View File

@ -5,7 +5,7 @@
, buildPythonPackage , buildPythonPackage
, isPy37 , isPy37
, protobuf , protobuf
, google_apputils , google-apputils
, six , six
, pyext , pyext
, libcxx , libcxx
@ -29,9 +29,9 @@ buildPythonPackage {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
propagatedBuildInputs = [ six ] ++ optionals isPy27 [ google_apputils ]; propagatedBuildInputs = [ six ] ++ optionals isPy27 [ google-apputils ];
propagatedNativeBuildInputs = [ buildPackages.protobuf ]; # For protoc. propagatedNativeBuildInputs = [ buildPackages.protobuf ]; # For protoc.
nativeBuildInputs = [ pyext ] ++ optionals isPy27 [ google_apputils ]; nativeBuildInputs = [ pyext ] ++ optionals isPy27 [ google-apputils ];
buildInputs = [ protobuf ]; buildInputs = [ protobuf ];
patches = optional (isPy37 && (versionOlder protobuf.version "3.6.1.2")) patches = optional (isPy37 && (versionOlder protobuf.version "3.6.1.2"))

View File

@ -310,10 +310,10 @@
"gogogate2" = ps: with ps; [ ]; # missing inputs: gogogate2-api "gogogate2" = ps: with ps; [ ]; # missing inputs: gogogate2-api
"google" = ps: with ps; [ google_api_python_client httplib2 oauth2client ]; "google" = ps: with ps; [ google_api_python_client httplib2 oauth2client ];
"google_assistant" = ps: with ps; [ aiohttp-cors ]; "google_assistant" = ps: with ps; [ aiohttp-cors ];
"google_cloud" = ps: with ps; [ google_cloud_texttospeech ]; "google_cloud" = ps: with ps; [ google-cloud-texttospeech ];
"google_domains" = ps: with ps; [ ]; "google_domains" = ps: with ps; [ ];
"google_maps" = ps: with ps; [ ]; # missing inputs: locationsharinglib "google_maps" = ps: with ps; [ ]; # missing inputs: locationsharinglib
"google_pubsub" = ps: with ps; [ google_cloud_pubsub ]; "google_pubsub" = ps: with ps; [ google-cloud-pubsub ];
"google_translate" = ps: with ps; [ gtts ]; "google_translate" = ps: with ps; [ gtts ];
"google_travel_time" = ps: with ps; [ googlemaps ]; "google_travel_time" = ps: with ps; [ googlemaps ];
"google_wifi" = ps: with ps; [ ]; "google_wifi" = ps: with ps; [ ];

View File

@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
checkInputs = [ which ] ++ (with python3Packages; [ cython pytest ]); checkInputs = [ which ] ++ (with python3Packages; [ cython pytest ]);
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
sqlite apsw pycrypto requests defusedxml dugong llfuse sqlite apsw pycrypto requests defusedxml dugong llfuse
cython pytest pytest-catchlog google_auth google-auth-oauthlib cython pytest pytest-catchlog google-auth google-auth-oauthlib
]; ];
preBuild = '' preBuild = ''

View File

@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = (with python3Packages; [ propagatedBuildInputs = (with python3Packages; [
boto boto
gevent gevent
google_cloud_storage google-cloud-storage
]) ++ [ ]) ++ [
postgresql postgresql
lzop lzop

View File

@ -2500,7 +2500,7 @@ in {
goocalendar = callPackage ../development/python-modules/goocalendar { }; goocalendar = callPackage ../development/python-modules/goocalendar { };
google_api_core = callPackage ../development/python-modules/google_api_core { }; google-api-core = callPackage ../development/python-modules/google-api-core { };
google_api_python_client = google_api_python_client =
let google_api_python_client = callPackage ../development/python-modules/google-api-python-client { }; let google_api_python_client = callPackage ../development/python-modules/google-api-python-client { };
@ -2517,95 +2517,95 @@ in {
googleapis_common_protos = callPackage ../development/python-modules/googleapis_common_protos { }; googleapis_common_protos = callPackage ../development/python-modules/googleapis_common_protos { };
google_apputils = callPackage ../development/python-modules/google_apputils { }; google-apputils = callPackage ../development/python-modules/google-apputils { };
google_auth = callPackage ../development/python-modules/google_auth { }; google-auth = callPackage ../development/python-modules/google-auth { };
google-auth-httplib2 = callPackage ../development/python-modules/google-auth-httplib2 { }; google-auth-httplib2 = callPackage ../development/python-modules/google-auth-httplib2 { };
google-auth-oauthlib = callPackage ../development/python-modules/google-auth-oauthlib { }; google-auth-oauthlib = callPackage ../development/python-modules/google-auth-oauthlib { };
google_cloud_access_context_manager = callPackage ../development/python-modules/google_cloud_access_context_manager { }; google-cloud-access-context-manager = callPackage ../development/python-modules/google-cloud-access-context-manager { };
google_cloud_asset = callPackage ../development/python-modules/google_cloud_asset { }; google-cloud-asset = callPackage ../development/python-modules/google-cloud-asset { };
google_cloud_automl = callPackage ../development/python-modules/google_cloud_automl { }; google-cloud-automl = callPackage ../development/python-modules/google-cloud-automl { };
google_cloud_bigquery = callPackage ../development/python-modules/google_cloud_bigquery { }; google-cloud-bigquery = callPackage ../development/python-modules/google-cloud-bigquery { };
google_cloud_bigquery_datatransfer = callPackage ../development/python-modules/google_cloud_bigquery_datatransfer { }; google-cloud-bigquery-datatransfer = callPackage ../development/python-modules/google-cloud-bigquery-datatransfer { };
google_cloud_bigtable = callPackage ../development/python-modules/google_cloud_bigtable { }; google-cloud-bigtable = callPackage ../development/python-modules/google-cloud-bigtable { };
google_cloud_container = callPackage ../development/python-modules/google_cloud_container { }; google-cloud-container = callPackage ../development/python-modules/google-cloud-container { };
google_cloud_core = callPackage ../development/python-modules/google_cloud_core { }; google-cloud-core = callPackage ../development/python-modules/google-cloud-core { };
google_cloud_dataproc = callPackage ../development/python-modules/google_cloud_dataproc { }; google-cloud-dataproc = callPackage ../development/python-modules/google-cloud-dataproc { };
google_cloud_datastore = callPackage ../development/python-modules/google_cloud_datastore { }; google-cloud-datastore = callPackage ../development/python-modules/google-cloud-datastore { };
google_cloud_dlp = callPackage ../development/python-modules/google_cloud_dlp { }; google-cloud-dlp = callPackage ../development/python-modules/google-cloud-dlp { };
google_cloud_dns = callPackage ../development/python-modules/google_cloud_dns { }; google-cloud-dns = callPackage ../development/python-modules/google-cloud-dns { };
google_cloud_error_reporting = callPackage ../development/python-modules/google_cloud_error_reporting { }; google-cloud-error-reporting = callPackage ../development/python-modules/google-cloud-error-reporting { };
google_cloud_firestore = callPackage ../development/python-modules/google_cloud_firestore { }; google-cloud-firestore = callPackage ../development/python-modules/google-cloud-firestore { };
google_cloud_iam = callPackage ../development/python-modules/google_cloud_iam { }; google-cloud-iam = callPackage ../development/python-modules/google-cloud-iam { };
google_cloud_iot = callPackage ../development/python-modules/google_cloud_iot { }; google-cloud-iot = callPackage ../development/python-modules/google-cloud-iot { };
google_cloud_kms = callPackage ../development/python-modules/google_cloud_kms { }; google-cloud-kms = callPackage ../development/python-modules/google-cloud-kms { };
google_cloud_language = callPackage ../development/python-modules/google_cloud_language { }; google-cloud-language = callPackage ../development/python-modules/google-cloud-language { };
google_cloud_logging = callPackage ../development/python-modules/google_cloud_logging { }; google-cloud-logging = callPackage ../development/python-modules/google-cloud-logging { };
google_cloud_monitoring = callPackage ../development/python-modules/google_cloud_monitoring { }; google-cloud-monitoring = callPackage ../development/python-modules/google-cloud-monitoring { };
google_cloud_org_policy = callPackage ../development/python-modules/google_cloud_org_policy { }; google-cloud-org-policy = callPackage ../development/python-modules/google-cloud-org-policy { };
google_cloud_os_config = callPackage ../development/python-modules/google_cloud_os_config { }; google-cloud-os-config = callPackage ../development/python-modules/google-cloud-os-config { };
google_cloud_pubsub = callPackage ../development/python-modules/google_cloud_pubsub { }; google-cloud-pubsub = callPackage ../development/python-modules/google-cloud-pubsub { };
google_cloud_redis = callPackage ../development/python-modules/google_cloud_redis { }; google-cloud-redis = callPackage ../development/python-modules/google-cloud-redis { };
google_cloud_resource_manager = callPackage ../development/python-modules/google_cloud_resource_manager { }; google-cloud-resource-manager = callPackage ../development/python-modules/google-cloud-resource-manager { };
google_cloud_runtimeconfig = callPackage ../development/python-modules/google_cloud_runtimeconfig { }; google-cloud-runtimeconfig = callPackage ../development/python-modules/google-cloud-runtimeconfig { };
google_cloud_secret_manager = callPackage ../development/python-modules/google_cloud_secret_manager { }; google-cloud-secret-manager = callPackage ../development/python-modules/google-cloud-secret-manager { };
google_cloud_securitycenter = callPackage ../development/python-modules/google_cloud_securitycenter { }; google-cloud-securitycenter = callPackage ../development/python-modules/google-cloud-securitycenter { };
google_cloud_spanner = callPackage ../development/python-modules/google_cloud_spanner { }; google-cloud-spanner = callPackage ../development/python-modules/google-cloud-spanner { };
google_cloud_speech = callPackage ../development/python-modules/google_cloud_speech { }; google-cloud-speech = callPackage ../development/python-modules/google-cloud-speech { };
google_cloud_storage = callPackage ../development/python-modules/google_cloud_storage { }; google-cloud-storage = callPackage ../development/python-modules/google-cloud-storage { };
google_cloud_tasks = callPackage ../development/python-modules/google_cloud_tasks { }; google-cloud-tasks = callPackage ../development/python-modules/google-cloud-tasks { };
google_cloud_testutils = callPackage ../development/python-modules/google_cloud_testutils { }; google-cloud-testutils = callPackage ../development/python-modules/google-cloud-testutils { };
google_cloud_texttospeech = callPackage ../development/python-modules/google_cloud_texttospeech { }; google-cloud-texttospeech = callPackage ../development/python-modules/google-cloud-texttospeech { };
google_cloud_trace = callPackage ../development/python-modules/google_cloud_trace { }; google-cloud-trace = callPackage ../development/python-modules/google-cloud-trace { };
google_cloud_translate = callPackage ../development/python-modules/google_cloud_translate { }; google-cloud-translate = callPackage ../development/python-modules/google-cloud-translate { };
google_cloud_videointelligence = callPackage ../development/python-modules/google_cloud_videointelligence { }; google-cloud-videointelligence = callPackage ../development/python-modules/google-cloud-videointelligence { };
google_cloud_vision = callPackage ../development/python-modules/google_cloud_vision { }; google-cloud-vision = callPackage ../development/python-modules/google-cloud-vision { };
google_cloud_websecurityscanner = callPackage ../development/python-modules/google_cloud_websecurityscanner { }; google-cloud-websecurityscanner = callPackage ../development/python-modules/google-cloud-websecurityscanner { };
google-compute-engine = callPackage ../tools/virtualization/google-compute-engine { }; google-compute-engine = callPackage ../tools/virtualization/google-compute-engine { };
google_crc32c = callPackage ../development/python-modules/google_crc32c { google-crc32c = callPackage ../development/python-modules/google-crc32c {
inherit (pkgs) crc32c; inherit (pkgs) crc32c;
}; };
@ -2621,7 +2621,7 @@ in {
google-pasta = callPackage ../development/python-modules/google-pasta { }; google-pasta = callPackage ../development/python-modules/google-pasta { };
google_resumable_media = callPackage ../development/python-modules/google_resumable_media { }; google-resumable-media = callPackage ../development/python-modules/google-resumable-media { };
googletrans = callPackage ../development/python-modules/googletrans { }; googletrans = callPackage ../development/python-modules/googletrans { };