From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34145) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP5PH-0003Rg-8o for guix-patches@gnu.org; Mon, 28 Oct 2019 09:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP5PG-0006UQ-Bu for guix-patches@gnu.org; Mon, 28 Oct 2019 09:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35204) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP5PG-0006UK-8B for guix-patches@gnu.org; Mon, 28 Oct 2019 09:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP5PG-0005jU-4p for guix-patches@gnu.org; Mon, 28 Oct 2019 09:50:02 -0400 Subject: [bug#37704] [PATCH 6/9] gnu: Add python-msgpack-python. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33999) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP5OJ-00011C-TT for guix-patches@gnu.org; Mon, 28 Oct 2019 09:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP5OI-0005sL-UO for guix-patches@gnu.org; Mon, 28 Oct 2019 09:49:03 -0400 Received: from mail-wm1-x329.google.com ([2a00:1450:4864:20::329]:38182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP5OI-0005rY-NF for guix-patches@gnu.org; Mon, 28 Oct 2019 09:49:02 -0400 Received: by mail-wm1-x329.google.com with SMTP id 22so9086329wms.3 for ; Mon, 28 Oct 2019 06:49:02 -0700 (PDT) References: <20191028094630.18002-1-tanguy@bioneland.org> <20191028094630.18002-6-tanguy@bioneland.org> From: Mathieu Othacehe In-reply-to: <20191028094630.18002-6-tanguy@bioneland.org> Date: Mon, 28 Oct 2019 14:48:45 +0100 Message-ID: <87wocpj802.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 37704@debbugs.gnu.org Cc: tanguy@bioneland.org > + (synopsis "MessagePack (de)serializer") > + (description "MessagePack (de)serializer.") Please make full sentences for description. Elaborate on both fields. Mathieu