[PATCH 2/4] gnu: Add python-qrcode.

2017-01-20 Thread Carlo Zancanaro
* gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 21347b25e..0ee1b6ef8 100644 --- a/gnu/packages/python.scm

Re: [PATCH 2/4] gnu: Add python-qrcode.

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 14:32 schrieb Carlo Zancanaro: > +(description "This module uses image libraries, Python Imaging > +Library (PIL) by default, to generate QR Codes.") Please be a bit more verbose here. AFAIK qr is also able to output QR-codes to the console. -- Regards Hartmut Goebel |

[PATCH 2/4] gnu: Add python-qrcode.

2017-01-02 Thread Carlo Zancanaro
* gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2841830f0..9afb2f0b1 100644 --- a/gnu/packages/python.scm +++