Adrià Vilanova MartÃnez | de94280 | 2022-07-15 14:06:55 +0200 | [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/appengine-python-standard-py3" |
| 12 | version: "version:0.3.1" |
| 13 | > |
| 14 | |
| 15 | wheel: < |
| 16 | name: "infra/python/wheels/flask-py2_py3" |
| 17 | version: "version:1.0.2" |
| 18 | > |
| 19 | |
| 20 | wheel: < |
| 21 | name: "infra/python/wheels/google-api-python-client-py3" |
| 22 | version: "version:2.2.0" |
| 23 | > |
| 24 | |
| 25 | wheel: < |
| 26 | name: "infra/python/wheels/google-auth-py2_py3" |
| 27 | version: "version:1.35.0" |
| 28 | > |
| 29 | |
| 30 | wheel: < |
| 31 | name: "infra/python/wheels/google-cloud-logging-py3" |
| 32 | version: "version:3.0.0" |
| 33 | > |
| 34 | |
| 35 | wheel: < |
| 36 | name: "infra/python/wheels/google-cloud-storage-py2_py3" |
| 37 | version: "version:1.41.1" |
| 38 | > |
| 39 | |
| 40 | wheel: < |
| 41 | name: "infra/python/wheels/httplib2-py3" |
| 42 | version: "version:0.19.1" |
| 43 | > |
| 44 | |
| 45 | wheel: < |
| 46 | name: "infra/python/wheels/oauth2client-py2_py3" |
| 47 | version: "version:4.1.3" |
| 48 | > |
| 49 | |
| 50 | wheel: < |
| 51 | name: "infra/python/wheels/six-py2_py3" |
| 52 | version: "version:1.15.0" |
| 53 | > |
| 54 | |
| 55 | # Required for testing only. |
| 56 | wheel: < |
| 57 | name: "infra/python/wheels/pytest-py3" |
| 58 | version: "version:6.2.2" |
| 59 | > |
| 60 | |
| 61 | # Required by appengine-python-standard==0.3.1 |
| 62 | wheel: < |
| 63 | name: "infra/python/wheels/attrs-py2_py3" |
| 64 | version: "version:21.4.0" |
| 65 | > |
| 66 | |
| 67 | # Required by appengine-python-standard==0.3.1 |
| 68 | wheel: < |
| 69 | name: "infra/python/wheels/frozendict-py3" |
| 70 | version: "version:2.0.6" |
| 71 | > |
| 72 | |
| 73 | # Required by appengine-python-standard==0.3.1 |
| 74 | wheel: < |
| 75 | name: "infra/python/wheels/mock-py3" |
| 76 | version: "version:4.0.3" |
| 77 | > |
| 78 | |
| 79 | # Required by appengine-python-standard==0.3.1 |
| 80 | wheel: < |
| 81 | name: "infra/python/wheels/pillow/${vpython_platform}" |
| 82 | version: "version:8.3.1" |
| 83 | > |
| 84 | |
| 85 | # Required by appengine-python-standard==0.3.1 |
| 86 | wheel: < |
| 87 | name: "infra/python/wheels/protobuf-py3" |
| 88 | version: "version:3.19.3" |
| 89 | > |
| 90 | |
| 91 | # Required by appengine-python-standard==0.3.1 |
| 92 | wheel: < |
| 93 | name: "infra/python/wheels/pytz-py2_py3" |
| 94 | version: "version:2021.1" |
| 95 | > |
| 96 | |
| 97 | # Required by appengine-python-standard==0.3.1 |
| 98 | wheel: < |
| 99 | name: "infra/python/wheels/ruamel_yaml-py3" |
| 100 | version: "version:0.17.16" |
| 101 | > |
| 102 | |
| 103 | # Required by Flask==1.0.2 |
| 104 | wheel: < |
| 105 | name: "infra/python/wheels/click-py2_py3" |
| 106 | version: "version:7.0" |
| 107 | > |
| 108 | |
| 109 | # Required by Flask==1.0.2 |
| 110 | wheel: < |
| 111 | name: "infra/python/wheels/itsdangerous-py2_py3" |
| 112 | version: "version:1.1.0" |
| 113 | > |
| 114 | |
| 115 | # Required by Flask==1.0.2 |
| 116 | wheel: < |
| 117 | name: "infra/python/wheels/jinja2-py2_py3" |
| 118 | version: "version:2.10.1" |
| 119 | > |
| 120 | |
| 121 | # Required by Flask==1.0.2 |
| 122 | wheel: < |
| 123 | name: "infra/python/wheels/werkzeug-py2_py3" |
| 124 | version: "version:1.0.1" |
| 125 | > |
| 126 | |
| 127 | # Required by google-api-python-client==2.2.0 and |
| 128 | # google-cloud-core==2.2.2 and google-cloud-logging==3.0.0 |
| 129 | wheel: < |
| 130 | name: "infra/python/wheels/google-api-core-py3" |
| 131 | version: "version:1.31.5" |
| 132 | > |
| 133 | |
| 134 | # Required by google-api-python-client==2.2.0 |
| 135 | wheel: < |
| 136 | name: "infra/python/wheels/google-auth-py2_py3" |
| 137 | version: "version:1.35.0" |
| 138 | > |
| 139 | |
| 140 | # Required by google-api-python-client==2.2.0 |
| 141 | wheel: < |
| 142 | name: "infra/python/wheels/google-auth-httplib2-py2_py3" |
| 143 | version: "version:0.1.0" |
| 144 | > |
| 145 | |
| 146 | # Required by google-api-python-client==2.2.0 |
| 147 | wheel: < |
| 148 | name: "infra/python/wheels/uritemplate-py2_py3" |
| 149 | version: "version:3.0.0" |
| 150 | > |
| 151 | |
| 152 | # Required by google-api-core==1.25.1 |
| 153 | wheel: < |
| 154 | name: "infra/python/wheels/googleapis-common-protos-py2_py3" |
| 155 | version: "version:1.52.0" |
| 156 | > |
| 157 | |
| 158 | # Required by google-api-core==1.25.1 |
| 159 | wheel: < |
| 160 | name: "infra/python/wheels/requests-py2_py3" |
| 161 | version: "version:2.25.1" |
| 162 | > |
| 163 | |
| 164 | # Required by google-auth==1.29.0 |
| 165 | wheel: < |
| 166 | name: "infra/python/wheels/cachetools-py3" |
| 167 | version: "version:4.2.1" |
| 168 | > |
| 169 | |
| 170 | # Required by google-auth==1.29.0 |
| 171 | wheel: < |
| 172 | name: "infra/python/wheels/pyasn1_modules-py2_py3" |
| 173 | version: "version:0.2.8" |
| 174 | > |
| 175 | |
| 176 | # Required by google-auth==1.29.0 |
| 177 | wheel: < |
| 178 | name: "infra/python/wheels/rsa-py3" |
| 179 | version: "version:4.7.2" |
| 180 | > |
| 181 | |
| 182 | # Required by google-cloud-logging==3.0.0 |
| 183 | wheel: < |
| 184 | name: "infra/python/wheels/google-cloud-appengine-logging-py2_py3" |
| 185 | version: "version:1.1.1" |
| 186 | > |
| 187 | |
| 188 | # Required by google-cloud-logging==3.0.0 |
| 189 | wheel: < |
| 190 | name: "infra/python/wheels/google-cloud-audit-log-py2_py3" |
| 191 | version: "version:0.2.0" |
| 192 | > |
| 193 | |
| 194 | # Required by google-cloud-logging==3.0.0 |
| 195 | wheel: < |
| 196 | name: "infra/python/wheels/grpc-google-iam-v1-py3" |
| 197 | version: "version:0.12.3" |
| 198 | > |
| 199 | |
| 200 | # Required by google-cloud-logging==3.0.0 |
| 201 | wheel: < |
| 202 | name: "infra/python/wheels/proto-plus-py3" |
| 203 | version: "version:1.20.3" |
| 204 | > |
| 205 | |
| 206 | # Required by google-cloud-storage==1.41.1 |
| 207 | wheel: < |
| 208 | name: "infra/python/wheels/google-resumable-media-py3" |
| 209 | version: "version:2.2.1" |
| 210 | > |
| 211 | |
| 212 | # Required by google-cloud-storage==1.41.1 |
| 213 | wheel: < |
| 214 | name: "infra/python/wheels/google-cloud-core-py3" |
| 215 | version: "version:2.2.2" |
| 216 | > |
| 217 | |
| 218 | # Required by google-cloud-storage==1.41.1 |
| 219 | wheel: < |
| 220 | name: "infra/python/wheels/google-crc32c/${vpython_platform}" |
| 221 | version: "version:1.3.0" |
| 222 | > |
| 223 | |
| 224 | # Required by grpc-google-iam-v1==0.12.3 |
| 225 | wheel: < |
| 226 | name: "infra/python/wheels/grpcio/${vpython_platform}" |
| 227 | version: "version:1.44.0" |
| 228 | > |
| 229 | |
| 230 | # Required by httplib2==0.19.1 |
| 231 | wheel: < |
| 232 | name: "infra/python/wheels/pyparsing-py2_py3" |
| 233 | version: "version:2.4.7" |
| 234 | > |
| 235 | |
| 236 | # Required by Jinja2==2.10.1 |
| 237 | wheel: < |
| 238 | name: "infra/python/wheels/markupsafe/${vpython_platform}" |
| 239 | version: "version:1.1.1" |
| 240 | > |
| 241 | |
| 242 | # Required by oauth2client==4.1.3 |
| 243 | wheel: < |
| 244 | name: "infra/python/wheels/pyasn1-py2_py3" |
| 245 | version: "version:0.4.8" |
| 246 | > |
| 247 | |
| 248 | # Required by pytest==6.2.2 |
| 249 | wheel: < |
| 250 | name: "infra/python/wheels/iniconfig-py3" |
| 251 | version: "version:1.1.1" |
| 252 | > |
| 253 | |
| 254 | # Required by pytest==6.2.2 |
| 255 | wheel: < |
| 256 | name: "infra/python/wheels/packaging-py2_py3" |
| 257 | version: "version:16.8" |
| 258 | > |
| 259 | |
| 260 | # Required by pytest==6.2.2 |
| 261 | wheel: < |
| 262 | name: "infra/python/wheels/pluggy-py3" |
| 263 | version: "version:0.13.1" |
| 264 | > |
| 265 | |
| 266 | # Required by pytest==6.2.2 |
| 267 | wheel: < |
| 268 | name: "infra/python/wheels/py-py2_py3" |
| 269 | version: "version:1.10.0" |
| 270 | > |
| 271 | |
| 272 | # Required by pytest==6.2.2 |
| 273 | wheel: < |
| 274 | name: "infra/python/wheels/toml-py3" |
| 275 | version: "version:0.10.1" |
| 276 | > |
| 277 | |
| 278 | # Required by requests==2.25.1 |
| 279 | wheel: < |
| 280 | name: "infra/python/wheels/certifi-py2_py3" |
| 281 | version: "version:2020.12.5" |
| 282 | > |
| 283 | |
| 284 | # Required by requests==2.25.1 |
| 285 | wheel: < |
| 286 | name: "infra/python/wheels/chardet-py2_py3" |
| 287 | version: "version:4.0.0" |
| 288 | > |
| 289 | |
| 290 | # Required by requests==2.25.1 |
| 291 | wheel: < |
| 292 | name: "infra/python/wheels/idna-py2_py3" |
| 293 | version: "version:2.8" |
| 294 | > |
| 295 | |
| 296 | # Required by requests==2.25.1 |
| 297 | wheel: < |
| 298 | name: "infra/python/wheels/urllib3-py2_py3" |
| 299 | version: "version:1.26.4" |
| 300 | > |
| 301 | |
| 302 | # Required by ruamel.yaml==0.17.16 |
| 303 | wheel: < |
| 304 | name: "infra/python/wheels/ruamel_yaml_clib/${vpython_platform}" |
| 305 | version: "version:0.2.6" |
| 306 | > |