Package: python-virtualenv / 1.11.6+ds-1

Metadata

Package Version Patches format
python-virtualenv 1.11.6+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
system python.patch | (download)

scripts/virtualenv | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use /usr/bin/python3 in the shebang.
Bug-Debian: #663228
entry points.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 prevent installation of virtualenv-x.y since we're not
 providing these for every supported version.
use wheels.patch | (download)

scripts/virtualenv | 9 9 + 0 - 0 !
setup.py | 4 2 + 2 - 0 !
virtualenv.py | 43 41 + 2 - 0 !
3 files changed, 52 insertions(+), 4 deletions(-)

 use the archive's wheels instead of the bundled wheels, by
 prepending their paths onto the front of sys.path.  Also, when the venv is
 created, copy the system wheels into <venv>/lib/python-wheels for use by
 our patched pip wheel.  Make sure the command line script uses the system
 wheels first.
python2 default.patch | (download)

virtualenv.py | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 even though /usr/bin/virtualenv is a python 3 script now, in
 Debian we still want to default to using Python 2 unless the -p/--python
 argument is given.