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

Changelog

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

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)

  [ Barry Warsaw ]
  * d/patches/use-wheels.patch: _markerlib is no longer needed or
    available, so don't try to install it.  (Closes: #821223)

 -- Barry Warsaw <email address hidden>  Mon, 18 Apr 2016 10:59:28 -0400

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_15.0.1+ds-2.dsc 2.5 KiB 376105c35d7570b6f148ce242112093d8ac5fc8a2d1d460408e96e3d73c06b9b
python-virtualenv_15.0.1+ds.orig.tar.gz 85.9 KiB bee123cd9dd3ecde32b2ad2036a7f41b43b6dcaeada4946e1f1d9757c05351bc
python-virtualenv_15.0.1+ds-2.debian.tar.xz 40.6 KiB 2cc263ccf0c54f06b051b3197e1566fdb468b968279f56a73dd4302460e32be7

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.