GNU bug report logs - #60606
[PATCH 0/1] mumi: Depend on guile-email, not guile-email-latest

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Fri, 6 Jan 2023 20:25:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

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 60606 in the body.
You can then email your comments to 60606 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#60606; Package guix-patches. (Fri, 06 Jan 2023 20:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Arun Isaac <arunisaac <at> systemreboot.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 06 Jan 2023 20:25:01 GMT) Full text and rfc822 format available.

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

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Ricardo Wurmus <rekado <at> elephly.net>,
	guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH 0/1] mumi: Depend on guile-email, not guile-email-latest
Date: Fri,  6 Jan 2023 20:24:26 +0000
Hi Ricardo,

With the release of guile-email 0.3.0, I think we should remove
guile-email-latest and have mumi depend on guile-email instead. WDYT?

Regards,
Arun

Arun Isaac (1):
  gnu: guile-email-latest: Remove package.

 gnu/packages/guile-xyz.scm | 20 --------------------
 gnu/packages/mail.scm      |  4 ++--
 2 files changed, 2 insertions(+), 22 deletions(-)

-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60606; Package guix-patches. (Fri, 06 Jan 2023 20:27:01 GMT) Full text and rfc822 format available.

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

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 60606 <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>,
 Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH] gnu: guile-email-latest: Remove package.
Date: Fri,  6 Jan 2023 20:26:24 +0000
* gnu/packages/guile-xyz.scm (guile-email-latest): Delete variable.
* gnu/packages/mail.scm (mumi)[inputs]: Replace guile-email-latest with
guile-email.
---
 gnu/packages/guile-xyz.scm | 20 --------------------
 gnu/packages/mail.scm      |  4 ++--
 2 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 1ed8290ba6..ca75305fac 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1503,26 +1503,6 @@ (define-public guile-email
 format.")
     (license license:agpl3+)))
 
-(define-public guile-email-latest
-  (let ((commit "ea60bb902d3677d5c653851c7aa6afbbf710140e")
-        (revision "2"))
-    (package
-      (inherit guile-email)
-      (name "guile-email-latest")
-      (version (git-version "0.2.2" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://git.systemreboot.net/guile-email")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "1g4rn7ai3nfxmpppc8qbpv8b18wnsld29y5xa58cv9b8pf3pbwnj"))))
-      (native-inputs
-       (list pkg-config autoconf automake texinfo)))))
-
 (define-public guile2.2-email
   (package
     (inherit guile-email)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index de868e948b..369f4dccd8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2016, 2017 Troy Sankey <sankeytms <at> gmail.com>
 ;;; Copyright © 2016, 2017, 2018 Nikita <nikita <at> n0.is>
 ;;; Copyright © 2016 Clément Lassieur <clement <at> lassieur.org>
-;;; Copyright © 2016–2022 Arun Isaac <arunisaac <at> systemreboot.net>
+;;; Copyright © 2016–2023 Arun Isaac <arunisaac <at> systemreboot.net>
 ;;; Copyright © 2016 John Darrington <jmd <at> gnu.org>
 ;;; Copyright © 2016, 2018 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2017 Thomas Danckaert <post <at> thomasdanckaert.be>
@@ -4072,7 +4072,7 @@ (define-public mumi
                     `("GUILE_LOAD_COMPILED_PATH" ":" prefix
                       (,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
       (inputs
-       (list guile-email-latest
+       (list guile-email
              guile-fibers
              guile-gcrypt
              guile-json-4
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60606; Package guix-patches. (Thu, 12 Jan 2023 17:48:02 GMT) Full text and rfc822 format available.

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

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Arun Isaac <arunisaac <at> systemreboot.net>, 60606 <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>,
 Arun Isaac <arunisaac <at> systemreboot.net>
Subject: Re: [bug#60606] [PATCH] gnu: guile-email-latest: Remove package.
Date: Thu, 12 Jan 2023 15:17:23 +0100
Hi Arun,

On ven., 06 janv. 2023 at 20:26, Arun Isaac <arunisaac <at> systemreboot.net> wrote:
> * gnu/packages/guile-xyz.scm (guile-email-latest): Delete variable.
> * gnu/packages/mail.scm (mumi)[inputs]: Replace guile-email-latest with
> guile-email.
> ---
>  gnu/packages/guile-xyz.scm | 20 --------------------
>  gnu/packages/mail.scm      |  4 ++--
>  2 files changed, 2 insertions(+), 22 deletions(-)

LGTM.

Cheers,
simon




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 12 Jan 2023 20:37:01 GMT) Full text and rfc822 format available.

Notification sent to Arun Isaac <arunisaac <at> systemreboot.net>:
bug acknowledged by developer. (Thu, 12 Jan 2023 20:37:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 60606-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/1] mumi: Depend on guile-email, not guile-email-latest
Date: Thu, 12 Jan 2023 21:36:13 +0100
Arun Isaac <arunisaac <at> systemreboot.net> writes:

> With the release of guile-email 0.3.0, I think we should remove
> guile-email-latest and have mumi depend on guile-email instead. WDYT?

Agreed.

I applied it.  Thanks!

-- 
Ricardo




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

This bug report was last modified 1 year and 73 days ago.

Previous Next


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