unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Mathieu Othacehe <othacehe@gnu.org>
Cc: 42114@debbugs.gnu.org
Subject: [bug#42114] [PATCH] gnu: Add plover.
Date: Mon, 06 Jul 2020 15:03:03 +0200	[thread overview]
Message-ID: <874kqk7q48.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <871rlqjnsx.fsf@gnu.org> (Mathieu Othacehe's message of "Sun, 05 Jul 2020 11:47:42 +0200")

Hello,

Mathieu Othacehe <othacehe@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




  reply	other threads:[~2020-07-06 13:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-28 22:53 [bug#42114] [PATCH] gnu: Add plover Nicolas Goaziou
2020-07-05  9:47 ` Mathieu Othacehe
2020-07-06 13:03   ` Nicolas Goaziou [this message]
2020-07-06 15:09     ` Mathieu Othacehe
2020-07-07 16:52       ` bug#42114: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874kqk7q48.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=42114@debbugs.gnu.org \
    --cc=othacehe@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).