python-virtualenv 20.16.3+ds-5 source package in Ubuntu

Changelog

python-virtualenv (20.16.3+ds-5) unstable; urgency=medium

  * Support the nocheck build profile.
  * Drop explicit Build-Depends on python3-wheel, no longer needed.

 -- Stefano Rivera <email address hidden>  Tue, 18 Oct 2022 17:36:14 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_20.16.3+ds-5.dsc 2.1 KiB 3d59704c51a30255f53274f03f010da0825c8cfa0afee069c0d1f5ae822a400c
python-virtualenv_20.16.3+ds.orig.tar.xz 3.2 MiB 1af8bb0421871559be0a3b64953fbaa0910ba13c8a80aa86f788b38227ed33ad
python-virtualenv_20.16.3+ds-5.debian.tar.xz 16.0 KiB dc8b1b2da2d897c637ae67416c42e188dae7c83eb7233c8a637f330ff821f90c

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: Python virtual environment creator (Dependency package)

 The virtualenv utility creates virtual Python instances, 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.
 .
 This is a dependency package and may be safely removed.