GNU bug report logs - #63919
[PATCH] gnu: guile-jsonld: fix build and use new style.

Previous Next

Package: guix-patches;

Reported by: Z572 <873216071 <at> qq.com>

Date: Tue, 6 Jun 2023 04:46:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 63919 in the body.
You can then email your comments to 63919 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#63919; Package guix-patches. (Tue, 06 Jun 2023 04:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Z572 <873216071 <at> qq.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 06 Jun 2023 04:46:02 GMT) Full text and rfc822 format available.

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

From: Z572 <873216071 <at> qq.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: guile-jsonld: fix build and use new style.
Date: Tue,  6 Jun 2023 12:43:51 +0800
* gnu/packages/guile-xyz (guile-jsonld)
[propagated-inputs]: replace GNUTLS with GUILE-GNUTLS, use new style.
---
 gnu/packages/guile-xyz.scm | 37 ++++++++++++++++---------------------
 1 file changed, 16 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d8684bb818..0415d857e7 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -43,7 +43,7 @@
 ;;; Copyright © 2022 Zhu Zihao <all_but_last <at> 163.com>
 ;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
 ;;; Copyright © 2022 Taiju HIGASHI <higashi <at> taiju.info>
-;;; Copyright © 2022 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2022, 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2022 Evgeny Pisemsky <evgeny <at> pisemsky.com>
 ;;; Copyright © 2022 jgart <jgart <at> dismail.de>
 ;;;
@@ -4622,30 +4622,25 @@ (define-public guile-jsonld
   (package
     (name "guile-jsonld")
     (version "1.0.2")
-    (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://framagit.org/tyreunom/guile-jsonld")
-               (commit version)))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32
-          "1ryyvh71899z2inivqglb8d78zzp1sd0wv9a56kvcmrxf1966z6r"))))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://framagit.org/tyreunom/guile-jsonld")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1ryyvh71899z2inivqglb8d78zzp1sd0wv9a56kvcmrxf1966z6r"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f)); require network
-    (propagated-inputs
-     `(("guile-gnutls" ,gnutls)
-       ("guile-json" ,guile-json-4)
-       ("guile-rdf" ,guile-rdf)))
-    (inputs
-     (list guile-3.0))
-    (native-inputs
-     (list automake autoconf pkg-config texinfo))
+     (list #:tests? #f)) ;require network
+    (propagated-inputs (list guile-gnutls guile-json-4 guile-rdf))
+    (inputs (list guile-3.0))
+    (native-inputs (list automake autoconf pkg-config texinfo))
     (home-page "https://framagit.org/tyreunom/guile-jsonld")
     (synopsis "Guile implementation of the JsonLD API specification")
-    (description "Guile JsonLD is an implementation of the JsonLD (Json for
+    (description
+     "Guile JsonLD is an implementation of the JsonLD (Json for
 Linked Data) API defined by the W3C for GNU Guile.  It allows you to express links
 between data, in a way that is very similar to WikiData or RDF for instance.
 An object can have relations (in the form of an IRI) that relates it to one or

base-commit: 8937898af9433c0b7a8d95a78c95e21576ae22e8
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#63919; Package guix-patches. (Wed, 05 Jul 2023 22:59:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Z572 via Guix-patches via <guix-patches <at> gnu.org>
Cc: Z572 <873216071 <at> qq.com>, 63919-done <at> debbugs.gnu.org
Subject: Re: [bug#63919] [PATCH] gnu: guile-jsonld: fix build and use new
 style.
Date: Thu, 06 Jul 2023 00:57:52 +0200
Hello,

Z572 via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/guile-xyz (guile-jsonld)
> [propagated-inputs]: replace GNUTLS with GUILE-GNUTLS, use new style.

I separated style and fix in two patches, then applied them. Thank you.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 05 Jul 2023 22:59:02 GMT) Full text and rfc822 format available.

Notification sent to Z572 <873216071 <at> qq.com>:
bug acknowledged by developer. (Wed, 05 Jul 2023 22:59:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Aug 2023 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 267 days ago.

Previous Next


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