From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdj4E-0005h5-Vc for guix-patches@gnu.org; Thu, 12 Jul 2018 17:24:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdj4D-0001Ao-S6 for guix-patches@gnu.org; Thu, 12 Jul 2018 17:24:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdj4D-0001AY-Nf for guix-patches@gnu.org; Thu, 12 Jul 2018 17:24:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdj4D-0006YX-Hj for guix-patches@gnu.org; Thu, 12 Jul 2018 17:24:01 -0400 Subject: [bug#32055] [PATCH 1/2] gnu: Add python-pymysql. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87bmbmoghm.fsf@lapdog.tobias.gr> <20180704211501.26205-1-me@tobias.gr> Date: Thu, 12 Jul 2018 23:23:04 +0200 In-Reply-To: <20180704211501.26205-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Wed, 4 Jul 2018 23:15:00 +0200") Message-ID: <87h8l4rvwn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Tobias Geerinckx-Rice Cc: 32055@debbugs.gnu.org Hello Tobias, Tobias Geerinckx-Rice skribis: > * gnu/packages/databases.scm (python-pymysql, python2-pymysql): New > public variables. [...] > + (home-page "https://github.com/PyMySQL/PyMySQL/") > + (synopsis "Pure-Python MySQL Driver") Nitpick: "driver" (lowercase). Otherwise LGTM, thanks! Ludo=E2=80=99.