From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtgcv-00052k-CE for guix-patches@gnu.org; Tue, 12 Feb 2019 17:34:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtgcu-0003Cy-2A for guix-patches@gnu.org; Tue, 12 Feb 2019 17:34:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtgcs-0003Br-B0 for guix-patches@gnu.org; Tue, 12 Feb 2019 17:34:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtgcs-0006Z1-7w for guix-patches@gnu.org; Tue, 12 Feb 2019 17:34:02 -0500 Subject: bug#34382: [PATCH 4/5] gnu: Add python-docstyle. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <875ztusyxz.fsf@posteo.net> Date: Tue, 12 Feb 2019 23:33:36 +0100 In-Reply-To: <875ztusyxz.fsf@posteo.net> (Brett Gilio's message of "Thu, 07 Feb 2019 22:10:00 -0600") Message-ID: <87sgwsfxhb.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: Brett Gilio Cc: 34382-done@debbugs.gnu.org Brett Gilio skribis: >>>From 0b66f38dd41230611cad44181a81bda38e40619f Mon Sep 17 00:00:00 2001 > From: Brett Gilio > Date: Thu, 7 Feb 2019 22:04:52 -0600 > Subject: [PATCH 4/5] gnu: Add python-docstyle. > > * gnu/packages/python-xyz.scm (python-docstyle): New variable. Pushed as well. This series ended up taking me more time than I thought. :-) First the patches were sent in reverse order, which I only realized later. Then each patch had tiny issues (indentation, inappropriate description, code duplication, etc.) that I ended up fixing because they looked tiny at first=E2=80=A6 Please pay more attention to these things in the future. Regardless, thank you for the patches! Ludo=E2=80=99.