Path to this page:
./
devel/py-virtualenv,
Virtual Python Environment builder
Branch: CURRENT,
Version: 20.24.6nb1,
Package name: py311-virtualenv-20.24.6nb1,
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: 6973.015 KB
Version history: (Expand)
- (2023-10-28) Updated to version: py311-virtualenv-20.24.6nb1
- (2023-10-24) Updated to version: py311-virtualenv-20.24.6
- (2023-10-23) Updated to version: py311-virtualenv-20.24.5nb1
- (2023-09-13) Updated to version: py311-virtualenv-20.24.5
- (2023-08-31) Updated to version: py311-virtualenv-20.24.4
- (2023-08-12) Updated to version: py310-virtualenv-20.24.3
CVS history: (Expand)
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) |  |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-10-24 06:32:43 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-virtualenv: updated to 20.24.6
Bugfixes - 20.24.6
Use get_hookimpls method instead of the private attribute in tests.
Upgrade embedded wheels:
setuptools to 68.2.2 from 68.2.0
pip to 23.3.1 from 23.2.1
|
2023-09-13 21:27:35 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-virtualenv: updated to 20.24.5
v20.24.5
Bugfixes - 20.24.5
Declare PyPy 3.10 support
Brew on macOS no longer allows copy builds - disallow choosing this
Upgrade embedded wheels:
setuptools to 68.2.0 from 68.1.2
|
2023-08-31 16:06:25 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-virtualenv: updated to 20.24.4
20.24.4
Fix typo found by codespell
Updating extend.rst typo
|
2023-08-12 14:58:24 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-virtualenv: updated to 20.24.3
Bugfixes - 20.24.3
Fixed ResourceWarning on exit caused by periodic update subprocess
Upgrade embedded wheels:
wheel to 0.41.1 from 0.41.0
|
2023-07-24 20:40:03 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-virtualenv: updated to 20.24.2
Bugfixes - 20.24.2
Upgrade embedded wheels:
- pip to 23.2.1 from 23.2
- wheel to 0.41.0 from 0.40.0
|
2023-07-20 09:53:37 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-virtualenv: updated to 20.24.1
v20.24.1 (2023-07-19)
Bugfixes - 20.24.1
Upgrade embedded wheels:
pip to 23.2 from 23.1.2
|
2023-07-17 18:10:10 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-virtualenv: updated to 20.24.0
v20.24.0 (2023-07-14)
Features
Export the prompt prefix as VIRTUAL_ENV_PROMPT when activating a virtual environment
Bugfixes
Fix test suite
Upgrade embedded wheels:
setuptools to 68.0.0 from 67.8.0
|