From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +PhOEAwwg1/qIQAA0tVLHw (envelope-from ) for ; Sun, 11 Oct 2020 16:17:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ZawMDAwwg19tUQAAbx9fmQ (envelope-from ) for ; Sun, 11 Oct 2020 16:17:16 +0000 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 87000940545 for ; Sun, 11 Oct 2020 16:17:15 +0000 (UTC) Received: from localhost ([::1]:55634 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRe26-0003Wu-D8 for larch@yhetil.org; Sun, 11 Oct 2020 12:17:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44816) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRe1x-0003UL-Gr for guix-patches@gnu.org; Sun, 11 Oct 2020 12:17:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57574) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRe1u-0001hU-Kz for guix-patches@gnu.org; Sun, 11 Oct 2020 12:17:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRe1u-00047q-FN for guix-patches@gnu.org; Sun, 11 Oct 2020 12:17:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43840] [PATCH 1/2] gnu: Add go-github-com-kylelemons-godebug. References: <20201007023119.22495-1-rprior@protonmail.com> In-Reply-To: <20201007023119.22495-1-rprior@protonmail.com> Resent-From: Ryan Prior Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Oct 2020 16:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43840 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43840@debbugs.gnu.org Received: via spool by 43840-submit@debbugs.gnu.org id=B43840.160243299515795 (code B ref 43840); Sun, 11 Oct 2020 16:17:02 +0000 Received: (at 43840) by debbugs.gnu.org; 11 Oct 2020 16:16:35 +0000 Received: from localhost ([127.0.0.1]:40880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRe1T-00046g-B6 for submit@debbugs.gnu.org; Sun, 11 Oct 2020 12:16:35 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:61665) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRe1R-00046T-Kx for 43840@debbugs.gnu.org; Sun, 11 Oct 2020 12:16:34 -0400 Date: Sun, 11 Oct 2020 16:16:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1602432987; bh=CQWBQ+I+glfnsj7Lyep9q8jTYoYAKfRz9dfs5CgbX0g=; h=Date:To:From:Reply-To:Subject:From; b=SEok/XTTBv86y/XZBwEiIn6oLQ0yjFcQMWNA+hT1OapguLfwp08lJG7UQVRWLXJVa oNA4kACq2q6bYIbwx6OWjD3DoF6pMK5KTSK/K5V+TD9Em/05+u2CbCh2yS30jMrrmb B2gpH97KJehy0TnY0e1BjfU0FztR5BPx+RsklZ2A= Message-ID: <20201011161619.30562-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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" Reply-to: Ryan Prior , Ryan Prior via Guix-patches From: Ryan Prior via Guix-patches via X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=protonmail.com header.s=protonmail header.b=SEok/XTT; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: FrS5zJlg3hY3 * gnu/packages/golang.scm (go-github-com-kylelemons-godebug): New variable. --- gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index fb7f7174fb..b89b62cea2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3378,6 +3378,32 @@ format in Go.") (home-page "https://github.com/kr/pretty") (license license:expat))) =20 +(define-public go-github-com-kylelemons-godebug + (package + (name "go-github-com-kylelemons-godebug") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/kylelemons/godebug") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dkk3friykg8p6wgqryx6745ahhb9z1j740k7px9dac6v5xjp78c")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/kylelemons/godebug/diff" + #:unpack-path "github.com/kylelemons/godebug")) + (home-page "https://github.com/kylelemons/godebug") + (synopsis "Pretty printer for Go values.") + (description + "This package will pretty print a compact representation of a Go data +structure. It can also produce a much more verbose, one-item-per-line +representation suitable for computing diffs.") + (license license:asl2.0))) + (define-public go-github-com-kr-text (package (name "go-github-com-kr-text") --=20 2.17.1