From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 01 04:02:21 2021 Received: (at 47539) by debbugs.gnu.org; 1 Apr 2021 08:02:21 +0000 Received: from localhost ([127.0.0.1]:56115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsHV-0007kQ-ET for submit@debbugs.gnu.org; Thu, 01 Apr 2021 04:02:21 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54248 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRsHT-0007jC-LB for 47539@debbugs.gnu.org; Thu, 01 Apr 2021 04:02:20 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617264134; bh=096fT0POvhBOcIozHV9n8P8oRA3qrpvTnfDM5Oo/y5U=; h=From:To:Subject:In-Reply-To:References:Date; b=k7oCT6to14pRSAi5p0fGyg01VKcALzsFkQEWxEGzoBuzxgDaa0RWpjQarsD/B/G+F vJRoya11WdTo0ryjneMAkosPZJCcKzgiJG5riPmHWMvuc5W1mJ7kyvVnP3AvjJp7j/ wjDyj0RNck4IAHDEWqeotaHaQ4zpNmnSZQO8vtDc= To: 47539@debbugs.gnu.org Subject: [PATCH 01/28] gnu: go-github-com-charmbracelet-glamour: Move some In-Reply-To: References: Message-Id: <3e5341621af597390b962658d3ff89bdb8e510af.1617262223.git.public@yoctocell.xyz> Date: Thu, 01 Apr 2021 10:02:13 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour)[native-inputs]: Move some packages from here... [propagated-inputs]: ...to here. --- gnu/packages/golang.scm | 24 +++++++++++++--------- [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 TVD_SPACE_RATIO No description available. 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 47539 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour)[native-inputs]: Move some packages from here... [propagated-inputs]: ...to here. --- gnu/packages/golang.scm | 24 +++++++++++++--------- [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 TVD_SPACE_RATIO No description available. 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS * gnu/packages/golang.scm (go-github-com-charmbracelet-glamour)[native-inputs]: Move some packages from here... [propagated-inputs]: ...to here. --- gnu/packages/golang.scm | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d9988cd7ad..05103e790f 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5805,25 +5805,27 @@ which produce colorized output using github.com/fatih/color.") (arguments `(#:import-path "github.com/charmbracelet/glamour")) (native-inputs + `(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth) + ("go-github-com-muesli-termenv" ,go-github-com-muesli-termenv) + ("go-github-com-mattn-go-isatty" ,go-github-com-mattn-go-isatty))) + ;; Needed for 'gh' to build + (propagated-inputs `(("go-github-com-alecthomas-chroma" ,go-github-com-alecthomas-chroma) + ("go-github-com-google-goterm" ,go-github-com-google-goterm) + ("go-github-com-aymerick-douceur" ,go-github-com-aymerick-douceur) ("go-github-com-danwakefield-fnmatch" ,go-github-com-danwakefield-fnmatch) - ("go-github-com-dlclark-regexp2" ,go-github-com-dlclark-regexp2) - ("go-github-com-microcosm-cc-bluemonday" ,go-github-com-microcosm-cc-bluemonday) ("go-github-com-chris-ramon-douceur" ,go-github-com-chris-ramon-douceur) - ("go-github-com-aymerick-douceur" ,go-github-com-aymerick-douceur) ("go-github-com-gorilla-css" ,go-github-com-gorilla-css) + ("go-golang-org-colorful" ,go-golang-org-colorful) + ("go-golang-org-x-net" ,go-golang-org-x-net) ("go-github-com-muesli-reflow-ansi" ,go-github-com-muesli-reflow-ansi) + ("go-github-com-microcosm-cc-bluemonday" ,go-github-com-microcosm-cc-bluemonday) ("go-github-com-muesli-reflow-wordwrap" ,go-github-com-muesli-reflow-wordwrap) + ("go-github-com-yuin-goldmark" ,go-github-com-yuin-goldmark) + ("go-github-com-dlclark-regexp2" ,go-github-com-dlclark-regexp2) ("go-github-com-muesli-reflow-indent" ,go-github-com-muesli-reflow-indent) ("go-github-com-muesli-reflow-padding" ,go-github-com-muesli-reflow-padding) - ("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth) - ("go-github-com-muesli-termenv" ,go-github-com-muesli-termenv) - ("go-github-com-google-goterm" ,go-github-com-google-goterm) - ("go-golang-org-colorful" ,go-golang-org-colorful) - ("go-github-com-mattn-go-isatty" ,go-github-com-mattn-go-isatty) - ("go-github-com-olekukonko-tablewriter" ,go-github-com-olekukonko-tablewriter) - ("go-github-com-yuin-goldmark" ,go-github-com-yuin-goldmark) - ("go-golang-org-x-net" ,go-golang-org-x-net))) + ("go-github-com-olekukonko-tablewriter" ,go-github-com-olekukonko-tablewriter))) (home-page "https://github.com/charmbracelet/glamour/") (synopsis "Write handsome command-line tools with glamour") (description "@code{glamour} lets you render markdown documents and -- 2.31.1