Lines Matching refs:python
3 # It describes patterns for python wheel dependencies of the python scripts in
5 # (since pure-python dependencies can be easily vendored into third_party).
7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
10 # this never requires the end-user machine to have a working python extension
14 # All python scripts in the repo share this same spec, to avoid dependency
17 # If you have depot_tools installed in your $PATH, you can invoke python scripts
19 # substituting `vpython` instead of `python` on the command line, e.g.:
31 {python: "cp38", abi: "cp38", platform: "manylinux1_x86_64"},
32 {python: "cp38", abi: "cp38", platform: "linux_arm64"},
34 {python: "cp38", abi: "cp38", platform: "macosx_10_10_intel"},
35 {python: "cp38", abi: "cp38", platform: "macosx_11_0_arm64"},
37 {python: "cp38", abi: "cp38", platform: "win32"},
38 {python: "cp38", abi: "cp38", platform: "win_amd64"}
44 name: "infra/python/wheels/six-py2_py3"
49 name: "infra/python/wheels/coverage/${vpython_platform}"
54 name: "infra/python/wheels/pbr-py2_py3"
59 name: "infra/python/wheels/funcsigs-py2_py3"
64 name: "infra/python/wheels/mock-py2_py3"
69 name: "infra/python/wheels/numpy/${vpython_platform}"