pyenv.pyenv/plugins
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
..
pyenv-binary pyenv-binary: add the build subcommand 2026-07-22 13:09:07 +05:30
python-build 2.8.1 2026-07-18 22:02:09 +03:00
.gitignore Add an experimental pyenv-binary plugin with a save command (#3487) 2026-07-03 09:08:54 +03:00