From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aErwOQJ9AmRpIQEAbAwnHQ (envelope-from ) for ; Sat, 04 Mar 2023 00:04:35 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id +PsTOQJ9AmQRSwEAG6o9tA (envelope-from ) for ; Sat, 04 Mar 2023 00:04:34 +0100 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 BCE1D216ED for ; Sat, 4 Mar 2023 00:04:34 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYERY-0003Lz-Lr; Fri, 03 Mar 2023 18:04:04 -0500 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 1pYERX-0003LM-6c for guix-patches@gnu.org; Fri, 03 Mar 2023 18:04:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pYERW-0000Yx-UL for guix-patches@gnu.org; Fri, 03 Mar 2023 18:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pYERW-00017c-PM for guix-patches@gnu.org; Fri, 03 Mar 2023 18:04:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61946] [PATCH 3/6] gnu: Add go-github-com-tdewolff-parse-v2. Resent-From: Thomas Ieong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 03 Mar 2023 23:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61946 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61946@debbugs.gnu.org Cc: Thomas Ieong Received: via spool by 61946-submit@debbugs.gnu.org id=B61946.16778846194216 (code B ref 61946); Fri, 03 Mar 2023 23:04:02 +0000 Received: (at 61946) by debbugs.gnu.org; 3 Mar 2023 23:03:39 +0000 Received: from localhost ([127.0.0.1]:34170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYER9-00015u-70 for submit@debbugs.gnu.org; Fri, 03 Mar 2023 18:03:39 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:39726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYER7-00015g-L1 for 61946@debbugs.gnu.org; Fri, 03 Mar 2023 18:03:38 -0500 Received: from localhost.localdomain (unknown [91.169.131.141]) (Authenticated sender: th.ieong@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id 30A897802D6; Sat, 4 Mar 2023 00:03:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1677884617; bh=+ag5LbHnI3Su6h3Y79VqLq/UIw8T4GbvZuxV/OrJ05A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ipKsGgzBBYF6XT1hKJJ3vEkDnnuPjkqal7u/qmrRrrPYz66/gjsKBCe6DLZcXtfqG K6gdoJ489s8cfEAeckUmmRQqPnJpW2lJWr1112jBalgsJYxnPHDq5cKj4x/uQpYM23 wjtoX7V7Vk9L1+/ngyGSRSH4nETBetsDjtUD4KxtvaULreWdQC1iYSb8BFaqzFegtC nCUwnwyfNNf4G6doinL9sAGa0BGN5mqStlH29e0z+3kmblrsrteLabhhAXf3CJWsz0 w2Vd0Aadm5KwvOwAU6FM7xnO3mViNFeTKnvonrLul1w8zppBnK6lAqupJSXCzbmJQo MMRqbzOCAeQMA== From: Thomas Ieong Date: Sat, 4 Mar 2023 00:01:56 +0100 Message-Id: <27da1dcb05ba4189960ec4d190c803c4e65b1277.1677883649.git.th.ieong@free.fr> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: 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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677884674; a=rsa-sha256; cv=none; b=Q7Ineq7AF6tx0CO89mBpH/++Jj8kTgNJNUccSEbQP8Cesnu+OPBq2VN1e2UNDAXZk/XiOC qbSK83BLAmWTz30AVzWJjDgDnxv0V9wdZYFivgT0ZsB97RxtHwYMg0SciAziuRBl3D24yS ey0elZViKmdRcp9tSg32OEk32PhymL/8FqOTbqJiJHR9Z7eJKhns8+gh10oXx9CjUJOl9Q H8Z6ZqWQjFDewNY9hl2MA0QaaUsjpiV/XrC5oP+aH5wrnpFJUf9/coqM+1/8a55KzTUNht k7qkvW1MDHiyNIvPntEacSiU4yDcvi3sPpCuq6bCdM15yF3M9wRrja/+0aQNFA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=free.fr header.s=smtp-20201208 header.b=ipKsGgzB; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=free.fr (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677884674; 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=r6cK1ACDkygWJrtXRaQYx29u4AnAGKJP8iLIULqkcvI=; b=WabmOvZVDn3Zx/YK4NJ2SbZYHvy4WNr8EEBe9HQ7XXCbmmKv/hUxzZhgMfcT4mDIZUaTqA XltfMG/OBwXObBTXGdJ57rnqPRqdQ18ZPj/7t0S1DI9uIEnB7MDS70pXvGevD8fqK0GRId EblGYhakN/t/E+9K0vOPW4NjIThGmlUsdpemuoC5d//MwRFjGTo/dMBx6KSB49wFg4elhT MXvmzwYRI1i7/W3/MaDkNNpZSX2zu9uZN434LF++/P2SDxUm1zvJBW55++o+MYgpDtpjuQ zK2gc0H070JuF+j8ugn0j4aa0TPRp5DQWDhXHhMBFO2Xm6NEqQSfe0M5IZneoQ== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: 0.90 X-Spam-Score: 0.90 X-Migadu-Queue-Id: BCE1D216ED Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=free.fr header.s=smtp-20201208 header.b=ipKsGgzB; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=free.fr (policy=none) X-TUID: Nm2TDj2TEJwf * gnu/packages/golang.scm (go-github-com-tdewolff-parse-v2): New variable. --- gnu/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 1bd2a51d8d..a331331546 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9668,6 +9668,30 @@ (define-public go-github-com-matryer-try (description "Package try provides retry functionality.") (license license:expat))) +(define-public go-github-com-tdewolff-parse-v2 + (package + (name "go-github-com-tdewolff-parse-v2") + (version "2.6.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tdewolff/parse") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wmyylml2b1fy735qfpwavjnhfn2ihjgna2yab433mg1ikgl6wxl")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/tdewolff/parse/v2")) + (propagated-inputs `(("go-github-com-tdewolff-test" ,go-github-com-tdewolff-test))) + (home-page "https://github.com/tdewolff/parse") + (synopsis "Go parsers for web formats") + (description + "Package parse contains a collection of parsers for various formats in its +subpackages.") + (license license:expat))) + (define-public go-github-com-hashicorp-go-syslog (package (name "go-github-com-hashicorp-go-syslog") -- 2.39.1