File: .vpython3

package info (click to toggle)
chromium 138.0.7204.183-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,071,908 kB
  • sloc: cpp: 34,937,088; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,971; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (96 lines) | stat: -rw-r--r-- 1,816 bytes parent folder | download | duplicates (2)
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
91
92
93
94
95
96
# This includes the wheels necessary to run the telemetry and to run pytest
#
# Read more about `vpython` and how to modify this file here:
#   https://chromium.googlesource.com/infra/infra/+/main/doc/users/vpython.md

python_version: "3.8"

wheel: <
  name: "infra/python/wheels/typing-extensions-py3"
  version: "version:4.0.1"
>

wheel: <
  name: "infra/python/wheels/zipp-py3"
  version: "version:3.17.0"
>

wheel: <
  name: "infra/python/wheels/importlib-metadata-py3"
  version: "version:6.0.0"
>

wheel: <
  name: "infra/python/wheels/wrapt-py3"
  version: "version:1.15.0"
>

wheel: <
  name: "infra/python/wheels/deprecated-py3"
  version: "version:1.2.13"
>

wheel: <
  name: "infra/python/wheels/opentelemetry-semantic-conventions-py3"
  version: "version:0.39b0"
>

wheel: <
  name: "infra/python/wheels/opentelemetry-api-py3"
  version: "version:1.18.0"
>

wheel: <
  name: "infra/python/wheels/opentelemetry-sdk-py3"
  version: "version:1.18.0"
>

wheel: <
  name: "infra/python/wheels/protobuf-py3"
  version: "version:4.25.1"
>

wheel: <
  name: "infra/python/wheels/googleapis-common-protos-py2_py3"
  version: "version:1.61.0"
>

wheel: <
  name: "infra/python/wheels/packaging-py3"
  version: "version:21.3"
>

wheel: <
  name: "infra/python/wheels/pyparsing-py2_py3"
  version: "version:2.4.7"
>

wheel: <
  name: "infra/python/wheels/iniconfig-py3"
  version: "version:1.1.1"
>

wheel: <
  name: "infra/python/wheels/tomli-py3"
  version: "version:2.0.1"
>

wheel: <
  name: "infra/python/wheels/exceptiongroup-py3"
  version: "version:1.1.2"
>

wheel: <
  name: "infra/python/wheels/pluggy-py3"
  version: "version:0.13.1"
>

wheel: <
  name: "infra/python/wheels/pytest-py3"
  version: "version:7.3.1"
>

wheel: <
  name: "infra/python/wheels/pytest-asyncio-py3"
  version: "version:0.19.0"
>