guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42114] [PATCH] gnu: Add plover.


From: Mathieu Othacehe
Subject: [bug#42114] [PATCH] gnu: Add plover.
Date: Sun, 05 Jul 2020 11:47:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Nicolas,

> +    (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?

Otherwise, this looks fine.

Thanks,

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]