FS#75559 - [pyenv] missing ':latest' hook

Attached to Project: Community Packages
Opened by Corentin Delcourt (codl) - Tuesday, 09 August 2022, 06:47 GMT
Last edited by David Runge (dvzrv) - Sunday, 04 September 2022, 17:53 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The documentation at /usr/share/doc/pyenv/COMMANDS.md mentions that
`pyenv install` should accept a version number with a :latest suffix, however
this does not work with this package.

The issue is that the hook at pyenv/pyenv.d/install/latest.bash in the pyenv
codebase is not included in the package.

https://github.com/pyenv/pyenv/blob/master/pyenv.d/install/latest.bash

Additional info:
pyenv 2.3.3-1

Steps to reproduce:
$ pyenv install 3.8:latest
python-build: definition not found: 3.8:latest

See all available versions with `pyenv install --list'.

If the version you need is missing, try upgrading pyenv.
This task depends upon

Closed by  David Runge (dvzrv)
Sunday, 04 September 2022, 17:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with pyenv 2.3.4-1
Comment by David Runge (dvzrv) - Sunday, 04 September 2022, 17:52 GMT
@codl: Thanks for the ticket!

The changes will be included in the upcoming package upgrade.

Loading...