| python_version: "3.8" |
| |
| # 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: "cp38", abi: "cp38", platform: "manylinux1_x86_64"}, |
| {python: "cp38", abi: "cp38", platform: "linux_arm64"}, |
| |
| {python: "cp38", abi: "cp38", platform: "macosx_10_10_intel"}, |
| {python: "cp38", abi: "cp38", platform: "macosx_11_0_arm64"}, |
| |
| {python: "cp38", abi: "cp38", platform: "win32"}, |
| {python: "cp38", abi: "cp38", 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/charset_normalizer-py3" |
| version: "version:2.0.4" |
| > |
| |
| 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" |
| > |
| |
| # 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/websocket_client-py2_py3" |
| version: "version:0.40.0" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/six-py2_py3" |
| version: "version:1.15.0" |
| > |