From unknown Sat Aug 16 15:56:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46470 <46470@debbugs.gnu.org> To: bug#46470 <46470@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing. Reply-To: bug#46470 <46470@debbugs.gnu.org> Date: Sat, 16 Aug 2025 22:56:10 +0000 retitle 46470 [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing. reassign 46470 guix-patches submitter 46470 Stefan Reich=C3=B6r severity 46470 normal tag 46470 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 12 16:52:13 2021 Received: (at submit) by debbugs.gnu.org; 12 Feb 2021 21:52:13 +0000 Received: from localhost ([127.0.0.1]:33151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAgMH-0000FX-0z for submit@debbugs.gnu.org; Fri, 12 Feb 2021 16:52:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:53056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAgME-0000FH-Ko for submit@debbugs.gnu.org; Fri, 12 Feb 2021 16:52:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48204) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAgME-0007O9-B9 for guix-patches@gnu.org; Fri, 12 Feb 2021 16:52:10 -0500 Received: from dd3624.kasserver.com ([85.13.130.11]:36730) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAgMC-0002UH-7H for guix-patches@gnu.org; Fri, 12 Feb 2021 16:52:10 -0500 Received: from localhost (217-149-162-201.nat.highway.telekom.at [217.149.162.201]) by dd3624.kasserver.com (Postfix) with ESMTPA id 715FA5D40128; Fri, 12 Feb 2021 22:52:01 +0100 (CET) From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing. Date: Fri, 12 Feb 2021 22:51:53 +0100 Message-Id: <20210212215154.81746-1-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Stefan=20Reich=C3=B6r?= 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: -3.3 (---) * gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): 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 d34bb1acb7..fee190228a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6644,6 +6644,30 @@ modifying them.") @end itemize") (license license:expat))) +(define-public go-github-com-tekwizely-go-parsing + (let ((commit "1548cfb17df54d365ce9febed0677c06a40a8ceb") + (revision "0")) + (package + (name "go-github-com-tekwizely-go-parsing") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tekwizely/go-parsing") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bv5amka8hb9crc7qvlzi2kbycqrnh9d46b9wgcs8wqzl0z7w609")))) + (build-system go-build-system) + (arguments + `(#:import-path "github.com/tekwizely/go-parsing")) + (home-page "https://github.com/tekwizely/go-parsing") + (synopsis "A Multi-Package Go Repo Focused on Text Parsing, with Lexers, Parsers, and Related Utils") + (description "A Multi-Package Go Repo Focused on Text Parsing, with Lexers, Parsers, and Related Utils") + (license license:expat)))) + (define-public go-github.com-ulikunitz-xz (package (name "go-github.com-ulikunitz-xz") -- 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 15 05:44:47 2021 Received: (at 46470-done) by debbugs.gnu.org; 15 Feb 2021 10:44:47 +0000 Received: from localhost ([127.0.0.1]:37429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBbN0-0002Bp-Tb for submit@debbugs.gnu.org; Mon, 15 Feb 2021 05:44:47 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBbMy-0002Ba-0L for 46470-done@debbugs.gnu.org; Mon, 15 Feb 2021 05:44:45 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id B6CCB6000E; Mon, 15 Feb 2021 10:44:36 +0000 (UTC) From: Nicolas Goaziou To: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: Re: [bug#46470] [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing. References: <20210212215154.81746-1-stefan@xsteve.at> Date: Mon, 15 Feb 2021 11:44:35 +0100 In-Reply-To: <20210212215154.81746-1-stefan@xsteve.at> ("Stefan =?utf-8?Q?Reich=C3=B6r=22's?= message of "Fri, 12 Feb 2021 22:51:53 +0100") Message-ID: <87mtw5liek.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46470-done Cc: 46470-done@debbugs.gnu.org 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.7 (-) Hello, Stefan Reich=C3=B6r writes: > * gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): New > variable. I fixed the synopses and descriptions and applied both patches.=20 Thank you. Regards, --=20 Nicolas Goaziou From unknown Sat Aug 16 15:56:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 15 Mar 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator