| # This is a vpython "spec" file. |
| # |
| # Read more about `vpython` and how to modify this file here: |
| # https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md |
| |
| python_version:"3.11" |
| |
| # required by nose2 |
| wheel: < |
| name: "infra/python/wheels/coverage/${vpython_platform}" |
| version: "version:7.3.1" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/flask-py2_py3" |
| version: "version:1.0.2" |
| > |
| |
| # Required by Flask==1.0.2 |
| wheel: < |
| name: "infra/python/wheels/click-py2_py3" |
| version: "version:7.0" |
| > |
| |
| # Required by Flask==1.0.2 |
| wheel: < |
| name: "infra/python/wheels/itsdangerous-py2_py3" |
| version: "version:1.1.0" |
| > |
| |
| # Required by Flask==1.0.2 |
| wheel: < |
| name: "infra/python/wheels/jinja2-py2_py3" |
| version: "version:2.10.1" |
| > |
| |
| # Required by Flask==1.0.2 |
| wheel: < |
| name: "infra/python/wheels/werkzeug-py2_py3" |
| version: "version:1.0.1" |
| > |
| |
| # Required by Jinja2==2.10.1 |
| wheel: < |
| name: "infra/python/wheels/markupsafe/${vpython_platform}" |
| version: "version:1.1.1" |
| > |
| |
| # required by nose2 |
| wheel: < |
| name: "infra/python/wheels/funcsigs-py2_py3" |
| version: "version:1.0.2" |
| > |
| |
| # required by nose2 |
| wheel: < |
| name: "infra/python/wheels/mock-py2_py3" |
| version: "version:2.0.0" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/nose2-py2_py3" |
| version: "version:0.10.0" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/parameterized-py2_py3" |
| version: "version:0.7.1" |
| > |
| |
| # required by nose2 |
| wheel: < |
| name: "infra/python/wheels/pbr-py2_py3" |
| version: "version:3.0.0" |
| > |
| |
| # TODO(crbug.com/1017604): need to build a wheel for |
| # manylinux_x86_64 and macosx_10_6_intel |
| #wheel: < |
| # name: "infra/python/wheels/pycrypto/${platform}_${py_python}_${py_abi}" |
| # version: "version:2.6.1" |
| # match_tag: < |
| # abi: "cp38" |
| # platform: "manylinux1_x86_64" |
| # > |
| # match_tag: < |
| # platform: "macosx_10_6_intel" |
| # > |
| #> |
| |
| # Note that six is used by other than tests |
| # Make sure that python can find six in production |
| # required by nose2 |
| wheel: < |
| name: "infra/python/wheels/six-py2_py3" |
| version: "version:1.12.0" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/pyobjc/${vpython_platform}" |
| version: "version:10.0" |
| match_tag: < |
| platform: "macosx_10_10_intel" |
| > |
| match_tag: < |
| platform: "macosx_11_0_arm64" |
| > |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/pywin32/${vpython_platform}" |
| version: "version:306" |
| match_tag: < |
| platform: "win_amd64" |
| > |
| match_tag: < |
| platform: "win32" |
| > |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/pyyaml-py3" |
| version: "version:5.3.1" |
| > |