From unknown Fri Aug 15 20:50:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34382] [PATCH 4/5] gnu: Add python-docstyle. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Feb 2019 04:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34382 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 34382@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.154959901425697 (code B ref -1); Fri, 08 Feb 2019 04:11:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Feb 2019 04:10:14 +0000 Received: from localhost ([127.0.0.1]:38776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUT-0006gO-Qw for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUR-0006g7-AT for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:57303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUM-0006Dw-80 for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxUL-0003hY-8P for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxUK-0006B3-CH for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:05 -0500 Received: from mout02.posteo.de ([185.67.36.66]:57605) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUK-00069Z-5V for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:04 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1F3FF2400FB for ; Fri, 8 Feb 2019 05:10:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1549599003; bh=soAV7QMi5fcP3J5SPZLDENeJDR/NeJeYSD5cU4Gxv/o=; h=From:To:Subject:Date:From; b=Y+K9bWOpo6DJFbxH99lQqhVO+OMxv/dscoCyvRiM8JOVNxNadxB3qFzww+AzuIKFA jP3J013N9ddIIVazAPIBq8DgHqnuxgolMTtbJqXlvOSd1SPMWWxPgYme4drLvqBsre IBl3psOSufw4uHW0+92lia025Tp0Eq6BykzZlibW7pC7o3Q5zPVJ3bnke38ZqM5UxT Dy4Q4r/+AnqdA3p2z0BORgeIv512SjS+kCOMp0Nm/LLaZ5SCNfuU7jZ1YNRFDqKB+p Q+AOVVTHtdDvebhaOENIJjfEPH4uSiaZHADBRg0GvC/P2NMpFmKHIrAYW0d409DVJJ AI/pC8G6skB8A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whXp2xn2z9rxP for ; Fri, 8 Feb 2019 05:10:02 +0100 (CET) From: Brett Gilio Date: Thu, 07 Feb 2019 22:10:00 -0600 Message-ID: <875ztusyxz.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0004-gnu-Add-python-docstyle.patch Content-Description: [PATCH 4/5] gnu: Add python-docstyle. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >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. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5c7241621..c41c4a1cd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2545,6 +2545,27 @@ Language (TOML) configuration files.") (description "An implementation of the JSON RPC 2.0 server library for interoperability with Python.") (license license:expat))) +(define-public python-pydocstyle + (package + (name "python-pydocstyle") + (version "3.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pydocstyle" version)) + (sha256 + (base32 + "1m1xv9clkg9lgzyza6dnj359z04vh5g0h49nhzghv7lg81gchhap")))) + (build-system python-build-system) + (propagated-inputs + `(("python-six" ,python-six) + ("python-snowballstemmer" ,python-snowballstemmer))) + (home-page + "https://github.com/PyCQA/pydocstyle/") + (synopsis "Python docstring style checker") + (description "A docstring style checker/linter for the Python language server.") + (license license:expat))) + (define-public python-black (package (name "python-black") -- 2.20.1 From unknown Fri Aug 15 20:50:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brett Gilio Subject: bug#34382: closed (Re: [bug#34382] [PATCH 4/5] gnu: Add python-docstyle.) Message-ID: References: <87sgwsfxhb.fsf@gnu.org> <875ztusyxz.fsf@posteo.net> X-Gnu-PR-Message: they-closed 34382 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 34382@debbugs.gnu.org Date: Tue, 12 Feb 2019 22:34:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1550010842-25229-1" This is a multi-part message in MIME format... ------------=_1550010842-25229-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34382: [PATCH 4/5] gnu: Add python-docstyle. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 34382@debbugs.gnu.org. --=20 34382: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34382 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1550010842-25229-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34382-done) by debbugs.gnu.org; 12 Feb 2019 22:33:45 +0000 Received: from localhost ([127.0.0.1]:45343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgcb-0006YO-KM for submit@debbugs.gnu.org; Tue, 12 Feb 2019 17:33:45 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:53668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgcW-0006Y9-LW for 34382-done@debbugs.gnu.org; Tue, 12 Feb 2019 17:33:41 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id F12DCF157; Tue, 12 Feb 2019 23:33:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EAOncARtl_2c; Tue, 12 Feb 2019 23:33:38 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 249E6F156; Tue, 12 Feb 2019 23:33:38 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brett Gilio Subject: Re: [bug#34382] [PATCH 4/5] gnu: Add python-docstyle. 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34382-done Cc: 34382-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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. ------------=_1550010842-25229-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Feb 2019 04:10:14 +0000 Received: from localhost ([127.0.0.1]:38776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUT-0006gO-Qw for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUR-0006g7-AT for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:57303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUM-0006Dw-80 for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxUL-0003hY-8P for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxUK-0006B3-CH for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:05 -0500 Received: from mout02.posteo.de ([185.67.36.66]:57605) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUK-00069Z-5V for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:04 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1F3FF2400FB for ; Fri, 8 Feb 2019 05:10:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1549599003; bh=soAV7QMi5fcP3J5SPZLDENeJDR/NeJeYSD5cU4Gxv/o=; h=From:To:Subject:Date:From; b=Y+K9bWOpo6DJFbxH99lQqhVO+OMxv/dscoCyvRiM8JOVNxNadxB3qFzww+AzuIKFA jP3J013N9ddIIVazAPIBq8DgHqnuxgolMTtbJqXlvOSd1SPMWWxPgYme4drLvqBsre IBl3psOSufw4uHW0+92lia025Tp0Eq6BykzZlibW7pC7o3Q5zPVJ3bnke38ZqM5UxT Dy4Q4r/+AnqdA3p2z0BORgeIv512SjS+kCOMp0Nm/LLaZ5SCNfuU7jZ1YNRFDqKB+p Q+AOVVTHtdDvebhaOENIJjfEPH4uSiaZHADBRg0GvC/P2NMpFmKHIrAYW0d409DVJJ AI/pC8G6skB8A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whXp2xn2z9rxP for ; Fri, 8 Feb 2019 05:10:02 +0100 (CET) From: Brett Gilio To: guix-patches@gnu.org Subject: [PATCH 4/5] gnu: Add python-docstyle. Date: Thu, 07 Feb 2019 22:10:00 -0600 Message-ID: <875ztusyxz.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0004-gnu-Add-python-docstyle.patch Content-Description: [PATCH 4/5] gnu: Add python-docstyle. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >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. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5c7241621..c41c4a1cd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2545,6 +2545,27 @@ Language (TOML) configuration files.") (description "An implementation of the JSON RPC 2.0 server library for interoperability with Python.") (license license:expat))) +(define-public python-pydocstyle + (package + (name "python-pydocstyle") + (version "3.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pydocstyle" version)) + (sha256 + (base32 + "1m1xv9clkg9lgzyza6dnj359z04vh5g0h49nhzghv7lg81gchhap")))) + (build-system python-build-system) + (propagated-inputs + `(("python-six" ,python-six) + ("python-snowballstemmer" ,python-snowballstemmer))) + (home-page + "https://github.com/PyCQA/pydocstyle/") + (synopsis "Python docstring style checker") + (description "A docstring style checker/linter for the Python language server.") + (license license:expat))) + (define-public python-black (package (name "python-black") -- 2.20.1 ------------=_1550010842-25229-1-- From unknown Fri Aug 15 20:50:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34382] [PATCH 4/5] gnu: Add python-docstyle. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Feb 2019 00:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34382 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34382-done@debbugs.gnu.org, Brett Gilio Received: via spool by 34382-done@debbugs.gnu.org id=D34382.15500190366051 (code D ref 34382); Wed, 13 Feb 2019 00:51:01 +0000 Received: (at 34382-done) by debbugs.gnu.org; 13 Feb 2019 00:50:36 +0000 Received: from localhost ([127.0.0.1]:45610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtil2-0001ZX-CS for submit@debbugs.gnu.org; Tue, 12 Feb 2019 19:50:36 -0500 Received: from mout01.posteo.de ([185.67.36.65]:46516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtikz-0001ZB-JS for 34382-done@debbugs.gnu.org; Tue, 12 Feb 2019 19:50:35 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id AF7FB16005F for <34382-done@debbugs.gnu.org>; Wed, 13 Feb 2019 01:50:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550019026; bh=e684Z2wPTqZYN4P43+/371jXnJAOO1PC/1U+JsbKnXU=; h=From:To:Cc:Subject:Date:From; b=RD//m9OIadk+wtCEQxGsrLSjiWjQfw5boFS9aCDz1TMReh59rp1r3Cif8KRgiYdca LbnhCwWGlP/6g33NivmEB1zxU7GVFQiPx5p40Ez5wixyuEwWROiLIdq2ezrlBtPTk5 LKS1HemYfNffs+zw1Rx1luaAPLeFsgW5fqHrkBeR+RvqIM4SxVM6ib6DZGlVU+Uht9 Fms/bU/Y4/vMtHB3UaZ2/RnSpdQ7w7V5+ocbAp86JkWRQDTv7ZpdEDawK7U0aZ2Ir0 7V3plXisDjAr6kfROu3NFe7VWlKxdlE04p0ct1rNQ/5WVjP5gRzdTjoU6V2MPWq/3n v9ipQNeGxBe+Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43zgt74Pflz6tm5; Wed, 13 Feb 2019 01:50:23 +0100 (CET) References: <875ztusyxz.fsf@posteo.net> <87sgwsfxhb.fsf@gnu.org> User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio In-reply-to: <87sgwsfxhb.fsf@gnu.org> Date: Tue, 12 Feb 2019 18:50:22 -0600 Message-ID: <87ef8cfr5d.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Ludovic Court=C3=A8s writes: > 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. Thank you Ludo, This was my first series, so I appreciate the comments you gave me for feedback and I will be more diligent in the future! Brett From unknown Fri Aug 15 20:50:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34382] [PATCH 4/5] gnu: Add python-docstyle. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Feb 2019 00:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34382 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34382-done@debbugs.gnu.org, Brett Gilio Received: via spool by 34382-done@debbugs.gnu.org id=D34382.15500190996203 (code D ref 34382); Wed, 13 Feb 2019 00:52:02 +0000 Received: (at 34382-done) by debbugs.gnu.org; 13 Feb 2019 00:51:39 +0000 Received: from localhost ([127.0.0.1]:45615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtim1-0001bx-PY for submit@debbugs.gnu.org; Tue, 12 Feb 2019 19:51:38 -0500 Received: from mout01.posteo.de ([185.67.36.65]:46136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtilz-0001bg-V9 for 34382-done@debbugs.gnu.org; Tue, 12 Feb 2019 19:51:36 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 4F9FB16005F for <34382-done@debbugs.gnu.org>; Wed, 13 Feb 2019 01:51:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550019090; bh=z/2t++6oDXIO1Pzl8F/E6ae/VwCQRAnJYqdc5aPKSo4=; h=From:To:Cc:Subject:Date:From; b=JKzanIGWieAlPfyU/VP6oSo3k7dsw70uC3K8ibYvBmk+7D8Ugnr+dvFtfoaFXg279 ZmKHrrd+Gw9h0pcrKjHWzpPN14JqktwWxnzhdmYUK3Qaa4BbrL7GMOtYHHXnmU6rQL VeG/0nyw9YQg8o1lJ74V25bebaYyj+QD6QBAv0PugxBqmfFfGb/QuH7cZCDW1LdAwJ x7o+PIc3q8vLe0Yq7bfKDSzM6N/rD3d/zzNBWPIuHy2BxMDV/JcVHhPi0IcJ9j5MOn oLAMSAFXwFbwLjnfFqVELx9ycRNpIMfOH1GV3YBGKLPrf4WWz5riw21mAxVWm0x0Z6 ZhbN3VxXn3cRg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43zgvP1Nsvz6tm5; Wed, 13 Feb 2019 01:51:29 +0100 (CET) References: <875ztusyxz.fsf@posteo.net> <87sgwsfxhb.fsf@gnu.org> User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio In-reply-to: <87sgwsfxhb.fsf@gnu.org> Date: Tue, 12 Feb 2019 18:51:27 -0600 Message-ID: <87d0nwfr3k.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Ludovic Court=C3=A8s writes: > 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. This was my first patch series, so I appreciate your feedback to help me make sure that I am doing this correct in the future! Thank you as always