From patchwork Tue Jun 22 09:09:45 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: 30626 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 1C4E227BC81; Tue, 22 Jun 2021 10:11:35 +0100 (BST) 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_H2,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 CEE0427BC78 for ; Tue, 22 Jun 2021 10:11:34 +0100 (BST) Received: from localhost ([::1]:53836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvcRR-0005Lt-SO for patchwork@mira.cbaines.net; Tue, 22 Jun 2021 05:11:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvcQ0-0002aD-PB for guix-patches@gnu.org; Tue, 22 Jun 2021 05:10:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54522) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lvcQ0-0003i0-7o for guix-patches@gnu.org; Tue, 22 Jun 2021 05:10:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lvcQ0-0007qy-4k for guix-patches@gnu.org; Tue, 22 Jun 2021 05:10:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49169] [PATCH 00/11] Removing input labels from package definitions Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 22 Jun 2021 09:10:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49169 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49169@debbugs.gnu.org Received: via spool by 49169-submit@debbugs.gnu.org id=B49169.162435299430130 (code B ref 49169); Tue, 22 Jun 2021 09:10:04 +0000 Received: (at 49169) by debbugs.gnu.org; 22 Jun 2021 09:09:54 +0000 Received: from localhost ([127.0.0.1]:37830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvcPq-0007pu-0K for submit@debbugs.gnu.org; Tue, 22 Jun 2021 05:09:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvcPo-0007pi-Ku for 49169@debbugs.gnu.org; Tue, 22 Jun 2021 05:09:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52866) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvcPj-0003ZK-FH for 49169@debbugs.gnu.org; Tue, 22 Jun 2021 05:09:47 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49376 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvcPj-0000MD-3J for 49169@debbugs.gnu.org; Tue, 22 Jun 2021 05:09:47 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <20210622090221.15182-1-ludo@gnu.org> Date: Tue, 22 Jun 2021 11:09:45 +0200 In-Reply-To: <20210622090221.15182-1-ludo@gnu.org> ("Ludovic =?utf-8?q?Court?= =?utf-8?q?=C3=A8s?= "'s message of "Tue, 22 Jun 2021 11:02:21 +0200") Message-ID: <87im26465i.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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 Ludovic Courtès skribis: > The main change is the addition of ‘guix style’, based on the script > I posted earlier. ‘guix style’ is able to systematically preserve > comments (margin comments and line comments). It recognizes and > “translates” several common idioms. Here’s a couple of diffs generated by ‘guix style’: Comments: Pretty cool, no? :-) Ludo’. @@ -3797,11 +3713,11 @@ important tasks for becoming a daemon process: "1aycpc387wqz7h9w2p53qxn43qsh3m6by6ak4kkc66x9aprr63rz")))) (build-system python-build-system) (propagated-inputs - `(("python-six" ,python-six))) + (list python-six)) (native-inputs - `(;; For tests. - ("graphviz" ,graphviz) ;for 'dot' - ("python-nose" ,python-nose))) + (list ;; For tests. + graphviz ;for 'dot' + python-nose)) (home-page "https://github.com/c0fec0de/anytree") (synopsis "Lightweight tree data library")