1{ 2 "packages": [ 3 { 4 "path": "infra/3pp/tools/cpython3/${platform}", 5 "platforms": [ 6 "linux-amd64", 7 "linux-arm64", 8 "mac-amd64", 9 "mac-arm64", 10 "windows-amd64" 11 ], 12 "tags": [ 13 "version:[email protected]" 14 ], 15 "version_file": ".versions/cpython3.cipd_version" 16 }, 17 { 18 "path": "pigweed/third_party/python_packages/311/${platform}", 19 "platforms": [ 20 "linux-amd64", 21 "mac-amd64", 22 "windows-amd64" 23 ], 24 "subdir": "pip_cache", 25 "tags": [ 26 "git_revision:a789e9c308f3b289c950e8afb3d891fa5b7b39ac" 27 ] 28 } 29 ] 30} 31