ya.make 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(1.35.0)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/cachetools
  7. contrib/python/cryptography
  8. contrib/python/grpcio
  9. contrib/python/pyasn1-modules
  10. contrib/python/requests
  11. contrib/python/rsa
  12. contrib/python/setuptools
  13. contrib/python/six
  14. )
  15. NO_LINT()
  16. NO_CHECK_IMPORTS(
  17. google.auth._oauth2client
  18. google.auth.transport._aiohttp_requests
  19. )
  20. PY_SRCS(
  21. TOP_LEVEL
  22. google/auth/__init__.py
  23. google/auth/_cloud_sdk.py
  24. google/auth/_default.py
  25. google/auth/_helpers.py
  26. google/auth/_oauth2client.py
  27. google/auth/_service_account_info.py
  28. google/auth/app_engine.py
  29. google/auth/aws.py
  30. google/auth/compute_engine/__init__.py
  31. google/auth/compute_engine/_metadata.py
  32. google/auth/compute_engine/credentials.py
  33. google/auth/credentials.py
  34. google/auth/crypt/__init__.py
  35. google/auth/crypt/_cryptography_rsa.py
  36. google/auth/crypt/_helpers.py
  37. google/auth/crypt/_python_rsa.py
  38. google/auth/crypt/base.py
  39. google/auth/crypt/es256.py
  40. google/auth/crypt/rsa.py
  41. google/auth/downscoped.py
  42. google/auth/environment_vars.py
  43. google/auth/exceptions.py
  44. google/auth/external_account.py
  45. google/auth/iam.py
  46. google/auth/identity_pool.py
  47. google/auth/impersonated_credentials.py
  48. google/auth/jwt.py
  49. google/auth/transport/__init__.py
  50. google/auth/transport/_http_client.py
  51. google/auth/transport/_mtls_helper.py
  52. google/auth/transport/grpc.py
  53. google/auth/transport/mtls.py
  54. google/auth/transport/requests.py
  55. google/auth/transport/urllib3.py
  56. google/auth/version.py
  57. google/oauth2/__init__.py
  58. google/oauth2/_client.py
  59. google/oauth2/challenges.py
  60. google/oauth2/credentials.py
  61. google/oauth2/id_token.py
  62. google/oauth2/reauth.py
  63. google/oauth2/service_account.py
  64. google/oauth2/sts.py
  65. google/oauth2/utils.py
  66. )
  67. RESOURCE_FILES(
  68. PREFIX contrib/python/google-auth/py2/
  69. .dist-info/METADATA
  70. .dist-info/top_level.txt
  71. )
  72. END()
  73. RECURSE_FOR_TESTS(
  74. tests
  75. )