GNU bug report logs - #75099
[PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not inherit.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Wed, 25 Dec 2024 20:57:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 75099 in the body.
You can then email your comments to 75099 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 efraim <at> flashner.co.il, guix-patches <at> gnu.org:
bug#75099; Package guix-patches. (Wed, 25 Dec 2024 20:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Herman Rimm <herman <at> rimm.ee>:
New bug report received and forwarded. Copy sent to efraim <at> flashner.co.il, guix-patches <at> gnu.org. (Wed, 25 Dec 2024 20:57:02 GMT) Full text and rfc822 format available.

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

From: Herman Rimm <herman <at> rimm.ee>
To: guix-patches <at> gnu.org
Subject: [PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not inherit.
Date: Wed, 25 Dec 2024 21:56:07 +0100
* gnu/packages/crates-io.scm (rust-indoc-impl-0.3): Do not inherit.
[home-page, license]: Add.
[version, source]: Update to 0.3.7.
[arguments]: Build.  Remove rust-proc-macro-hack-0.5.

Change-Id: Ie57baea4c388a32e00443c39abe80119786b14f8
---
 gnu/packages/crates-io.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b3d9bcd783..123b2aa05c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37292,29 +37292,28 @@ (define-public rust-indoc-0.3
 
 (define-public rust-indoc-impl-0.3
   (package
-    (inherit rust-indoc-0.3)
     (name "rust-indoc-impl")
-    (version "0.3.6")
+    (version "0.3.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "indoc-impl" version))
        (file-name (string-append "rust-indoc-impl-" version ".tar.gz"))
        (sha256
-        (base32 "1w58yg249kmzsn75kcj34qaxqh839l1hsaj3bzggy3q03wb6s16f"))))
+        (base32 "0m0s0klnyjprfw6q6rnz6rl5hyfkjiv3md30s15v487wkcby05vi"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
-        ("rust-proc-macro2" ,rust-proc-macro2-1)
+     `(#:cargo-inputs
+       (("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
         ("rust-syn" ,rust-syn-1)
         ("rust-unindent" ,rust-unindent-0.1))))
+    (home-page "https://github.com/dtolnay/indoc")
     (synopsis "Macros for @code{rust-indoc}")
     (description
      "This package provides macros for use with the @code{rust-indoc}
-package.  It is obsolete for indoc versions > 1.")))
+package.  It is obsolete for indoc versions > 1.")
+    (license (list license:expat license:asl2.0))))
 
 (define-public rust-infer-0.15
   (package

base-commit: 32ab343e03e998ada27c063ef7d8a00aa88436dd
-- 
2.45.2





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 26 Dec 2024 13:46:04 GMT) Full text and rfc822 format available.

Notification sent to Herman Rimm <herman <at> rimm.ee>:
bug acknowledged by developer. (Thu, 26 Dec 2024 13:46:04 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Herman Rimm <herman <at> rimm.ee>
Cc: 75099-done <at> debbugs.gnu.org
Subject: Re: [bug#75099] [PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not
 inherit.
Date: Thu, 26 Dec 2024 15:44:11 +0200
[Message part 1 (text/plain, inline)]
This one had some issues.  rust-indoc-0.3 wants rust-indoc-0.3.6
specifically, so I had to downgrade it back to 0.3.6.  Also
proc-macro-hack is needed for building the package, it just isn't listed
with cargo import for some reason.  I made the changes and applied it to
the rust-team branch, and followed up with building rust-indoc-0.3.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 24 Jan 2025 12:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 145 days ago.

Previous Next


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