From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51929) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Mwp-0006VT-Px for guix-patches@gnu.org; Thu, 13 Feb 2020 17:27:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2Mwo-00015k-1Q for guix-patches@gnu.org; Thu, 13 Feb 2020 17:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54601) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2Mwn-00015T-Tv for guix-patches@gnu.org; Thu, 13 Feb 2020 17:27:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2Mwn-0005Ka-Pf for guix-patches@gnu.org; Thu, 13 Feb 2020 17:27:01 -0500 Subject: [bug#39447] [PATCH] gnu: Add python-gandi.cli. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200206031305.20513-1-mab@gnu.org> Date: Thu, 13 Feb 2020 23:25:33 +0100 In-Reply-To: <20200206031305.20513-1-mab@gnu.org> (Amin Bandali's message of "Wed, 5 Feb 2020 22:13:05 -0500") Message-ID: <87wo8q15wi.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: Amin Bandali Cc: 39447@debbugs.gnu.org Hi, Amin Bandali skribis: > * gnu/packages/python-xyz.scm (python-gandi.cli): New variable. LGTM, thanks! Ludo=E2=80=99.