Path to this page:
./
devel/py-virtualenv,
Virtual Python Environment builder
Branch: CURRENT,
Version: 20.28.0,
Package name: py312-virtualenv-20.28.0,
Maintainer: pkgsrc-usersvirtualenv is a tool to create isolated Python environments.
The basic problem being addressed is one of dependencies and
versions, and indirectly permissions. Imagine you have an application
that needs version 1 of LibFoo, but another application requires
version 2. How can you use both these applications? If you install
everything into /usr/lib/python2.7/site-packages (or whatever your
platform's standard location is), it's easy to end up in a situation
where you unintentionally upgrade an application that shouldn't be
upgraded.
Or more generally, what if you want to install an application and
leave it be? If an application works, any change in its libraries
or the versions of those libraries can break the application.
Also, what if you can't install packages into the global site-packages
directory? For instance, on a shared host.
In all these cases, virtualenv can help you. It creates an environment
that has its own installation directories, that doesn't share
libraries with other virtualenv environments (and optionally doesn't
access the globally installed libraries either).
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 7471.063 KB
Version history: (Expand)
- (2024-11-30) Updated to version: py312-virtualenv-20.28.0
- (2024-11-04) Updated to version: py312-virtualenv-20.27.1
- (2024-10-03) Updated to version: py312-virtualenv-20.26.6
- (2024-09-18) Updated to version: py312-virtualenv-20.26.5
- (2024-09-10) Updated to version: py312-virtualenv-20.26.4
- (2024-06-26) Updated to version: py311-virtualenv-20.26.3
CVS history: (Expand)
2024-11-30 10:03:34 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-virtualenv: .. and PLIST
|
2024-11-30 10:01:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.28.0
20.28.0
Write CACHEDIR.TAG file on creation
|
2024-11-04 11:09:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.27.1
v20.27.1 (2024-10-28)
Bugfixes - 20.27.1
Upgrade embedded wheels:
pip to 24.3.1 from 24.2
v20.27.0 (2024-10-17)
Features - 20.27.0
Drop 3.7 support as the CI environments no longer allow it running - by @gaborbernat.
Bugfixes - 20.27.0
When a $PATH entry cannot be checked for existence, skip it instead of \
terminating - by @hroncok.
Upgrade embedded wheels:
setuptools to 75.2.0 from 75.1.0
Removed pip of 24.0
Removed setuptools of 68.0.0
Removed wheel of 0.42.0
by @gaborbernat.
Fix zipapp is broken on Windows post distlib 0.3.9
|
2024-10-03 10:48:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 20.26.6
Bugfixes - 20.26.6
Properly quote string placeholders in activation script templates to mitigate \
potential command injection
|
2024-09-18 10:30:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.26.5
Bugfixes - 20.26.5
Upgrade embedded wheels: setuptools to 75.1.0 from 74.1.2
|
2024-09-10 09:23:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.26.4
v20.26.4 (2024-09-07)
Bugfixes - 20.26.4
no longer create () output in console during activation of a virtualenv by .bat file.
Upgrade embedded wheels:
wheel to 0.44.0 from 0.43.0
pip to 24.2 from 24.1
setuptools to 74.1.2 from 70.1.0
|
2024-06-26 21:44:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.26.3
Bugfixes - 20.26.3
Upgrade embedded wheels:
setuptools to 70.1.0 from 69.5.1
pip to 24.1``from ``24.0
|
2024-05-14 11:26:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 20.26.2
Bugfixes - 20.26.2
virtualenv.pyz no longer fails when zipapp path contains a symlink
Fix bad return code from activate.sh if hashing is disabled
|