Debian Patches
Status for python-pyo/1.0.6-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
setup.diff | Fix setup to add jack support as default | Tiago Bortoletto Vaz <tiago@debian.org> | no | 2025-04-07 | ||
remove_pyo_server_test.diff | Remove test which needs a jackd/audio card call | Tiago Bortoletto Vaz <tiago@debian.org> | no | 2025-04-07 | ||
Escape-backslashes-in-docstrings.patch | 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. |
Benjamin Drung <benjamin.drung@canonical.com> | yes | debian | 2025-04-07 |