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

Changelog

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

  * d/patches/use-wheels.patch: Also install _markerlib in the virtual
    environment.
  * d/tests/setup-{2,3}: Added.

 -- Barry Warsaw <email address hidden>  Sat, 27 Feb 2016 13:45:48 -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-3.dsc 2.5 KiB 7121b124d7e0ee54c620a5bc386caad6216ac6981bad9c7aec5066dda7b3dc48
python-virtualenv_14.0.5+ds.orig.tar.gz 94.2 KiB 8d1fa8cda7f66b19c2aa55c3b892c8a958011fcfde020bc461c4323d8ac3862e
python-virtualenv_14.0.5+ds-3.debian.tar.xz 40.3 KiB ef29bf0b135c964c71088326173ee899a07e408869f97c2fe8c9e2bfd0507e73

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.