| package: infra/tools/luci/vpython-native/${platform} |
| description: > |
| vpython is a VirtualEnv Python bootstrap tool. |
| |
| This version includes vpython named as 'python' to allow for transparent |
| replacement of the system python. This makes an especially good pairing |
| with the chromium hermetic python bundle. |
| platforms: |
| - linux-386 |
| - linux-amd64 |
| - linux-arm64 |
| - linux-armv6l |
| - linux-mips64 |
| - linux-mips64le |
| - linux-mipsle |
| - linux-ppc64 |
| - linux-ppc64le |
| - linux-riscv64 |
| - linux-s390x |
| - mac-amd64 |
| - mac-arm64 |
| - windows-386 |
| - windows-amd64 |
| - windows-arm64 |
| go_packages: |
| - infra/tools/vpython/legacy/vpython2.7/cmd/vpython2.7 |
| root: ../../go/bin |
| copies: |
| - src: vpython2.7${exe_suffix} |
| dst: python${exe_suffix} |
| generate_bat_shim: true |
| posix_symlinks: |
| - src: python |
| dst: python2 |
| - src: python |
| dst: python2.7 |
| data: |
| - version_file: .versions/python${exe_suffix}.cipd_version |