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

Changelog

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

  * d/control: Depend on python-pip-whl >= 8.0.3-3, which adds the pip
    and wheel .whl files.
  * d/rules: Don't dirtbike the pip and wheel .whl files here.  Now all
    .whl files go in python-pip-whl.

 -- Barry Warsaw <email address hidden>  Thu, 03 Mar 2016 16:31:01 -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-5.dsc 2.5 KiB acfba576a3635fe97197b3c64b4efe974ec3d252b81f4e7546201988ded0268d
python-virtualenv_14.0.5+ds.orig.tar.gz 94.2 KiB 8d1fa8cda7f66b19c2aa55c3b892c8a958011fcfde020bc461c4323d8ac3862e
python-virtualenv_14.0.5+ds-5.debian.tar.xz 40.5 KiB a2fd13317e1e476996d17b1949288f572a79605439f8e8d33667bd47295af133

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.