Package: pyqi / 0.3.2+dfsg-9

Metadata

Package Version Patches format
pyqi 0.3.2+dfsg-9 3.0 (quilt)

Patch series

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

doc/conf.py | 16 8 + 8 - 0 !
doc/tutorials/defining_new_commands.rst | 10 5 + 5 - 0 !
doc/tutorials/defining_new_interfaces.rst | 4 2 + 2 - 0 !
pyqi/__init__.py | 2 1 + 1 - 0 !
pyqi/commands/__init__.py | 2 1 + 1 - 0 !
pyqi/commands/code_header_generator.py | 8 4 + 4 - 0 !
pyqi/commands/make_bash_completion.py | 4 2 + 2 - 0 !
pyqi/commands/make_command.py | 2 1 + 1 - 0 !
pyqi/commands/make_optparse.py | 8 4 + 4 - 0 !
pyqi/commands/make_release.py | 6 3 + 3 - 0 !
pyqi/commands/serve_html_interface.py | 4 2 + 2 - 0 !
pyqi/core/__init__.py | 2 1 + 1 - 0 !
pyqi/core/command.py | 10 5 + 5 - 0 !
pyqi/core/container.py | 2 1 + 1 - 0 !
pyqi/core/exception.py | 2 1 + 1 - 0 !
pyqi/core/factory.py | 2 1 + 1 - 0 !
pyqi/core/interface.py | 2 1 + 1 - 0 !
pyqi/core/interfaces/__init__.py | 2 1 + 1 - 0 !
pyqi/core/interfaces/html/__init__.py | 9 4 + 5 - 0 !
pyqi/core/interfaces/html/input_handler.py | 2 1 + 1 - 0 !
pyqi/core/interfaces/html/output_handler.py | 2 1 + 1 - 0 !
pyqi/core/interfaces/optparse/__init__.py | 2 1 + 1 - 0 !
pyqi/core/interfaces/optparse/input_handler.py | 2 1 + 1 - 0 !
pyqi/core/interfaces/optparse/output_handler.py | 2 1 + 1 - 0 !
pyqi/core/log.py | 4 2 + 2 - 0 !
pyqi/core/parallel.py | 12 6 + 6 - 0 !
pyqi/functional.py | 13 7 + 6 - 0 !
pyqi/interfaces/__init__.py | 4 2 + 2 - 0 !
pyqi/interfaces/html/config/make_bash_completion.py | 2 1 + 1 - 0 !
pyqi/interfaces/html/config/make_command.py | 2 1 + 1 - 0 !
pyqi/interfaces/html/config/make_optparse.py | 2 1 + 1 - 0 !
pyqi/interfaces/optparse/__init__.py | 4 2 + 2 - 0 !
pyqi/interfaces/optparse/config/__init__.py | 2 1 + 1 - 0 !
pyqi/interfaces/optparse/config/make_bash_completion.py | 2 1 + 1 - 0 !
pyqi/interfaces/optparse/config/make_command.py | 2 1 + 1 - 0 !
pyqi/interfaces/optparse/config/make_optparse.py | 2 1 + 1 - 0 !
pyqi/interfaces/optparse/config/make_release.py | 4 2 + 2 - 0 !
pyqi/interfaces/optparse/config/serve_html_interface.py | 2 1 + 1 - 0 !
pyqi/interfaces/optparse/input_handler.py | 4 2 + 2 - 0 !
pyqi/interfaces/optparse/output_handler.py | 4 2 + 2 - 0 !
pyqi/util.py | 4 2 + 2 - 0 !
scripts/bar | 2 1 + 1 - 0 !
scripts/direct_make_command.py | 2 1 + 1 - 0 !
scripts/foo | 2 1 + 1 - 0 !
scripts/optparse | 2 1 + 1 - 0 !
scripts/pyqi | 2 1 + 1 - 0 !
scripts/qiime | 2 1 + 1 - 0 !
scripts/test_bar | 2 1 + 1 - 0 !
scripts/testing | 2 1 + 1 - 0 !
setup.py | 11 6 + 5 - 0 !
50 files changed, 102 insertions(+), 101 deletions(-)

 use 2to3 to port to python3
Bug-Debian: https://bugs.debian.org/937512
fix_sphinx_htmlhelp.patch | (download)

doc/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix htmlhelp in sphinx
Bug-Debian: https://bugs.debian.org/959598