Package: python-virtualenv / 1.7.1.2-2

Metadata

Package Version Patches format
python-virtualenv 1.7.1.2-2 3.0 (quilt)

Patch series

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

setup.py | 4 2 + 2 - 0 !
virtualenv.py | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 store files in /usr/share/python-virtualenv/
add_distribute.patch | (download)

virtualenv.py | 23 16 + 7 - 0 !
1 file changed, 16 insertions(+), 7 deletions(-)

 add --distribute as an option in virtualenv.py
 Enable --distribute by default in virtualenv.py but add --setuptools
 and $VIRTUALENV_USE_SETUPTOOLS to fallback to the default upstream
 behavior.
cleanup_tmpdirs.patch | (download)

virtualenv.py | 2 2 + 0 - 0 !
virtualenv_embedded/distribute_setup.py | 3 3 + 0 - 0 !
2 files changed, 5 insertions(+)

 cleanup temporary directory created with mkdtemp()
rebuild_script.patch | (download)

bin/rebuild-script.py | 71 71 + 0 - 0 !
1 file changed, 71 insertions(+)

 include the tool to rebuild the embedded parts of virtualenv.py
 It's part of the upstream git repository, but was left out of the tarball.
system python.patch | (download)

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

 use /usr/bin/python in the shebang.
Bug-Debian: #663228