On Mon, May 08, 2017 at 10:05:29AM +0200, Marius Bakke wrote: > Leo Famulari writes: > > > * gnu/packages/python.scm (python-mock-2): New variable. > > [...] > > > +;;; Some packages (notably, certbot and python-acme) rely on this newer version > > +;;; of python-mock. However, a large number of packages fail to build with > > +;;; mock@2, so we add a new variable for now. Also, there may be a dependency > > +;;; cycle between mock and six, so we avoid creating python2-mock@2 for now. > ^^^^ > Only two semicolons. The patches LGTM otherwise. The convention is to use 3 when the comment starts at the beginning of the line: https://www.gnu.org/software/guile/manual/html_node/Comments.html Thank you for reviewing my patches!