GNU bug report logs - #43787
[PATCH 2/3] gnu: Add go-github-com-jmespath-go-jmespath.

Previous Next

Package: guix-patches;

Reported by: Ryan Prior <rprior <at> protonmail.com>

Date: Sun, 4 Oct 2020 05:23:02 UTC

Severity: normal

Tags: patch

Done: Ryan Prior <rprior <at> protonmail.com>

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: Ryan Prior <rprior <at> protonmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#43787: closed ([PATCH 2/3] gnu: Add go-github-com-jmespath-go-jmespath.)
Date: Sun, 04 Oct 2020 05:36:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 04 Oct 2020 05:34:56 +0000
with message-id <R2tiDPYADFvIvBtMylB5GSPfKNFMUDaH0NHh9rttZCm91SgugmcpeGZrKc-CzpLsUUrztqyny2LNbKSIygQTqsf5rKj0NDtpmGH7Wi4yg1s=@protonmail.com>
and subject line Close duplicate
has caused the debbugs.gnu.org bug report #43787,
regarding [PATCH 2/3] gnu: Add go-github-com-jmespath-go-jmespath.
to be marked as done.

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


-- 
43787: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43787
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ryan Prior <rprior <at> protonmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 2/3] gnu: Add go-github-com-jmespath-go-jmespath.
Date: Sun, 04 Oct 2020 05:22:12 +0000
* gnu/packages/golang.scm (go-github-com-jmespath-go-jmespath): New variable.
---
 gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index dfaaba47c3..ed822c53a0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4886,6 +4886,34 @@ the parse trees produced by the html package.")
 to jQuery to the Go language.")
     (license license:bsd-3)))
 
+(define-public go-github-com-jmespath-go-jmespath
+  (package
+    (name "go-github-com-jmespath-go-jmespath")
+    (version "0.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jmespath/go-jmespath")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "18zyr9nlywmwp3wpzcjxrgq9s9d2mmc6zg6xhsna00m663nkyc3n"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/jmespath/go-jmespath"))
+    (native-inputs
+     `(("go-github-com-davecgh-go-spew" ,go-github-com-davecgh-go-spew)
+       ("go-github-com-pmezard-go-difflib" ,go-github-com-pmezard-go-difflib)
+       ("go-gopkg-in-yaml-v2" ,go-gopkg-in-yaml-v2)))
+    (home-page "https://github.com/jmespath/go-jmespath")
+    (synopsis "Golang implementation of JMESPath")
+    (description
+     "This package implements JMESPath, a query language for JSON.  It
+transforms one JSON document into another through a JMESPath expression.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-aymerick-douceur
   (package
     (name "go-github-com-aymerick-douceur")
-- 
2.17.1




[Message part 3 (message/rfc822, inline)]
From: Ryan Prior <rprior <at> protonmail.com>
To: "43787-close <at> debbugs.gnu.org" <43787-close <at> debbugs.gnu.org>
Subject: Close duplicate
Date: Sun, 04 Oct 2020 05:34:56 +0000
[Message part 4 (text/plain, inline)]
Duplicate of 43785.
[Message part 5 (text/html, inline)]

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

Previous Next


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