Source: doxyqml Version: 0.3.0-1.2 User: [email protected] Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/d/doxyqml.html Setting up doxyqml (0.3.0-1.2) ... /usr/lib/python3/dist-packages/doxyqml/lexer.py:42: SyntaxWarning: invalid escape sequence '\s' Tokenizer(IMPORT, re.compile("^import\s+.*$", re.MULTILINE)), /usr/lib/python3/dist-packages/doxyqml/lexer.py:43: SyntaxWarning: invalid escape sequence '\s' Tokenizer(PRAGMA, re.compile("^pragma\s+\w.*$", re.MULTILINE)), /usr/lib/python3/dist-packages/doxyqml/lexer.py:44: SyntaxWarning: invalid escape sequence '\s' Tokenizer(KEYWORD, re.compile("(default\s+property|property|readonly\s+property|signal)\s+")), /usr/lib/python3/dist-packages/doxyqml/lexer.py:45: SyntaxWarning: invalid escape sequence '\s' Tokenizer(KEYWORD, re.compile("(function)\s+[^(]")), # a named function /usr/lib/python3/dist-packages/doxyqml/qmlclass.py:4: SyntaxWarning: invalid escape sequence '\s' TYPE_RX = "(?P<prefix>\s+type:)(?P<type>[\w.<>|]+)" /usr/lib/python3/dist-packages/doxyqml/qmlclass.py:123: SyntaxWarning: invalid escape sequence '\s' doc_arg_rx = re.compile(r"[@\\]param" + TYPE_RX + "\s+(?P<name>\w+)")

