Gavin Mak | 3ed8446 | 2023-01-25 21:19:54 +0000 | [diff] [blame] | 1 | # This is a vpython "spec" file. |
| 2 | # |
| 3 | # Read more about `vpython` and how to modify this file here: |
| 4 | # https://chromium.googlesource.com/infra/infra/+/main/doc/users/vpython.md |
| 5 | # List of available wheels: |
| 6 | # https://chromium.googlesource.com/infra/infra/+/main/infra/tools/dockerbuild/wheels.md |
| 7 | |
| 8 | python_version: "3.8" |
| 9 | |
| 10 | wheel: < |
| 11 | name: "infra/python/wheels/pytest-py3" |
| 12 | version: "version:6.2.2" |
| 13 | > |
| 14 | |
| 15 | # Required by pytest==6.2.2 |
| 16 | wheel: < |
| 17 | name: "infra/python/wheels/py-py2_py3" |
| 18 | version: "version:1.10.0" |
| 19 | > |
| 20 | |
| 21 | # Required by pytest==6.2.2 |
| 22 | wheel: < |
| 23 | name: "infra/python/wheels/iniconfig-py3" |
| 24 | version: "version:1.1.1" |
| 25 | > |
| 26 | |
| 27 | # Required by pytest==6.2.2 |
| 28 | wheel: < |
Gavin Mak | ea2e330 | 2023-03-11 06:46:20 +0000 | [diff] [blame^] | 29 | name: "infra/python/wheels/packaging-py3" |
| 30 | version: "version:23.0" |
Gavin Mak | 3ed8446 | 2023-01-25 21:19:54 +0000 | [diff] [blame] | 31 | > |
| 32 | |
| 33 | # Required by pytest==6.2.2 |
| 34 | wheel: < |
| 35 | name: "infra/python/wheels/pluggy-py3" |
| 36 | version: "version:0.13.1" |
| 37 | > |
| 38 | |
| 39 | # Required by pytest==6.2.2 |
| 40 | wheel: < |
| 41 | name: "infra/python/wheels/toml-py3" |
| 42 | version: "version:0.10.1" |
| 43 | > |
| 44 | |
| 45 | # Required by pytest==6.2.2 |
| 46 | wheel: < |
| 47 | name: "infra/python/wheels/pyparsing-py3" |
| 48 | version: "version:3.0.7" |
| 49 | > |
| 50 | |
| 51 | # Required by pytest==6.2.2 |
| 52 | wheel: < |
| 53 | name: "infra/python/wheels/attrs-py2_py3" |
| 54 | version: "version:21.4.0" |
| 55 | > |
| 56 | |
| 57 | # Required by packaging==16.8 |
| 58 | wheel: < |
| 59 | name: "infra/python/wheels/six-py2_py3" |
| 60 | version: "version:1.16.0" |
| 61 | > |
Gavin Mak | ea2e330 | 2023-03-11 06:46:20 +0000 | [diff] [blame^] | 62 | |
| 63 | wheel: < |
| 64 | name: "infra/python/wheels/black-py3" |
| 65 | version: "version:23.1.0" |
| 66 | > |
| 67 | |
| 68 | # Required by black==23.1.0 |
| 69 | wheel: < |
| 70 | name: "infra/python/wheels/mypy-extensions-py3" |
| 71 | version: "version:0.4.3" |
| 72 | > |
| 73 | |
| 74 | # Required by black==23.1.0 |
| 75 | wheel: < |
| 76 | name: "infra/python/wheels/tomli-py3" |
| 77 | version: "version:2.0.1" |
| 78 | > |
| 79 | |
| 80 | # Required by black==23.1.0 |
| 81 | wheel: < |
| 82 | name: "infra/python/wheels/platformdirs-py3" |
| 83 | version: "version:2.5.2" |
| 84 | > |
| 85 | |
| 86 | # Required by black==23.1.0 |
| 87 | wheel: < |
| 88 | name: "infra/python/wheels/pathspec-py3" |
| 89 | version: "version:0.9.0" |
| 90 | > |
| 91 | |
| 92 | # Required by black==23.1.0 |
| 93 | wheel: < |
| 94 | name: "infra/python/wheels/typing-extensions-py3" |
| 95 | version: "version:4.3.0" |
| 96 | > |
| 97 | |
| 98 | # Required by black==23.1.0 |
| 99 | wheel: < |
| 100 | name: "infra/python/wheels/click-py3" |
| 101 | version: "version:8.0.3" |
| 102 | > |