• Home
  • Raw
  • Download

Lines Matching +full:python +full:- +full:version

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.:
20 # vpython path/to/script.py some --arguments
27 # The default set of platforms vpython checks does not yet include mac-arm64.
29 # allows us to ensure that vpython specs stay mac-arm64-friendly
31 {python: "cp27", abi: "cp27mu", platform: "manylinux1_x86_64"},
32 {python: "cp27", abi: "cp27mu", platform: "linux_arm64"},
33 {python: "cp27", abi: "cp27mu", platform: "linux_armv6l"},
35 {python: "cp27", abi: "cp27m", platform: "macosx_10_10_intel"},
36 {python: "cp27", abi: "cp27m", platform: "macosx_11_0_arm64"},
38 {python: "cp27", abi: "cp27m", platform: "win32"},
39 {python: "cp27", abi: "cp27m", platform: "win_amd64"}
45 name: "infra/python/wheels/psutil/${vpython_platform}"
46 version: "version:5.2.2"
52 name: "infra/python/wheels/pypiwin32/${vpython_platform}"
53 version: "version:219"
65 name: "infra/python/wheels/coverage/${vpython_platform}"
66 version: "version:4.3.4"
69 name: "infra/python/wheels/six-py2_py3"
70 version: "version:1.10.0"
73 name: "infra/python/wheels/pbr-py2_py3"
74 version: "version:3.0.0"
77 name: "infra/python/wheels/funcsigs-py2_py3"
78 version: "version:1.0.2"
81 name: "infra/python/wheels/mock-py2_py3"
82 version: "version:2.0.0"
89 name: "infra/python/wheels/numpy/${vpython_platform}"
90 version: "version:1.11.3"