GNU bug report logs - #50254
[PATCH] gnu: Add go-github-com-DHowett-go-plist.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Sun, 29 Aug 2021 16:56:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50254 in the body.
You can then email your comments to 50254 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50254; Package guix-patches. (Sun, 29 Aug 2021 16:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <rndd <at> tuta.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 29 Aug 2021 16:56:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add go-github-com-DHowett-go-plist.
Date: Sun, 29 Aug 2021 18:55:43 +0200 (CEST)
[Message part 1 (text/plain, inline)]

[0001-gnu-Add-go-github-com-DHowett-go-plist.patch (text/x-patch, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 24 Sep 2021 12:12:02 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <rndd <at> tuta.io>:
bug acknowledged by developer. (Fri, 24 Sep 2021 12:12:02 GMT) Full text and rfc822 format available.

Message #10 received at 50254-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 50254-done <at> debbugs.gnu.org
Subject: Re: bug#50254: [PATCH] gnu: Add go-github-com-DHowett-go-plist.
Date: Fri, 24 Sep 2021 14:10:59 +0200
[Message part 1 (text/plain, inline)]
Hi,

Adam Kandur <rndd <at> tuta.io> skribis:

>>From 71fa733ace1ebf2186c15b0e17798fb7f72e385e Mon Sep 17 00:00:00 2001
> From: Adam Kandur <rndd <at> 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.

Applied (finally!) with the cosmetic changes below.

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 55a78c1a8b..a96f743f68 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1191,11 +1191,11 @@ 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
+(define-public go-github-com-dhowett-go-plist
   (let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a")
         (revision "1"))
     (package
-      (name "go-github-com-DHowett-go-plist")
+      (name "go-github-com-dhowett-go-plist")
       (version (git-version "0.0.0" revision commit))
       (source (origin
                 (method git-fetch)
@@ -1207,16 +1207,17 @@ standardized in RFC 7539.")
                  (base32
                   "01c9wmhny2rxywcjipq1xa0xw4qm7yd001239grwxcja3b4n45v8"))))
       (build-system go-build-system)
-      (arguments
-       `(#:import-path "howett.net/plist"))
+      (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.")
+      (synopsis "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

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 23 Oct 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 178 days ago.

Previous Next


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