Brian Sheedy | 234580e5 | 2019-09-10 17:42:51 | [diff] [blame] | 1 | # This is a vpython "spec" file. |
| 2 | # |
| 3 | # It describes patterns for python wheel dependencies of the python scripts in |
| 4 | # the chromium repo, particularly for dependencies that have compiled components |
| 5 | # (since pure-python dependencies can be easily vendored into third_party). |
| 6 | # |
| 7 | # When vpython is invoked, it finds this file and builds a python VirtualEnv, |
| 8 | # containing all of the dependencies described in this file, fetching them from |
| 9 | # CIPD (the "Chrome Infrastructure Package Deployer" service). Unlike `pip`, |
| 10 | # this never requires the end-user machine to have a working python extension |
| 11 | # compilation environment. All of these packages are built using: |
| 12 | # https://chromium.googlesource.com/infra/infra/+/master/infra/tools/dockerbuild/ |
| 13 | # |
| 14 | # All python scripts in the repo share this same spec, to avoid dependency |
| 15 | # fragmentation. |
| 16 | # |
| 17 | # If you have depot_tools installed in your $PATH, you can invoke python scripts |
| 18 | # in this repo by running them as you normally would run them, except |
| 19 | # substituting `vpython` instead of `python` on the command line, e.g.: |
| 20 | # vpython path/to/script.py some --arguments |
| 21 | # |
| 22 | # Read more about `vpython` and how to modify this file here: |
| 23 | # https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md |
| 24 | |
| 25 | python_version: "3.8" |
Weizhong Xia | e87d257 | 2021-03-21 16:53:51 | [diff] [blame^] | 26 | # Used by: |
| 27 | # build/android/pylib/local/emulator/avd.py |
| 28 | # components/policy/test_support/policy_testserver.py |
| 29 | wheel: < |
| 30 | name: "infra/python/wheels/protobuf-py2_py3" |
| 31 | version: "version:3.6.1" |
| 32 | > |
Brian Sheedy | 234580e5 | 2019-09-10 17:42:51 | [diff] [blame] | 33 | |
| 34 | # TODO(https://crbug.com/898348): Add in necessary wheels as Python3 versions |
| 35 | # become available. |
Daniel Cheng | 826af0e | 2020-06-04 21:14:32 | [diff] [blame] | 36 | wheel: < |
| 37 | name: "infra/python/wheels/six-py2_py3" |
John Budorick | 2f6445a | 2020-12-18 20:32:33 | [diff] [blame] | 38 | version: "version:1.15.0" |
Daniel Cheng | 826af0e | 2020-06-04 21:14:32 | [diff] [blame] | 39 | > |
Ben Pastene | efdcb84 | 2021-01-29 01:38:21 | [diff] [blame] | 40 | |
| 41 | # Common utilities. |
| 42 | wheel: < |
Weizhong Xia | e87d257 | 2021-03-21 16:53:51 | [diff] [blame^] | 43 | name: "infra/python/wheels/psutil/${vpython_platform}" |
Ben Pastene | efdcb84 | 2021-01-29 01:38:21 | [diff] [blame] | 44 | version: "version:5.7.2" |
| 45 | > |
| 46 | wheel: < |
| 47 | name: "infra/python/wheels/requests-py2_py3" |
| 48 | version: "version:2.13.0" |
| 49 | > |
| 50 | |
| 51 | # Used by various python unit tests. |
| 52 | wheel: < |
| 53 | name: "infra/python/wheels/mock-py2_py3" |
| 54 | version: "version:2.0.0" |
| 55 | > |
| 56 | wheel: < |
| 57 | name: "infra/python/wheels/parameterized-py2_py3" |
| 58 | version: "version:0.7.1" |
| 59 | > |
| 60 | wheel: < |
| 61 | name: "infra/python/wheels/pbr-py2_py3" |
| 62 | version: "version:3.0.0" |
| 63 | > |
| 64 | |
| 65 | # Used by: |
| 66 | # build/chromeos/test_runner.py |
| 67 | wheel: < |
| 68 | name: "infra/python/wheels/jsonlines-py2_py3" |
| 69 | version: "version:1.2.0" |
| 70 | > |
| 71 | wheel: < |
| 72 | name: "infra/python/wheels/python-dateutil-py2_py3" |
| 73 | version: "version:2.7.3" |
| 74 | > |
Luke Zielinski | 57397c7c | 2021-03-04 22:53:51 | [diff] [blame] | 75 | |
| 76 | # Used by Web Platform Tests (WPT) codebase in |
| 77 | # //third_party/blink/web_tests/external/wpt/tools/ |
| 78 | wheel: < |
| 79 | name: "infra/python/wheels/html5lib-py2_py3" |
| 80 | version: "version:1.0.1" |
| 81 | > |
| 82 | wheel: < |
| 83 | name: "infra/python/wheels/mozdebug-py2_py3" |
| 84 | version: "version:0.2" |
| 85 | > |
| 86 | wheel: < |
| 87 | name: "infra/python/wheels/mozinfo-py2_py3" |
| 88 | version: "version:1.2.2" |
| 89 | > |
| 90 | wheel: < |
| 91 | name: "infra/python/wheels/mozlog-py2_py3" |
| 92 | version: "version:7.1.0" |
| 93 | > |
| 94 | wheel: < |
| 95 | name: "infra/python/wheels/mozprocess-py2_py3" |
| 96 | version: "version:1.2.1" |
| 97 | > |
| 98 | wheel: < |
| 99 | name: "infra/python/wheels/urllib3-py2_py3" |
| 100 | version: "version:1.24.3" |
| 101 | > |
| 102 | wheel: < |
| 103 | name: "infra/python/wheels/blessings-py2_py3" |
| 104 | version: "version:1.7" |
| 105 | > |
| 106 | wheel: < |
| 107 | name: "infra/python/wheels/mozfile-py2_py3" |
| 108 | version: "version:2.0.0" |
| 109 | > |
| 110 | wheel: < |
| 111 | name: "infra/python/wheels/mozterm-py2_py3" |
| 112 | version: "version:1.0.0" |
| 113 | > |
| 114 | wheel: < |
| 115 | name: "infra/python/wheels/webencodings-py2_py3" |
| 116 | version: "version:0.5.1" |
| 117 | > |
| 118 | wheel: < |
| 119 | name: "infra/python/wheels/certifi-py2_py3" |
| 120 | version: "version:2020.11.8" |
| 121 | > |
| 122 | wheel: < |
| 123 | name: "infra/python/wheels/chardet-py2_py3" |
| 124 | version: "version:3.0.4" |
| 125 | > |
| 126 | wheel: < |
| 127 | name: "infra/python/wheels/idna-py2_py3" |
| 128 | version: "version:2.8" |
| 129 | > |
| 130 | wheel: < |
| 131 | name: "infra/python/wheels/distro-py2_py3" |
| 132 | version: "version:1.4.0" |
| 133 | > |
Luke Zielinski | 5b0bcde3 | 2021-03-17 16:14:14 | [diff] [blame] | 134 | wheel: < |
| 135 | name: "infra/python/wheels/pillow/linux-amd64_cp38_cp38" |
| 136 | version: "version:8.1.2" |
| 137 | > |
Stephen McGruer | 367e9b20 | 2021-03-19 13:32:18 | [diff] [blame] | 138 | |
| 139 | # Used by: |
| 140 | # chrome/test/chromedriver/test/run_webdriver_tests.py |
| 141 | |
| 142 | wheel < |
| 143 | name: "infra/python/wheels/pytest-py2_py3" |
| 144 | version: "version:4.1.1" |
| 145 | > |
| 146 | |
| 147 | wheel < |
| 148 | name: "infra/python/wheels/attrs-py2_py3" |
| 149 | version: "version:18.2.0" |
| 150 | > |
| 151 | |
| 152 | wheel < |
| 153 | name: "infra/python/wheels/six-py2_py3" |
| 154 | version: "version:1.15.0" |
| 155 | > |
| 156 | |
| 157 | wheel < |
| 158 | name: "infra/python/wheels/more-itertools-py2_py3" |
| 159 | version: "version:4.1.0" |
| 160 | > |
| 161 | |
| 162 | wheel < |
| 163 | name: "infra/python/wheels/pluggy-py2_py3" |
| 164 | version: "version:0.8.1" |
| 165 | > |
| 166 | |
| 167 | wheel < |
| 168 | name: "infra/python/wheels/py-py2_py3" |
| 169 | version: "version:1.5.3" |
| 170 | > |
| 171 | |
| 172 | wheel < |
| 173 | name: "infra/python/wheels/funcsigs-py2_py3" |
| 174 | version: "version:1.0.2" |
| 175 | > |
| 176 | |
| 177 | wheel: < |
| 178 | name: "infra/python/wheels/atomicwrites-py2_py3" |
| 179 | version: "version:1.3.0" |
| 180 | > |