emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46470: closed ([PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsi


From: GNU bug Tracking System
Subject: bug#46470: closed ([PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing.)
Date: Mon, 15 Feb 2021 10:45:02 +0000

Your message dated Mon, 15 Feb 2021 11:44:35 +0100
with message-id <87mtw5liek.fsf@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@gnu.org.)


-- 
46470: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46470
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46470] [PATCH 1/2] gnu: Add go-github-com-tekwizely-go-parsing. Date: Mon, 15 Feb 2021 11:44:35 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Stefan Reichör <stefan@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]