smut | 447b45d | 2019-07-31 21:26:27 +0000 | [diff] [blame] | 1 | python_version: "3.8" |
Edward Lemur | 4ba192e | 2019-10-28 20:19:37 +0000 | [diff] [blame] | 2 | |
Brian Ryner | b1bfb8b | 2021-09-08 15:43:34 +0000 | [diff] [blame] | 3 | # 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 |
| 6 | verify_pep425_tag: [ |
| 7 | {python: "cp38", abi: "cp38", platform: "manylinux1_x86_64"}, |
| 8 | {python: "cp38", abi: "cp38", platform: "linux_arm64"}, |
Brian Ryner | b1bfb8b | 2021-09-08 15:43:34 +0000 | [diff] [blame] | 9 | |
| 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 Lemur | 4ba192e | 2019-10-28 20:19:37 +0000 | [diff] [blame] | 17 | # 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 |
| 23 | wheel: < |
| 24 | name: "infra/python/wheels/httplib2-py3" |
| 25 | version: "version:0.13.1" |
| 26 | > |
| 27 | |
| 28 | # Used by: |
Saagar Sanghavi | 9949ab7 | 2020-07-20 20:56:40 +0000 | [diff] [blame] | 29 | # presubmit_support.py |
| 30 | wheel: < |
| 31 | name: "infra/python/wheels/requests-py2_py3" |
| 32 | version: "version:2.13.0" |
| 33 | > |
| 34 | |
| 35 | # Used by: |
Edward Lemur | 4ba192e | 2019-10-28 20:19:37 +0000 | [diff] [blame] | 36 | # my_activity.py |
| 37 | wheel: < |
| 38 | name: "infra/python/wheels/python-dateutil-py2_py3" |
| 39 | version: "version:2.7.3" |
| 40 | > |
| 41 | wheel: < |
| 42 | name: "infra/python/wheels/six-py2_py3" |
| 43 | version: "version:1.10.0" |
| 44 | > |
Josip Sokcevic | 4940cc4 | 2021-10-05 23:55:34 +0000 | [diff] [blame^] | 45 | |
| 46 | # May be required to talk to 3P servers. |
| 47 | # Fixes https://crbug.com/1255921 |
| 48 | wheel: < |
| 49 | name: "infra/python/wheels/certifi-py2_py3" |
| 50 | version: "version:2021.5.30" |
| 51 | > |