From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41533) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP6Bf-00054f-HH for guix-patches@gnu.org; Mon, 28 Oct 2019 10:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP6Be-0002kj-Bz for guix-patches@gnu.org; Mon, 28 Oct 2019 10:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37253) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP6Be-0002kd-7Z for guix-patches@gnu.org; Mon, 28 Oct 2019 10:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP6Be-0001Aj-1u for guix-patches@gnu.org; Mon, 28 Oct 2019 10:40:02 -0400 Subject: [bug#37704] [PATCH 9/9] gnu: Add poetry. Resent-Message-ID: Date: Mon, 28 Oct 2019 15:39:39 +0100 From: Tanguy Le Carrour Message-ID: <20191028143939.omgpvi5hf2wu6r2j@rafflesia> References: <20191028094630.18002-1-tanguy@bioneland.org> <20191028094630.18002-9-tanguy@bioneland.org> <87v9s9j7se.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87v9s9j7se.fsf@gmail.com> 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: Mathieu Othacehe Cc: 37704@debbugs.gnu.org Le 10/28, Mathieu Othacehe a écrit : > > +daemon. It is the client side software which allows storing values in one or > ^ > two spaces > > +more, possibly remote, memcached servers. Search google for memcached for more > > +information. > > Please remove the last sentence. *Outch*, sorry! Copy/paste is **not** your friend! … done! > > + "CliKit is a group of utilities to build beautiful and testable > > +command line interfaces.") > > Avoid adjectives such as beautiful. Please elaborate a bit on what are > the features of this package. Done! > > + (synopsis "MessagePack (de)serializer") > > + (description "MessagePack (de)serializer.") > > Please make full sentences for description. Elaborate on both fields. Done! > > + ;; Bug in poetry https://github.com/sdispater/poetry/issues/866. > > + (invoke "sed" "-i" "-e" "s/from distutils.core/from setuptools/" "setup.py") > > This line is too long. Neither etc/indent-code.el nor `guix lint` complained!? Fixed anyway! I'm sending v3… Thanks for reviewing! -- Tanguy