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

2015-06-29 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-flake8, python2-flake8): New variables. [...] > +(synopsis > + "The modular source code checker: pep8, pyflakes and co") Rather: “Modular Python source code analysis tool”? > +(description > + "Flake8 is a wrapper a

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

2015-06-26 Thread Cyril Roelandt
* gnu/packages/python.scm (python-flake8, python2-flake8): New variables. --- gnu/packages/python.scm | 73 + 1 file changed, 73 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b35af55..47989f9 100644 --- a/gnu/pac