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

2017-01-16 Thread Ludovic Courtès
Thomas Danckaert skribis: > * gnu/packages/python.scm (python-autopep8, python2-autopep8): New variables. [...] > + (synopsis > +"Automatically format Python code according to the PEP 8 style > +guide") I removed “Automatically” so that it would fit on one

[PATCH 4/4] gnu: Add python-autopep8.

2017-01-11 Thread Thomas Danckaert
* gnu/packages/python.scm (python-autopep8, python2-autopep8): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fce6217..78532e1 100644 ---