From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id iFm9JByoL2Uq9gAAG6o9tA:P1 (envelope-from ) for ; Wed, 18 Oct 2023 11:40:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id iFm9JByoL2Uq9gAAG6o9tA (envelope-from ) for ; Wed, 18 Oct 2023 11:40:44 +0200 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 87D5C4D7FB for ; Wed, 18 Oct 2023 11:40:44 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=eCdm92zR; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697622044; a=rsa-sha256; cv=none; b=nozLmI51UrLqgehnVtpaBQWwu2OoeWrgiPKQ8+fpZvCNHPpGCJQ9MqZfk/WEkIrlUp0uNY Qnr64cr8dXBFNP8vupKkzHm/o2XmB7pshoPyBjWcQZwYf3YJlMCwNH5vh977AFd1W7ZcCy MzxhYazAFCdBK27ttxFn9zdGqqbpnZkuUoikdjmNNwgZflVxHkHbahjJDsgXAk5hKewiDE s8PH5KNaO7XZtAnxBx9iu6gHRsXMPL5U1k914tg2Gz8V+0/n5ia/jw8COwmj6SnibFaEx7 QebDhJW7EFSo3hdIJbTPoavQdObKkT8+Ihdo6ce1qPGkaV62YCXXPRbD+3L0OA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=eCdm92zR; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697622044; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=33H6l2iXpLyBDXQlc2zdt+xa6ILf7a14fWFjzTnMkWk=; b=Tc1793e3wONK3BFOJJfy+pbt36OvtFwwu6IQ047dud/Xk/sEBIPrw1+OflcN34YFijDMuV esezhW6s7vqvm6f55gLSAeARsH1HlVvVwBZHudGclE1t8uI7GrgpO8phTt6UKa7AuFTR5+ N7RpqZEvNldj76OFtLq9WAP1zn9yZ0NpF9785IketGg7FcgfNxk5XYkLIr+SH4+uhbpzLX FCHXxxqo5YhkVDdKwnJuAFfPftdFDw7q7B/12GUmGiH5bFnf3TVx1H6In0f20g/bXZYWVK dAyANarplNHYk7W/VwhhEnJZFGygFFUiwHL3DzjoesGqW7x019pSGg/P+1B2AA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qt32Z-0000Vh-Pd; Wed, 18 Oct 2023 05:40:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qt31n-00083u-39 for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:47 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qt31m-0001t9-Pu for guix-patches@gnu.org; Wed, 18 Oct 2023 05:39:46 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qt32C-0003qP-Mm for guix-patches@gnu.org; Wed, 18 Oct 2023 05:40:12 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66603] [PATCH 22/29] gnu: Add go-github-com-johnkerl-miller. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Oct 2023 09:40:12 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66603 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66603@debbugs.gnu.org Cc: Wilko Meyer Received: via spool by 66603-submit@debbugs.gnu.org id=B66603.169762199714553 (code B ref 66603); Wed, 18 Oct 2023 09:40:12 +0000 Received: (at 66603) by debbugs.gnu.org; 18 Oct 2023 09:39:57 +0000 Received: from localhost ([127.0.0.1]:33264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31w-0003mX-IL for submit@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:56 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:43844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qt31Z-0003hZ-EU for 66603@debbugs.gnu.org; Wed, 18 Oct 2023 05:39:34 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1697621935; bh=33H6l2iXpLyBDXQlc2zdt+xa6ILf7a14fWFjzTnMkWk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=eCdm92zRHGlARNmtcQWFI6CrY4HV0ii/sFyyGaG96Xm7wq5XwULRdrkV+SuaqrXi/ bzMfnR9o2DNUyW0f1ateHjrZOgVSNYOKOFBnShln4uT+TP5GAUKyMdVcLqnN6dmg0W FSkLF+Tl3uN+tiP8Cz5ExUFMcUp6lFLcd1QNG+W8= Date: Wed, 18 Oct 2023 11:38:20 +0200 Message-ID: <20231018093836.2056-22-w@wmeyer.eu> In-Reply-To: <20231018093836.2056-1-w@wmeyer.eu> References: <20231018093836.2056-1-w@wmeyer.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: 4.33 X-Spam-Score: 4.33 X-Migadu-Queue-Id: 87D5C4D7FB X-TUID: pj22rN+WaUWl * gnu/packages/golang.scm (go-github-com-johnkerl-miller): New variable. --- gnu/packages/golang.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 91839a53ec..0c11ac368a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6628,6 +6628,43 @@ (define-public go-github-com-johnkerl-lumin-colors @@code{grep} with @@code{--color}, except that @@code{lumin} shows all lines, not just matching lines.") (license license:bsd-2))) + +(define-public go-github-com-johnkerl-miller + (package + (name "go-github-com-johnkerl-miller") + (version "6.9.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/johnkerl/miller") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xg6sk71madqy79qksvymi8hlmqrsb72yxi53hsjlmypdk33v1q7")))) + (build-system go-build-system) + (propagated-inputs + (list go-github-com-certifi-gocertifi + go-golang-org-x-text + go-github-com-facette-natsort + go-github-com-johnkerl-lumin-colors + go-github-com-kballard-go-shellquote + go-github-com-klauspost-compress + go-github-com-lestrrat-go-strftime + go-github-com-mattn-go-isatty + go-github-com-pkg-profile + go-golang-org-x-term + go-github-com-pkg-errors)) + (arguments + (list + #:import-path "github.com/johnkerl/miller/cmd/mlr" + #:unpack-path "github.com/johnkerl/miller")) + (home-page "https://github.com/johnkerl/miller") + (synopsis "general-purpose cli data processing tool") + (description + "Like awk, sed, cut, join, and sort for data formats such as +CSV, TSV, JSON, JSON Lines, and positionally-indexed") + (license license:bsd-2))) (define-public misspell (package (name "misspell") -- 2.41.0