From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oFRsNbOK9V+LMwAA0tVLHw (envelope-from ) for ; Wed, 06 Jan 2021 10:02:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WHlrMbOK9V/XNwAA1q6Kng (envelope-from ) for ; Wed, 06 Jan 2021 10:02:27 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2A766940414 for ; Wed, 6 Jan 2021 10:02:27 +0000 (UTC) Received: from localhost ([::1]:45774 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kx5e6-0006xh-2h for larch@yhetil.org; Wed, 06 Jan 2021 05:02:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kx5ck-00063J-V3 for guix-patches@gnu.org; Wed, 06 Jan 2021 05:01:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60171) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kx5ck-0002Du-Kt for guix-patches@gnu.org; Wed, 06 Jan 2021 05:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kx5ck-00034z-HA for guix-patches@gnu.org; Wed, 06 Jan 2021 05:01:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45449] [PATCH] Adds python-serial Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Jan 2021 10:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45449 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: rdes Received: via spool by 45449-submit@debbugs.gnu.org id=B45449.160992723410196 (code B ref 45449); Wed, 06 Jan 2021 10:01:02 +0000 Received: (at 45449) by debbugs.gnu.org; 6 Jan 2021 10:00:34 +0000 Received: from localhost ([127.0.0.1]:43484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kx5cH-0002e6-PQ for submit@debbugs.gnu.org; Wed, 06 Jan 2021 05:00:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kx5cG-0002Y1-Ep for 45449@debbugs.gnu.org; Wed, 06 Jan 2021 05:00:32 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57404) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kx5cA-0001xN-AN; Wed, 06 Jan 2021 05:00:26 -0500 Received: from [2a01:e0a:19b:d9a0:d54b:f4e5:4687:8012] (port=42908 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kx5bx-00018u-EY; Wed, 06 Jan 2021 05:00:25 -0500 From: Mathieu Othacehe References: Date: Wed, 06 Jan 2021 11:00:11 +0100 In-Reply-To: (rdes@protonmail.com's message of "Sat, 26 Dec 2020 18:15:15 +0000") Message-ID: <87czyipeqc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45449@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.84 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 2A766940414 X-Spam-Score: -2.84 X-Migadu-Scanner: scn0.migadu.com X-TUID: yE3zs5zBxgaE Hello Ryan, > * gnu/packages/python-xyz.scm (python-serial): New variable. Thanks for this patch. Running 'guix lint' reports several issues. The indentation also has to be fixed. You can read: https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html for further information on how to write the synopsis and description fields. Thanks, Mathieu