python-virtualenv 20.13.0+ds-2 source package in Ubuntu

Changelog

python-virtualenv (20.13.0+ds-2) unstable; urgency=medium

  * Patch: Create virtualenvs for system PyPy3.8 installs that isolate from
    system packages.

 -- Stefano Rivera <email address hidden>  Fri, 04 Mar 2022 21:25:56 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.13.0+ds-2.dsc 2.1 KiB 81841f40964696d64106694d7b922f40082e98283c8e30b530afa226dcbfac86
python-virtualenv_20.13.0+ds.orig.tar.xz 3.2 MiB d96a96cb37ee4097d5456856c6d5a0e43b250bf5e764b2553380dd76583a0efa
python-virtualenv_20.13.0+ds-2.debian.tar.xz 14.6 KiB 82f753bde18ef4fd2cf46c4f6b636c47580211447127bf787758be3c5a13f812

Available diffs

No changes file available.

Binary packages built by this source

python3-virtualenv: Python virtual environment creator

 virtualenv is a tool to create isolated Python environments, each invokable
 with its own Python executable. Each instance can have different sets of
 modules, installable via pip. Virtual Python instances can also be created
 without root access.
 .
 Since Python 3.3, a subset of it has been integrated into the standard library
 under the venv module (python3-venv in Debian). The venv module does not
 offer all features of this library, to name just a few more prominent ones:
 .
  * is slower (by not having the app-data seed method),
  * is not as extendable,
  * cannot create virtual environments for arbitrarily installed python
    versions (and automatically discover these),
  * does not have as rich programmatic API (describe virtual environments
    without creating them).
 .
 This is the Python 3 version of the library. It includes the command line
 script.

virtualenv: No summary available for virtualenv in ubuntu kinetic.

No description available for virtualenv in ubuntu kinetic.