unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50265] [PATCH] update python-certifi
@ 2021-08-30  8:54 Adam Kandur via Guix-patches via
  2021-08-30 18:29 ` Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2021-08-30  8:54 UTC (permalink / raw)
  To: 50265

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

hope, this is correct...
i had problems using python libs from guix because of outdated certificates needed for https requests


[-- Attachment #2: 0001-gnu-Add-go-github-com-DHowett-go-plist.patch --]
[-- Type: text/x-patch, Size: 2113 bytes --]

From 71fa733ace1ebf2186c15b0e17798fb7f72e385e Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Sun, 29 Aug 2021 19:52:55 +0300
Subject: [PATCH] gnu: Add go-github-com-DHowett-go-plist.

* gnu/packages/golang.scm (go-github-com-DHowett-go-plist): 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 72579d6..8423c95 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1009,6 +1009,34 @@ standardized in RFC 7539.")
     (description "Set is the set collection for the Go language.")
     (license license:expat)))
 
+(define-public go-github-com-DHowett-go-plist
+  (let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a")
+        (revision "1"))
+    (package
+      (name "go-github-com-DHowett-go-plist")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/DHowett/go-plist")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "01c9wmhny2rxywcjipq1xa0xw4qm7yd001239grwxcja3b4n45v8"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "howett.net/plist"))
+      (inputs
+       `(("go-github.com-jessevdk-go-flags" ,go-github.com-jessevdk-go-flags)
+         ("go-github-com-kr-pretty" ,go-github-com-kr-pretty)
+         ("go-gopkg-in-check-v1" ,go-gopkg-in-check-v1)
+         ("go-gopkg-in-yaml-v2" ,go-gopkg-in-yaml-v2)))
+      (home-page "https://github.com/DHowett/go-plist")
+      (synopsis "A pure Go Apple Property List transcoder")
+      (description "This list transcoder supports encoding/decoding property lists (Apple XML, Apple Binary, OpenStep and GNUStep) from/to arbitrary Go types.")
+      (license license:giftware))))
+
 (define-public go-github-com-blanu-dust
   (package
     (name "go-github-com-blanu-dust")
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#50265] [PATCH] update python-certifi
  2021-08-30  8:54 [bug#50265] [PATCH] update python-certifi Adam Kandur via Guix-patches via
@ 2021-08-30 18:29 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2021-08-30 18:29 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 50265

Hello,

Adam Kandur <rndd@tuta.io> writes:

> hope, this is correct...
> i had problems using python libs from guix because of outdated certificates needed for https requests
>
>>From 71fa733ace1ebf2186c15b0e17798fb7f72e385e Mon Sep 17 00:00:00 2001
> From: Adam Kandur <rndd@tuta.io>
> Date: Sun, 29 Aug 2021 19:52:55 +0300
> Subject: [PATCH] gnu: Add go-github-com-DHowett-go-plist.
>
> * gnu/packages/golang.scm (go-github-com-DHowett-go-plist): 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 72579d6..8423c95 100644
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -1009,6 +1009,34 @@ standardized in RFC 7539.")
>      (description "Set is the set collection for the Go language.")
>      (license license:expat)))
>  
> +(define-public go-github-com-DHowett-go-plist
> +  (let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a")
> +        (revision "1"))

^ Wrong patch?  The title is about python-certifi.

If you want to close this one, you can reply to the email using
50265-done@debbugs.gnu.org in CC.

Thanks,

Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-30 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  8:54 [bug#50265] [PATCH] update python-certifi Adam Kandur via Guix-patches via
2021-08-30 18:29 ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).