GNU bug report logs - #46470
[PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Fri, 12 Feb 2021 21:53:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46470: closed ([PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.)
Date: Mon, 15 Feb 2021 10:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 Feb 2021 11:44:35 +0100
with message-id <87mtw5liek.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46470] [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.
has caused the debbugs.gnu.org bug report #46470,
regarding [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46470: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46470
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.
Date: Fri, 12 Feb 2021 22:51:53 +0100
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Stefan Reichör <stefan <at> xsteve.at>
Cc: 46470-done <at> debbugs.gnu.org
Subject: Re: [bug#46470] [PATCH 1/2] gnu: Add
 go-github-com-tekwizely-go-parsing.
Date: Mon, 15 Feb 2021 11:44:35 +0100
Hello,

Stefan Reichör <stefan <at> xsteve.at> writes:

> * gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): New
> variable.

I fixed the synopses and descriptions and applied both patches. 

Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 4 years and 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.