aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/google-auth/py2/ya.make
blob: 5695e8b3d14935b49bef37e98eaad69ccbca9db9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by devtools/yamaker (pypi).

PY2_LIBRARY()

VERSION(1.35.0)

LICENSE(Apache-2.0)

PEERDIR(
    contrib/python/cachetools
    contrib/python/cryptography
    contrib/python/grpcio
    contrib/python/pyasn1-modules
    contrib/python/requests
    contrib/python/rsa
    contrib/python/setuptools
    contrib/python/six
)

NO_LINT()

NO_CHECK_IMPORTS(
    google.auth._oauth2client
    google.auth.transport._aiohttp_requests
)

PY_SRCS(
    TOP_LEVEL
    google/auth/__init__.py
    google/auth/_cloud_sdk.py
    google/auth/_default.py
    google/auth/_helpers.py
    google/auth/_oauth2client.py
    google/auth/_service_account_info.py
    google/auth/app_engine.py
    google/auth/aws.py
    google/auth/compute_engine/__init__.py
    google/auth/compute_engine/_metadata.py
    google/auth/compute_engine/credentials.py
    google/auth/credentials.py
    google/auth/crypt/__init__.py
    google/auth/crypt/_cryptography_rsa.py
    google/auth/crypt/_helpers.py
    google/auth/crypt/_python_rsa.py
    google/auth/crypt/base.py
    google/auth/crypt/es256.py
    google/auth/crypt/rsa.py
    google/auth/downscoped.py
    google/auth/environment_vars.py
    google/auth/exceptions.py
    google/auth/external_account.py
    google/auth/iam.py
    google/auth/identity_pool.py
    google/auth/impersonated_credentials.py
    google/auth/jwt.py
    google/auth/transport/__init__.py
    google/auth/transport/_http_client.py
    google/auth/transport/_mtls_helper.py
    google/auth/transport/grpc.py
    google/auth/transport/mtls.py
    google/auth/transport/requests.py
    google/auth/transport/urllib3.py
    google/auth/version.py
    google/oauth2/__init__.py
    google/oauth2/_client.py
    google/oauth2/challenges.py
    google/oauth2/credentials.py
    google/oauth2/id_token.py
    google/oauth2/reauth.py
    google/oauth2/service_account.py
    google/oauth2/sts.py
    google/oauth2/utils.py
)

RESOURCE_FILES(
    PREFIX contrib/python/google-auth/py2/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()

RECURSE_FOR_TESTS(
    tests
)