mirrored from https://chromium.googlesource.com/infra/luci/recipes-py
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.vpython3
executable file
·127 lines (108 loc) · 2.68 KB
/
.vpython3
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
# vpython VirtualEnv installation package for Recipe Engine.
python_version: "3.11"
verify_pep425_tag: [
{python: "cp311", abi: "cp311", platform: "manylinux1_x86_64"},
{python: "cp311", abi: "cp311", platform: "linux_arm64"},
{python: "cp311", abi: "cp311", platform: "macosx_10_10_intel"},
{python: "cp311", abi: "cp311", platform: "macosx_11_0_arm64"},
{python: "cp311", abi: "cp311", platform: "win_amd64"}
]
wheel: <
name: "infra/python/wheels/coverage/${vpython_platform}"
version: "version:7.3.1"
>
wheel: <
name: "infra/python/wheels/six-py2_py3"
version: "version:1.15.0"
>
wheel: <
name: "infra/python/wheels/requests-py3"
version: "version:2.31.0"
>
wheel: <
name: "infra/python/wheels/chardet-py2_py3"
version: "version:4.0.0"
>
wheel: <
name: "infra/python/wheels/charset_normalizer-py3"
version: "version:2.0.4"
>
wheel: <
name: "infra/python/wheels/idna-py2_py3"
version: "version:2.8"
>
wheel: <
name: "infra/python/wheels/urllib3-py2_py3"
version: "version:1.26.4"
>
wheel: <
name: "infra/python/wheels/certifi-py2_py3"
version: "version:2020.4.5.1"
>
wheel: <
name: "infra/python/wheels/protobuf-py3"
# NOTE: This MUST have a matching version of:
# infra/3pp/tools/protoc/${{platform}}
version: "version:4.21.1"
>
wheel: <
name: "infra/python/wheels/astunparse-py2_py3"
version: "version:1.6.3"
>
wheel: <
name: "infra/python/wheels/attrs-py3"
version: "version:23.1.0"
>
## Gevent
wheel: <
name: "infra/python/wheels/gevent/${vpython_platform}"
version: "version:23.9.1"
>
wheel: <
name: "infra/python/wheels/greenlet/${vpython_platform}"
version: "version:3.0.1"
>
wheel: <
name: "infra/python/wheels/zope_event-py3"
version: "version:5.0"
>
wheel: <
name: "infra/python/wheels/zope_interface/${vpython_platform}"
version: "version:6.0"
>
wheel: <
name: "infra/python/wheels/cffi/${vpython_platform}"
version: "version:1.15.1"
# This is only required on the windows version of gevent.
match_tag: < platform: "win_amd64" >
>
wheel: <
name: "infra/python/wheels/pycparser-py2_py3"
version: "version:2.21"
# This is only required for cffi.
match_tag: < platform: "win_amd64" >
>
wheel: <
name: "infra/python/wheels/psutil/${vpython_platform}"
version: "version:5.8.0.chromium.3"
>
wheel: <
name: "infra/python/wheels/pympler-py2_py3"
version: "version:0.8"
>
wheel: <
name: "infra/python/wheels/future-py2_py3"
version: "version:0.18.2"
>
wheel: <
name: "infra/python/wheels/parameterized-py2_py3"
version: "version:0.8.1"
>
wheel: <
name: "infra/python/wheels/packaging-py3"
version: "version:23.0"
>
wheel: <
name: "infra/python/wheels/packaging-legacy-py3"
version: "version:23.0"
>