Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/p/pycirkuit.html
Setting up pycirkuit (0.5.1-3) ...
/usr/lib/python3/dist-packages/pycirkuit/highlighter.py:40:
SyntaxWarning: invalid escape sequence '\{'
self.highlightingRules.append((QRegExp("[()\{\},;]"), punctuationFormat))
/usr/lib/python3/dist-packages/pycirkuit/highlighter.py:46:
SyntaxWarning: invalid escape sequence '\+'
self.highlightingRules.append((QRegExp("(\+|\-|\*|/|\.|=|<-|->|<->){1,1}"),
operatorFormat))
/usr/lib/python3/dist-packages/pycirkuit/highlighter.py:61:
SyntaxWarning: invalid escape sequence '\.'
picBoundaryPatterns = ["^\.P[SE]{1,1}\\b"]
/usr/lib/python3/dist-packages/pycirkuit/tools/pdflatex.py:67:
SyntaxWarning: invalid escape sequence '\S'
expr = "! (\S.*$)|l\.([0-9]+) (.*$)"