GNU bug report logs -
#42114
[PATCH] gnu: Add plover.
Previous Next
Full log
View this message in rfc822 format
Hello,
Mathieu Othacehe <othacehe <at> gnu.org> writes:
>> + (arguments
>> + `(#:python ,python-2))
>> + (native-inputs
>> + `(("python2-mock" ,python2-mock)
>> + ("python2-pytest" ,python2-pytest)
>> + ("python2-setuptools-scm" ,python2-setuptools-scm)))
>> + (inputs
>> + `(("python2-appdirs" ,python2-appdirs)
>> + ("python2-dbus" ,python2-dbus)
>> + ("python2-hidapi" ,python2-hidapi)
>> + ("python2-pyserial" ,python2-pyserial)
>> + ("python2-wxpython" ,python2-wxpython)
>> + ("python2-xlib" ,python2-xlib)))
>
> It seems that this packages supports Python 3, any particular reason to
> stick with Python 2 revision?
Thank you for the review.
What makes you think it supports Python 3? It seems yet-to-be-released
4.0 will do, but not the stable 3.1.1, AFAIK. In any case, using Python
3, two tests fail in the same manner:
try:
this = chr(ESCAPES[this][1])
except KeyError:
if c in ASCIILETTERS:
> raise s.error('bad escape %s' % this, len(this))
E re.error: bad escape \c at position 1
Regards,
--
Nicolas Goaziou
This bug report was last modified 5 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.