This package doesn't appear to work when another root directory is used other than /
(using the --root
flag). This is due to the ln -sv
commands using the absolute paths. Instead, the /usr/share/..
can be changed to ../share/..
to make a relative link and therefore having it work as expected. This issue is also present in the pyenv
package, so I will contact the maintainer about that too.
Search Criteria
Package Details: pyenv-git 1:2.0.0.r0.g1270ca6b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyenv-git.git (read-only, click to copy) |
---|---|
Package Base: | pyenv-git |
Description: | Easily switch between multiple versions of Python (Git) |
Upstream URL: | https://github.com/pyenv/pyenv |
Keywords: | management pyenv python version |
Licenses: | MIT |
Conflicts: | pyenv |
Provides: | pyenv |
Submitter: | sigma |
Maintainer: | ronin |
Last Packager: | ronin |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-12 12:05 (UTC) |
Last Updated: | 2021-05-26 01:18 (UTC) |
Dependencies (2)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- git (git-gitAUR, git-glAUR)
Required by (5)
- cozette-drawing-git (requires pyenv) (make)
- pyenv-latest (requires pyenv)
- pyenv-virtualenv (requires pyenv)
- pyenv-virtualenv-git (requires pyenv)
- pyenv-virtualenvwrapper (requires pyenv)
Sources (1)
jdholtz commented on 2023-05-24 03:45 (UTC)
ronin commented on 2021-12-28 04:35 (UTC) (edited on 2021-12-28 04:35 (UTC) by ronin)
see pinned comment smh
ronin commented on 2021-05-21 03:00 (UTC) (edited on 2021-05-21 03:06 (UTC) by ronin)
Version has bumped to 2.0.0-rc1. Here are the current updates based on this commit
Release 2.0.0
- Support for CPython 3.9.5 has been added.
- Support for CPython 3.8.10 has been added.
- Support for CPython 3.10.0b1 has been added.
- Support for GraalPython 21.1.0 has been added.
- Support for Anaconda 2021.05 has been added.
- Support for Miniforge3 4.10.1-1 has been added.
- CPython 3.10-dev target branch renamed.
- CPython 3.10-dev and 3.11-dev updated.
- Bump OpenSSL to 1.1.1x for all Pythons that support MacOS 11
- Update generated configuration files before run ./configure
- Full shell configuration instructions placed into
pyenv init
- Prevent build from installing MacOS apps globally
- ldflags_dirs is not needed for Python and causes failures
Breaking changes
- Split startup logic into PATH and everything else (https://github.com/pyenv/pyenv/issues/1649#issuecomment-694388530)
micwoj92 commented on 2021-05-15 15:37 (UTC)
This is how -git packages should be marked out of date "Flagging this package should only be done if the sources moved or changes in the PKGBUILD are required because of recent upstream changes. "
ronin commented on 2021-05-15 00:41 (UTC) (edited on 2021-05-15 00:41 (UTC) by ronin)
No need to flag this package out of date since this is a git version of it after all. Just notify me if I missed some breaking changes.
matthias.lisin commented on 2020-01-28 16:04 (UTC)
I pushed a small fix for pyenv install. Also I couldn't reproduce your case. 3.8.1 is definitely in the list when running pyenv install --list
matthias.lisin commented on 2020-01-27 20:08 (UTC)
@Cbhihe There should be newer versions available according to https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build
But I haven't build this package for a long time. I'll check it out tomorrow.
cbhihe commented on 2020-01-27 11:23 (UTC)
Hi, last maintenance of pyenv-git was more than a year ago.
Could it be the reason it is behind in terms of available python versions?
As I write the latest python3 version that can be installed in a python virtual environment is 3.8.0, whereas my /usr/bin/python is 3.8.1.
0x647262 commented on 2018-09-04 15:44 (UTC)
@matthias.lisin
I've added you as a co-maintainer of the package.
And if don't put all useless repository files inside.
Interestingly enough, this is how the official installer does it...:
https://github.com/pyenv/pyenv-installer/blob/master/bin/pyenv-installer#L38-L49
I'd recommend asking for that to be changed upstream (a decent Makefile would do the trick).
Pinned Comments
ronin commented on 2021-05-15 00:41 (UTC) (edited on 2021-05-15 00:41 (UTC) by ronin)
No need to flag this package out of date since this is a git version of it after all. Just notify me if I missed some breaking changes.