blob: 3426ec4bff91fcf7e6aba50d08812aae1ff66cfe [file] [log] [blame]
smut447b45d2019-07-31 21:26:27 +00001python_version: "3.8"
Edward Lemur4ba192e2019-10-28 20:19:37 +00002
Brian Rynerb1bfb8b2021-09-08 15:43:34 +00003# The default set of platforms vpython checks for does not yet include mac-arm64.
4# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
5# allows us to ensure that vpython specs stay mac-arm64-friendly
6verify_pep425_tag: [
7 {python: "cp38", abi: "cp38", platform: "manylinux1_x86_64"},
8 {python: "cp38", abi: "cp38", platform: "linux_arm64"},
Brian Rynerb1bfb8b2021-09-08 15:43:34 +00009
10 {python: "cp38", abi: "cp38", platform: "macosx_10_10_intel"},
11 {python: "cp38", abi: "cp38", platform: "macosx_11_0_arm64"},
12
13 {python: "cp38", abi: "cp38", platform: "win32"},
14 {python: "cp38", abi: "cp38", platform: "win_amd64"}
15]
16
Edward Lemur4ba192e2019-10-28 20:19:37 +000017# Used by:
18# auth.py
19# gerrit_util.py
20# git_cl.py
21# my_activity.py
22# TODO(crbug.com/1002153): Add ninjalog_uploader.py
23wheel: <
24 name: "infra/python/wheels/httplib2-py3"
25 version: "version:0.13.1"
26>
Josip Sokcevic274ada02022-02-08 20:06:41 +000027wheel: <
28 name: "infra/python/wheels/six-py2_py3"
29 version: "version:1.10.0"
30>
Edward Lemur4ba192e2019-10-28 20:19:37 +000031
32# Used by:
Saagar Sanghavi9949ab72020-07-20 20:56:40 +000033# presubmit_support.py
34wheel: <
Brian Sheedy79f13892023-05-31 21:47:25 +000035 name: "infra/python/wheels/requests-py3"
36 version: "version:2.31.0"
37>
38wheel: <
39 name: "infra/python/wheels/charset_normalizer-py3"
40 version: "version:2.0.4"
41>
42wheel: <
43 name: "infra/python/wheels/urllib3-py2_py3"
44 version: "version:1.26.6"
45>
46wheel: <
47 name: "infra/python/wheels/idna-py2_py3"
48 version: "version:2.8"
Saagar Sanghavi9949ab72020-07-20 20:56:40 +000049>
Weizhong Xiaeac2c9e2023-06-08 23:09:55 +000050wheel: <
51 name: "infra/python/wheels/brotli/${vpython_platform}"
52 version: "version:1.0.9"
53>
Saagar Sanghavi9949ab72020-07-20 20:56:40 +000054
55# Used by:
Edward Lemur4ba192e2019-10-28 20:19:37 +000056# my_activity.py
57wheel: <
58 name: "infra/python/wheels/python-dateutil-py2_py3"
59 version: "version:2.7.3"
60>
Josip Sokcevic4940cc42021-10-05 23:55:34 +000061
62# May be required to talk to 3P servers.
63# Fixes https://crbug.com/1255921
64wheel: <
65 name: "infra/python/wheels/certifi-py2_py3"
66 version: "version:2021.5.30"
67>
Takuto Ikutacccca952023-12-01 02:47:55 +000068
69# Used by:
70# autoninja.py
71wheel: <
72 name: "infra/python/wheels/google-auth-py3"
73 version: "version:2.16.2"
74>
75wheel: <
76 name: "infra/python/wheels/cachetools-py3"
77 version: "version:4.2.2"
78>
79wheel: <
80 name: "infra/python/wheels/pyasn1_modules-py2_py3"
81 version: "version:0.2.8"
82>
83wheel: <
84 name: "infra/python/wheels/rsa-py3"
85 version: "version:4.7.2"
86>
87wheel: <
88 name: "infra/python/wheels/pyasn1-py2_py3"
89 version: "version:0.4.8"
90>
91
92# Used by:
93# tests/autoninja_test.py
94wheel: <
95 name: "infra/python/wheels/parameterized-py2_py3"
96 version: "version:0.8.1"
97>