File: .vpython3

package info (click to toggle)
chromium 139.0.7258.127-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,122,068 kB
  • sloc: cpp: 35,100,771; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (90 lines) | stat: -rw-r--r-- 2,238 bytes parent folder | download | duplicates (5)
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
python_version: "3.11"

# 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: "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: "win32"},
    {python: "cp311", abi: "cp311", platform: "win_amd64"}
]

# Used by:
#   auth.py
#   gerrit_util.py
#   git_cl.py
#   my_activity.py
#   TODO(crbug.com/1002153): Add ninjalog_uploader.py
wheel: <
  name: "infra/python/wheels/httplib2-py3"
  version: "version:0.13.1"
>
wheel: <
  name: "infra/python/wheels/six-py2_py3"
  version: "version:1.10.0"
>

# Used by:
#    presubmit_support.py
wheel: <
  name: "infra/python/wheels/requests-py3"
  version: "version:2.31.0"
>
wheel: <
  name: "infra/python/wheels/charset_normalizer-py3"
  version: "version:2.0.4"
>
wheel: <
  name: "infra/python/wheels/urllib3-py2_py3"
  version: "version:1.26.6"
>
wheel: <
  name: "infra/python/wheels/idna-py2_py3"
  version: "version:2.8"
>
wheel: <
  name: "infra/python/wheels/brotli/${vpython_platform}"
  version: "version:1.0.9"
  # TODO(crbug.com/359654093): Setup RISC-V wheel builder
  not_match_tag: {python: "cp311", abi: "cp311", platform: "linux_riscv64"},
>

# Used by:
#    presubmit_canned_checks.py (via zoneinfo)
wheel: <
  name: "infra/python/wheels/tzdata-py2_py3"
  version: "version:2023.4"
>

# Used by:
#   my_activity.py
wheel: <
  name: "infra/python/wheels/python-dateutil-py2_py3"
  version: "version:2.7.3"
>

# May be required to talk to 3P servers.
# Fixes https://crbug.com/1255921
wheel: <
  name: "infra/python/wheels/certifi-py2_py3"
  version: "version:2021.5.30"
>

# Used by:
#   tests/autoninja_test.py
wheel: <
  name: "infra/python/wheels/parameterized-py2_py3"
  version: "version:0.8.1"
>

# Used by:
#   web-tests PRESUBMIT.py
wheel: <
  name: "infra/python/wheels/hjson-py2_py3"
  version: "version:3.1.0"
>