Package: python-installer / 0.6.0+dfsg1-1

Metadata

Package Version Patches format
python-installer 0.6.0+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sphinx default theme | (download)

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

 disable furo theme for documentation

Furo is not packaged in Debian, yet.

skip script tests | (download)

tests/test_scripts.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip tests for windows launchers

We don't include the bundled simple_launcher .exes in our Debian source
package, for DFSG reasons. They aren't needed outside Windows.

search wheels for dist info | (download)

src/installer/sources.py | 29 28 + 1 - 0 !
src/installer/utils.py | 8 8 + 0 - 0 !
tests/test_sources.py | 17 17 + 0 - 0 !
tests/test_utils.py | 22 22 + 0 - 0 !
4 files changed, 75 insertions(+), 1 deletion(-)

 search wheels for .dist-info directories

Some wheels don't use normalized names for their .dist-info directories,
so search the wheel for them.

Fixes: #134
Bug-Upstream: https://github.com/pypa/installer/issues/134
Bug-Debian: https://bugs.debian.org/1008606