Package: python-pyo / 1.0.6-2

Metadata

Package Version Patches format
python-pyo 1.0.6-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
setup.diff | (download)

setup.py | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

 fix setup to add jack support as default

remove_pyo_server_test.diff | (download)

tests/pytests/test_functions.py | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

 remove test which needs a jackd/audio card call

Escape backslashes in docstrings.patch | (download)

pyo/examples/x22-events/08-function-calls.py | 2 1 + 1 - 0 !
pyo/lib/mmlmusic.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 escape backslashes in docstrings

Python emits following warnings:

```
pyo/examples/x22-events/08-function-calls.py:8: SyntaxWarning: invalid escape sequence '\*'
  EventCall calls a function, with any number of arguments (\*args) and uses
pyo/lib/mmlmusic.py:25: SyntaxWarning: invalid escape sequence '\ '
  - We can break a long line into multiple short lines with the backslash ( \ ).
```

Escape the backslashes in docstrings to fix those warnings.

Bug-Debian: https://bugs.debian.org/1086927