GNU bug report logs - #32113
[PATCH 1/5] gnu: Add go-github-com-docker-go-connections.

Previous Next

Package: guix-patches;

Reported by: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>

Date: Tue, 10 Jul 2018 16:04:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
Subject: bug#32113: closed (Re: [bug#32113] [PATCH 5/5] gnu: Add
 go-gopkg-in-yaml-v2.)
Date: Thu, 12 Jul 2018 21:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#32113: [PATCH 1/5] gnu: Add go-github-com-docker-go-connections.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 32113 <at> debbugs.gnu.org.

-- 
32113: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32113
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
Cc: 32113-done <at> debbugs.gnu.org
Subject: Re: [bug#32113] [PATCH 5/5] gnu: Add go-gopkg-in-yaml-v2.
Date: Thu, 12 Jul 2018 23:58:07 +0200
Hello,

I tweaked the synopses and descriptions and applied all fives patches.

Thank you!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
Subject: [PATCH 1/5] gnu: Add go-github-com-docker-go-connections.
Date: Tue, 10 Jul 2018 18:02:28 +0200
* gnu/packages/golang.scm (go-github-com-docker-go-connections): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 41d2e5ce1..609a0a8b1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1841,3 +1841,28 @@ deliver content")
 store, and deliver content.  It's containe Docker Registry 2.0 and libraries
 to interacting with distribution components.")
       (license license:asl2.0))))
+
+(define-public go-github-com-docker-go-connections
+  (let ((commit "3ede32e2033de7505e6500d6c868c2b9ed9f169d")
+        (revision "0"))
+    (package
+      (name "go-github-com-docker-go-connections")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/docker/go-connections.git")
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+            (base32
+              "0v1pkr8apwmhyzbjfriwdrs1ihlk6pw7izm57r24mf9jdmg3fyb0"))))
+      (build-system go-build-system)
+      (arguments
+        '(#:import-path "github.com/docker/go-connections"))
+      (home-page "https://github.com/docker/go-connections")
+      (synopsis "Provides common package to work with network connections.")
+      (description "This package provides common package to work with network
+connections in Go langage.")
+      (license license:asl2.0))))
-- 
2.17.0




This bug report was last modified 6 years and 352 days ago.

Previous Next


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