.vpython3 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. python_version: "3.11"
  2. # The default set of platforms vpython checks for does not yet include mac-arm64.
  3. # Setting `verify_pep425_tag` to the list of platforms we explicitly must support
  4. # allows us to ensure that vpython specs stay mac-arm64-friendly
  5. verify_pep425_tag: [
  6. {python: "cp311", abi: "cp311", platform: "manylinux1_x86_64"},
  7. {python: "cp311", abi: "cp311", platform: "linux_arm64"},
  8. {python: "cp311", abi: "cp311", platform: "macosx_10_10_intel"},
  9. {python: "cp311", abi: "cp311", platform: "macosx_11_0_arm64"},
  10. {python: "cp311", abi: "cp311", platform: "win32"},
  11. {python: "cp311", abi: "cp311", platform: "win_amd64"}
  12. ]
  13. # Used by:
  14. # auth.py
  15. # gerrit_util.py
  16. # git_cl.py
  17. # my_activity.py
  18. # TODO(crbug.com/1002153): Add ninjalog_uploader.py
  19. wheel: <
  20. name: "infra/python/wheels/httplib2-py3"
  21. version: "version:0.13.1"
  22. >
  23. wheel: <
  24. name: "infra/python/wheels/six-py2_py3"
  25. version: "version:1.10.0"
  26. >
  27. # Used by:
  28. # presubmit_support.py
  29. wheel: <
  30. name: "infra/python/wheels/requests-py3"
  31. version: "version:2.31.0"
  32. >
  33. wheel: <
  34. name: "infra/python/wheels/charset_normalizer-py3"
  35. version: "version:2.0.4"
  36. >
  37. wheel: <
  38. name: "infra/python/wheels/urllib3-py2_py3"
  39. version: "version:1.26.6"
  40. >
  41. wheel: <
  42. name: "infra/python/wheels/idna-py2_py3"
  43. version: "version:2.8"
  44. >
  45. wheel: <
  46. name: "infra/python/wheels/brotli/${vpython_platform}"
  47. version: "version:1.0.9"
  48. # TODO(crbug.com/359654093): Setup RISC-V wheel builder
  49. not_match_tag: {python: "cp311", abi: "cp311", platform: "linux_riscv64"},
  50. >
  51. # Used by:
  52. # presubmit_canned_checks.py (via zoneinfo)
  53. wheel: <
  54. name: "infra/python/wheels/tzdata-py2_py3"
  55. version: "version:2023.4"
  56. >
  57. # Used by:
  58. # my_activity.py
  59. wheel: <
  60. name: "infra/python/wheels/python-dateutil-py2_py3"
  61. version: "version:2.7.3"
  62. >
  63. # May be required to talk to 3P servers.
  64. # Fixes https://crbug.com/1255921
  65. wheel: <
  66. name: "infra/python/wheels/certifi-py2_py3"
  67. version: "version:2021.5.30"
  68. >
  69. # Used by:
  70. # tests/autoninja_test.py
  71. wheel: <
  72. name: "infra/python/wheels/parameterized-py2_py3"
  73. version: "version:0.8.1"
  74. >
  75. # Used by:
  76. # web-tests PRESUBMIT.py
  77. wheel: <
  78. name: "infra/python/wheels/hjson-py2_py3"
  79. version: "version:3.1.0"
  80. >