GNU bug report logs - #61008
[PATCH] gnu: emacs-smartparens: Fix package cl deprecation.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sun, 22 Jan 2023 16:30:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61008: closed ([PATCH] gnu: emacs-smartparens: Fix package cl
 deprecation.)
Date: Tue, 07 Feb 2023 08:10:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 07 Feb 2023 09:08:58 +0100
with message-id <87zg9pc2xb.fsf <at> cbaines.net>
and subject line Re: [bug#61008] [PATCH v2] gnu: emacs-smartparens: Update to 1.11.0-0.7afd647.
has caused the debbugs.gnu.org bug report #61008,
regarding [PATCH] gnu: emacs-smartparens: Fix package cl deprecation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
61008: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61008
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: emacs-smartparens: Fix package cl deprecation.
Date: Sun, 22 Jan 2023 17:29:13 +0100
* gnu/packages/emacs-xyz.scm (emacs-smartparens):
[arguments] Fix package cl deprecation.
---
 gnu/packages/emacs-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed5c3bd71d..8bde2825f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10575,6 +10575,17 @@ (define-public emacs-smartparens
        (sha256
         (base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"))))
     (build-system emacs-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'fix-deprecated-cl-warning
+            (lambda _
+              (substitute* "smartparens.el"
+                ((string-append
+                  "\\(eval-when-compile \\(require 'cl\\)\\) "
+                  " ; for `lexical-let'")
+                 "")))))))
     (propagated-inputs
      (list emacs-dash emacs-markdown-mode))
     (home-page "https://github.com/Fuco1/smartparens")
-- 
2.39.1



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: guix-patches <at> gnu.org, 61008-done <at> debbugs.gnu.org
Subject: Re: [bug#61008] [PATCH v2] gnu: emacs-smartparens: Update to
 1.11.0-0.7afd647.
Date: Tue, 07 Feb 2023 09:08:58 +0100
[Message part 4 (text/plain, inline)]
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm: Update to 1.11.0-0.7afd647.
> ---
>  gnu/packages/emacs-xyz.scm | 42 ++++++++++++++++++++------------------
>  1 file changed, 22 insertions(+), 20 deletions(-)

This looks to have been merged as
f6286812ec932e282ef540bab0f614b13218d54b, so marking as done.

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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