pyenv.pyenv/plugins/pyenv-binary/test
macayu17 094c0a80ed pyenv-binary: add the build subcommand
Packaging a version by hand means running `pyenv install`, `pyenv binary
save` and `pyenv binary generate-installer` in turn and keeping the names
they produce in step. `build` runs the three in one pass, so the archive,
its metadata and the definition all come out named after the entry.

* The entry name is given explicitly as `<version>:<entry>`, reusing the
  syntax `pyenv install` already accepts, so a packaged build can sit
  beside a plain source install of the same version
* Entry names that `pyenv install` would not install under (`latest`), or
  that would point outside versions/, are refused before anything is
  compiled rather than after
* Linux only for now, matching `save` and `generate-installer`
2026-07-22 13:09:07 +05:30
..
build.bats pyenv-binary: add the build subcommand 2026-07-22 13:09:07 +05:30
generate-installer.bats pyenv-binary: add the generate-installer subcommand 2026-07-16 10:39:50 +03:00
relocate.bats pyenv-binary: add the generate-installer subcommand 2026-07-16 10:39:50 +03:00
save.bats pyenv-binary: add the generate-installer subcommand 2026-07-16 10:39:50 +03:00
test_helper.bash pyenv-binary: add the generate-installer subcommand 2026-07-16 10:39:50 +03:00