GNU bug report logs - #42114
[PATCH] gnu: Add plover.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Sun, 28 Jun 2020 22:55:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 42114 <at> debbugs.gnu.org
Subject: [bug#42114] [PATCH] gnu: Add plover.
Date: Mon, 06 Jul 2020 15:03:03 +0200
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.