From patchwork Tue Mar 2 19:46:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 27415 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D6AAB27BC50; Tue, 2 Mar 2021 19:47:44 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A338D27BC4F for ; Tue, 2 Mar 2021 19:47:44 +0000 (GMT) Received: from localhost ([::1]:36532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHAzf-0004km-Ss for patchwork@mira.cbaines.net; Tue, 02 Mar 2021 14:47:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHAz0-0004WZ-Od for guix-patches@gnu.org; Tue, 02 Mar 2021 14:47:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42724) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lHAz0-0007Iv-Fd for guix-patches@gnu.org; Tue, 02 Mar 2021 14:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lHAz0-0003N8-EO for guix-patches@gnu.org; Tue, 02 Mar 2021 14:47:02 -0500 Subject: bug#46597: [PATCH] Add jinja2-cli Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 02 Mar 2021 19:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 46597 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ellis =?utf-8?b?S2VuecWR?= Cc: 46597-done@debbugs.gnu.org Mail-Followup-To: 46597@debbugs.gnu.org, ludo@gnu.org, me@elken.dev Received: via spool by 46597-done@debbugs.gnu.org id=D46597.161471440312929 (code D ref 46597); Tue, 02 Mar 2021 19:47:02 +0000 Received: (at 46597-done) by debbugs.gnu.org; 2 Mar 2021 19:46:43 +0000 Received: from localhost ([127.0.0.1]:54269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHAyh-0003MT-0i for submit@debbugs.gnu.org; Tue, 02 Mar 2021 14:46:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHAyf-0003MF-Ei for 46597-done@debbugs.gnu.org; Tue, 02 Mar 2021 14:46:41 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46910) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHAyZ-0007BO-Ly; Tue, 02 Mar 2021 14:46:35 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59664 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lHAyY-0000y9-Sv; Tue, 02 Mar 2021 14:46:35 -0500 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <20210217194535.21983-1-me@elken.dev> Date: Tue, 02 Mar 2021 20:46:33 +0100 In-Reply-To: <20210217194535.21983-1-me@elken.dev> ("Ellis =?utf-8?b?S2Vu?= =?utf-8?b?ecWR?= "'s message of "Wed, 17 Feb 2021 19:45:36 +0000") Message-ID: <87zgzltk2u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 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: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, Ellis Kenyő skribis: > Add jinja2 templating CLI. Mostly used as a dep for yadm > > --- > gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) Applied with the changes below (following our packaging guidelines) and with a commit log that follows our conventions. Thanks! Ludo’. diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c875f38080..ae5e5bb649 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24007,8 +24007,9 @@ and frame grabber interface.") `(("python-flake8" ,python-flake8) ("python-jinja2" ,python-jinja2) ("python-pytest" ,python-pytest))) - (home-page - "https://github.com/mattrobenolt/jinja2-cli") - (synopsis "A CLI interface to Jinja2") - (description "A CLI interface to Jinja2") + (home-page "https://github.com/mattrobenolt/jinja2-cli") + (synopsis "Command-line interface to Jinja2") + (description + "This package provides a command-line interface (CLI) to the Jinja2 +template engine.") (license license:bsd-3)))