python-virtualenv 1.11.6+ds-1 source package in Ubuntu
Changelog
python-virtualenv (1.11.6+ds-1) unstable; urgency=medium [ Daniele Tricoli ] * Repack source package to remove embedded copy of python-pip-whl and python-setuptools-whl (Closes: #751233) * debian/rules: - Don't override dh_auto_configure to remove embedded wheels since they are removed from source package * debian/watch: - Add dversionmangle option -- Stefano Rivera <email address hidden> Sat, 01 Nov 2014 12:49:24 -0700
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-virtualenv_1.11.6+ds-1.dsc | 2.5 KiB | 17e4183aaf520dcabcae92d449650955b16915c9eae2ebba91b6ae748ecf4f37 |
python-virtualenv_1.11.6+ds.orig.tar.xz | 71.8 KiB | bc9bb5b71c69b738109a30744dc33c6e7c12caa6e86d0e5dbdd5ca0bb91e2698 |
python-virtualenv_1.11.6+ds-1.debian.tar.xz | 38.7 KiB | 395e00b1b101431873345ab5a7500610753b7085a8ea183020d2e3f7afa48805 |
Available diffs
- diff from 1.11.6-2 to 1.11.6+ds-1 (3.3 KiB)
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.