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

Changelog

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

  * d/patches/use-wheels.patch: Since setuptools and pkg_resources are
    separate binary packages in Debian, and thus separate wheels, be sure
    to explicitly install pkg_resources from the distro wheel into the
    virtual environment.  Otherwise the implicit assumption that the two
    always go together will be broken.
  * d/control: Bump Standards-Version to 3.9.7 with no other changes needed.

 -- Barry Warsaw <email address hidden>  Thu, 25 Feb 2016 16:56:36 -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-2.dsc 2.5 KiB 29f1fed3de6147554b76ed40ef3573c93a9a15a29e5987d5fe2d2e3fac144f65
python-virtualenv_14.0.5+ds.orig.tar.gz 94.2 KiB 8d1fa8cda7f66b19c2aa55c3b892c8a958011fcfde020bc461c4323d8ac3862e
python-virtualenv_14.0.5+ds-2.debian.tar.xz 40.1 KiB 94cb6b7f301e99d27d97a7b6a5035c8bd5844d730401fe7375ef5cba3cbb0804

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.