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

Changelog

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

  * d/control: Remove obsolete Built-Using field.

 -- Barry Warsaw <email address hidden>  Fri, 04 Mar 2016 09:01:42 -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-6.dsc 2.5 KiB 9a18ad44041aa5e83a8669fd111f2f4fe0fca50aa21a921f8c49f34e0da4db1c
python-virtualenv_14.0.5+ds.orig.tar.gz 94.2 KiB 8d1fa8cda7f66b19c2aa55c3b892c8a958011fcfde020bc461c4323d8ac3862e
python-virtualenv_14.0.5+ds-6.debian.tar.xz 40.5 KiB 15be9277a578a5ec56801a5e7bca7c091298b847d4b07c59f93010418869076c

Available diffs

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.