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

2015-06-29 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-mccabe, python2-mccabe): New variables. [...] > +(description "McCabe checker, plugin for flake8") I’m just guessing, but rather something like: “This package provides a Flake8 plug-in to compute the McCabe cyclomatic complexity o

[PATCH 3/4] gnu: Add python-mccabe.

2015-06-26 Thread Cyril Roelandt
* gnu/packages/python.scm (python-mccabe, python2-mccabe): 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 12eabab..b35af55 100644 --- a/gnu/packages/python.scm +++ b/g