-
Notifications
You must be signed in to change notification settings - Fork 1
/
.vpython
136 lines (109 loc) · 2.86 KB
/
.vpython
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
python_version: "2.7"
# The default set of platforms vpython checks for does not yet include mac-arm64.
# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
# allows us to ensure that vpython specs stay mac-arm64-friendly
verify_pep425_tag: [
{python: "cp27", abi: "cp27mu", platform: "manylinux1_x86_64"},
{python: "cp27", abi: "cp27mu", platform: "linux_arm64"},
{python: "cp27", abi: "cp27mu", platform: "linux_armv6l"},
{python: "cp27", abi: "cp27m", platform: "macosx_10_10_intel"},
{python: "cp27", abi: "cp27m", platform: "macosx_11_0_arm64"},
{python: "cp27", abi: "cp27m", platform: "win32"},
{python: "cp27", abi: "cp27m", platform: "win_amd64"}
]
# Standalone wheels
wheel: <
name: "infra/python/wheels/pytz-py2_py3"
version: "version:2018.4"
>
wheel: <
name: "infra/python/wheels/psutil/${vpython_platform}"
version: "version:5.8.0.chromium.3"
>
# requests and its transitive dependencies
wheel: <
name: "infra/python/wheels/requests-py2_py3"
version: "version:2.26.0"
>
wheel: <
name: "infra/python/wheels/chardet-py2_py3"
version: "version:4.0.0"
>
wheel: <
name: "infra/python/wheels/idna-py2_py3"
version: "version:2.10"
>
wheel: <
name: "infra/python/wheels/urllib3-py2_py3"
version: "version:1.26.6"
>
wheel: <
name: "infra/python/wheels/certifi-py2_py3"
version: "version:2021.5.30"
>
# infra_libs and its transitive dependencies
wheel: <
name: "infra/python/wheels/infra_libs-py2"
version: "version:2.2.0b1"
>
wheel: <
name: "infra/python/wheels/google-api-python-client-py2_py3"
version: "version:1.6.2"
>
wheel: <
name: "infra/python/wheels/six-py2_py3"
version: "version:1.15.0"
>
wheel: <
name: "infra/python/wheels/httplib2-py2_py3"
version: "version:0.13.1"
>
wheel: <
name: "infra/python/wheels/protobuf-py2_py3"
version: "version:3.12.2"
>
wheel: <
name: "infra/python/wheels/googleapis-common-protos-py2_py3"
version: "version:1.52.0"
>
wheel: <
name: "infra/python/wheels/uritemplate-py2_py3"
version: "version:3.0.0"
>
wheel: <
name: "infra/python/wheels/oauth2client-py2_py3"
version: "version:4.1.3"
>
wheel: <
name: "infra/python/wheels/rsa-py2_py3"
version: "version:3.4.2"
>
wheel: <
name: "infra/python/wheels/pyasn1-py2_py3"
version: "version:0.4.8"
>
wheel: <
name: "infra/python/wheels/pyasn1_modules-py2_py3"
version: "version:0.2.8"
>
# docker and its transitive dependencies
wheel: <
name: "infra/python/wheels/docker-py2_py3"
version: "version:2.7.0"
>
wheel: <
name: "infra/python/wheels/docker-pycreds-py2_py3"
version: "version:0.2.1"
>
wheel: <
name: "infra/python/wheels/backports_ssl_match_hostname-py2_py3"
version: "version:3.5.0.1"
>
wheel: <
name: "infra/python/wheels/ipaddress-py2"
version: "version:1.0.18"
>
wheel: <
name: "infra/python/wheels/websocket_client-py2_py3"
version: "version:0.40.0"
>