Package: virtualenvwrapper / 3.4-2

Metadata

Package Version Patches format
virtualenvwrapper 3.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debianspecific setup.py.patch | (download)

setup.py | 17 1 + 16 - 0 !
1 file changed, 1 insertion(+), 16 deletions(-)

 this patch performs debian specific customizations of
 setup.py. It removes script and package data installation and uses the
 system wide setuptools installation, which is actually distribute on
 Debian systems.
remove_bitbucket_support.patch | (download)

docs/sphinx/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove bitbucket requirement from sphinx configuration
 The upstream sphinx configuration requires the bitbucket plugin that
 has not yet been packaged for Debian, this patch removes this
 requirement

fix python3 sphinx build.patch | (download)

docs/sphinx/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build for python3-sphinx