./devel/py-virtualenv, Virtual Python Environment builder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20.25.1, Package name: py311-virtualenv-20.25.1, Maintainer: pkgsrc-users

virtualenv 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: 6984.708 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-23 08:56:03 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-virtualenv: updated to 20.25.1

Bugfixes - 20.25.1
Upgrade embedded wheels:
setuptools to 69.0.3 from 69.0.2
pip to 23.3.2 from 23.3.1
Upgrade embedded wheels:
pip 23.3.2 to 24.0`,
setuptools 69.0.3 to 69.1.0.
   2023-12-07 19:29:32 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-virtualenv: update to 20.25.0.

v20.25.0 (2023-12-01)

Features - 20.25.0

    The tests now pass on the CI with Python 3.13.0a2 - by @hroncok. (#2673)

Bugfixes - 20.25.0

    Upgrade embedded wheels:

        wheel to 0.41.3 from 0.41.2 (#2665)

    Upgrade embedded wheels:

        wheel to 0.42.0 from 0.41.3

        setuptools to 69.0.2 from 68.2.2 (#2669)
   2023-11-28 18:16:25 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-virtualenv: fix path to devel/py-test-freezer
   2023-11-28 18:09:22 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-virtualenv: updated to 20.24.7

20.24.7
Upgrade embedded wheels:
wheel to 0.41.3 from 0.41.2
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-virtualenv: updated to 20.24.4

20.24.4

Fix typo found by codespell
Updating extend.rst typo