| # vpython VirtualEnv installation package for Recipe Engine. |
| |
| python_version: "3.11" |
| |
| 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: "win_amd64"} |
| ] |
| |
| wheel: < |
| name: "infra/python/wheels/coverage/${vpython_platform}" |
| version: "version:7.3.1" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/six-py2_py3" |
| version: "version:1.15.0" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/requests-py3" |
| version: "version:2.31.0" |
| > |
| wheel: < |
| name: "infra/python/wheels/chardet-py2_py3" |
| version: "version:4.0.0" |
| > |
| wheel: < |
| name: "infra/python/wheels/charset_normalizer-py3" |
| version: "version:2.0.4" |
| > |
| wheel: < |
| name: "infra/python/wheels/idna-py2_py3" |
| version: "version:2.8" |
| > |
| wheel: < |
| name: "infra/python/wheels/urllib3-py2_py3" |
| version: "version:1.26.4" |
| > |
| wheel: < |
| name: "infra/python/wheels/certifi-py2_py3" |
| version: "version:2020.4.5.1" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/protobuf-py3" |
| # NOTE: This MUST have a matching version of: |
| # infra/3pp/tools/protoc/${{platform}} |
| version: "version:4.21.1" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/astunparse-py2_py3" |
| version: "version:1.6.3" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/attrs-py3" |
| version: "version:23.1.0" |
| > |
| |
| ## Gevent |
| wheel: < |
| name: "infra/python/wheels/gevent/${vpython_platform}" |
| version: "version:23.9.1" |
| > |
| wheel: < |
| name: "infra/python/wheels/greenlet/${vpython_platform}" |
| version: "version:3.0.1" |
| > |
| wheel: < |
| name: "infra/python/wheels/zope_event-py3" |
| version: "version:5.0" |
| > |
| wheel: < |
| name: "infra/python/wheels/zope_interface/${vpython_platform}" |
| version: "version:6.0" |
| > |
| wheel: < |
| name: "infra/python/wheels/cffi/${vpython_platform}" |
| version: "version:1.15.1" |
| |
| # This is only required on the windows version of gevent. |
| match_tag: < platform: "win_amd64" > |
| > |
| wheel: < |
| name: "infra/python/wheels/pycparser-py2_py3" |
| version: "version:2.21" |
| |
| # This is only required for cffi. |
| match_tag: < platform: "win_amd64" > |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/psutil/${vpython_platform}" |
| version: "version:5.8.0.chromium.3" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/pympler-py2_py3" |
| version: "version:0.8" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/future-py2_py3" |
| version: "version:0.18.2" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/parameterized-py2_py3" |
| version: "version:0.8.1" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/packaging-py3" |
| version: "version:23.0" |
| > |
| |
| wheel: < |
| name: "infra/python/wheels/packaging-legacy-py3" |
| version: "version:23.0" |
| > |
| |
| # Above this line must exactly match .vpython3, and PRESUBMIT.py will check |
| # this. |
| # |
| # All pycharm-specific wheels follow: |
| |
| wheel: < |
| name: "infra/python/wheels/pydevd-pycharm/${vpython_platform}" |
| version: "version:232.6734.4" |
| > |