From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42132) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFzzf-00013c-Ml for guix-patches@gnu.org; Thu, 03 Oct 2019 08:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFzze-0007KR-QO for guix-patches@gnu.org; Thu, 03 Oct 2019 08:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58278) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFzze-0007KN-Mr for guix-patches@gnu.org; Thu, 03 Oct 2019 08:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFzze-0001CP-He for guix-patches@gnu.org; Thu, 03 Oct 2019 08:14:02 -0400 Subject: [bug#37598] [PATCH 0/4] gnu: Add Cookiecutter and its inputs Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42031) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFzyz-00013K-GC for guix-patches@gnu.org; Thu, 03 Oct 2019 08:13:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFzyy-0006zw-GD for guix-patches@gnu.org; Thu, 03 Oct 2019 08:13:21 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:43577) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iFzyy-0006yC-AH for guix-patches@gnu.org; Thu, 03 Oct 2019 08:13:20 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 044DA1BF22C for ; Thu, 3 Oct 2019 12:13:16 +0000 (UTC) Date: Thu, 3 Oct 2019 14:13:16 +0200 From: Tanguy Le Carrour Message-ID: <20191003121316.irq3vdmu4ov6dygb@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 37598@debbugs.gnu.org Add packages for [cookiecutter][] and its inputs. [cookiecutter]: https://github.com/cookiecutter/cookiecutter -- Tanguy