python-virtualenv 14.0.5+ds-4 source package in Ubuntu

Changelog

python-virtualenv (14.0.5+ds-4) unstable; urgency=medium

  * d/tests/control: Add allow-stderr restriction.

 -- Barry Warsaw <email address hidden>  Sun, 28 Feb 2016 20:36:25 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-virtualenv_14.0.5+ds-4.dsc 2.5 KiB ed18d6ced715d26dd3afc347017042292eb00d7b09c1d8a3ff574f060df9fa61
python-virtualenv_14.0.5+ds.orig.tar.gz 94.2 KiB 8d1fa8cda7f66b19c2aa55c3b892c8a958011fcfde020bc461c4323d8ac3862e
python-virtualenv_14.0.5+ds-4.debian.tar.xz 40.4 KiB 8634be11cc0487f07c13a4f7157d28446845016c297fb78ca91657b4856545e1

No changes file available.

Binary packages built by this source

python-virtualenv: Python virtual environment creator

 The virtualenv utility creates virtual Python instances, each invokable
 with its own Python executable. Each instance can have different sets
 of modules, installable via easy_install. Virtual Python instances can
 also be created without root access.
 .
 This is the Python 2 version of the library.

python3-virtualenv: Python virtual environment creator

 The virtualenv utility creates virtual Python instances, each invokable
 with its own Python executable. Each instance can have different sets
 of modules, installable via easy_install. Virtual Python instances can
 also be created without root access.
 .
 This is the Python 3 version of the library.

virtualenv: Python virtual environment creator

 The virtualenv utility creates virtual Python instances, each invokable
 with its own Python executable. Each instance can have different sets
 of modules, installable via easy_install. Virtual Python instances can
 also be created without root access.
 .
 This is the command line script and manpage.