Port details |
- pyenv Manage multiple versions of Python
- 2.3.16 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2022-08-24 15:03:08
- Last Update: 2023-03-24 13:40:50
- Commit Hash: a42286a
- Also Listed In: python
- License: MIT
- Description:
- pyenv lets you easily switch between multiple versions of Python.
It's simple, unobtrusive, and follows the UNIX tradition of
single-purpose tools that do one thing well.
This project was forked from rbenv and ruby-build, and modified for
Python.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pyenv/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pyenv
- pkg install pyenv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pyenv
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679665117
SHA256 (pyenv-pyenv-v2.3.16_GH0.tar.gz) = 699d6d87df08428bcd51ce2523a1dba18827a30bef4aea6fdd138935f2a875df
SIZE (pyenv-pyenv-v2.3.16_GH0.tar.gz) = 757897
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- bash : shells/bash
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pyenv
- USES:
- cpe python shebangfix
- pkg-message:
- For install:
- Load pyenv automatically by appending
the following to ~/.bash_profile:
eval "$(pyenv init -)"
- WWW: https://github.com/pyenv/pyenv
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.16 24 Mar 2023 13:40:50
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: update to version 2.3.16 |
2.3.15 10 Mar 2023 19:04:53
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: update to version 2.3.15 |
2.3.14 01 Mar 2023 16:38:44
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: update to version 2.3.14 |
2.3.13 16 Feb 2023 22:30:39
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: update to version 2.3.13 |
2.3.6 04 Nov 2022 07:43:56
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: update to version 2.3.6 |
2.3.5 09 Oct 2022 17:02:41
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: update to version 2.3.5 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.4 05 Sep 2022 10:09:31
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: update to version 2.3.4
- Add missing USES=python |
2.3.3 24 Aug 2022 14:58:41
    |
Jimmy Olgeni (olgeni)  |
devel/pyenv: add port.
pyenv lets you easily switch between multiple versions of Python.
Port structure is the same as devel/rbenv, as pyenv is actually
derived from rbenv. |
Number of commits found: 10
|