From patchwork Mon Apr 19 15:22:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xinglu Chen X-Patchwork-Id: 28678 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 70D3627BC77; Mon, 19 Apr 2021 16:25:46 +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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,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 3F6E727BC6C for ; Mon, 19 Apr 2021 16:25:46 +0100 (BST) Received: from localhost ([::1]:55286 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYVmT-0008Vs-GE for patchwork@mira.cbaines.net; Mon, 19 Apr 2021 11:25:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51674) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYVjy-0005M7-D6 for guix-patches@gnu.org; Mon, 19 Apr 2021 11:23:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40129) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lYVjv-0004bY-1x for guix-patches@gnu.org; Mon, 19 Apr 2021 11:23:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lYVju-0000yw-UX for guix-patches@gnu.org; Mon, 19 Apr 2021 11:23:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47539] [PATCH v3 10/25] gnu: Add go-github-com-russross-blackfriday-v2. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 19 Apr 2021 15:23:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47539 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47539@debbugs.gnu.org Received: via spool by 47539-submit@debbugs.gnu.org id=B47539.16188457823701 (code B ref 47539); Mon, 19 Apr 2021 15:23:06 +0000 Received: (at 47539) by debbugs.gnu.org; 19 Apr 2021 15:23:02 +0000 Received: from localhost ([127.0.0.1]:51664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYVjq-0000xS-DO for submit@debbugs.gnu.org; Mon, 19 Apr 2021 11:23:02 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:57450 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYVjn-0000wl-Br for 47539@debbugs.gnu.org; Mon, 19 Apr 2021 11:22:59 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1618845773; bh=EGmlmX2Ib3VDrxw4FNFt28QnNnThX5OXgpKKWCcsQco=; h=From:To:Subject:In-Reply-To:References:Date; b=FVozWJswca3MJG/1/AytL2sBg7haoHtjwnfKUzlgN12i/v5RQOLit4Cw729P6EdVg gGU2N9cP2yGQrRtjEgxBGRT7fWiRh4um4db7M0N708wn17OUeifRbx91/Lxqel2AJ+ 9y0QSESavGg3WXgctEgf4tWHhjZRdmpUClVuxnP4= In-Reply-To: References: Message-Id: <66bb8a8b5346cf6078f5f23db9c455739c3afa50.1618845646.git.public@yoctocell.xyz> Date: Mon, 19 Apr 2021 17:22:53 +0200 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 * gnu/packages/golang.scm (go-github-com-russross-blackfriday-v2): New variable. --- gnu/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f250571c38..88b944b25a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7288,3 +7288,28 @@ files in the system default web browser.") application flow in Go client apps.") (license license:expat))) +(define-public go-github-com-russross-blackfriday-v2 + (package + (name "go-github-com-russross-blackfriday-v2") + (version "2.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/russross/blackfriday.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d1rg1drrfmabilqjjayklsz5d0n3hkf979sr3wsrw92bfbkivs7")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/russross/blackfriday")) + (home-page + "https://github.com/russross/blackfriday") + (synopsis "Markdown processor implemented in Go") + (description "Blackfriday is a Markdown processor implemented in Go. It +is paranoid about its input (so you can safely feed it user-supplied data), it +is fast, it supports common extensions (tables, smart punctuation +substitutions, etc.), and it is safe for all utf-8 (unicode) input.") + (license license:bsd-2)))