GNU bug report logs - #54500
[PATCH] gnu: emacs-arduino-mode: Update to 1.3.0.

Previous Next

Package: guix-patches;

Reported by: Jai Vetrivelan <jaivetrivelan <at> gmail.com>

Date: Mon, 21 Mar 2022 14:35:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.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 54500 in the body.
You can then email your comments to 54500 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#54500; Package guix-patches. (Mon, 21 Mar 2022 14:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 21 Mar 2022 14:35:02 GMT) Full text and rfc822 format available.

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

From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-arduino-mode: Update to 1.3.0.
Date: Mon, 21 Mar 2022 20:03:38 +0530
* gnu/packages/emacs-xyz.scm (emacs-arduino-mode): Update to 1.3.0.
---
 gnu/packages/emacs-xyz.scm | 49 +++++++++++++-------------------------
 1 file changed, 17 insertions(+), 32 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 42fc13f4c2..6efe9e9613 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23408,38 +23408,23 @@ (define-public emacs-frame-purpose
     (license license:gpl3+)))
 
 (define-public emacs-arduino-mode
-  (let ((commit "23ae47c9f28f559e70b790b471f20310e163a39b")
-        (revision "1"))                 ;no release yet
-    (package
-      (name "emacs-arduino-mode")
-      (version (git-version "0" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/stardiviner/arduino-mode")
-               (commit commit)))
-         (sha256
-          (base32 "08vnbz9gpah1l93fzfd87aawrhcnh2v1kyfxgsn88pdwg8awz8rx"))
-         (file-name (git-file-name name version))))
-      (build-system emacs-build-system)
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           ;; Emacs complains that "defmethod" and "defgeneric" are obsolete
-           ;; macros when compiling. Substitute them with the recommended
-           ;; macros "cl-defmethod" and "cl-defgeneric", respectively.
-           (add-after 'unpack 'fix-obsolete
-             (lambda _
-               (substitute* "ede-arduino.el"
-                 (("defmethod") "cl-defmethod")
-                 (("defgeneric") "cl-defgeneric")))))))
-      (inputs
-       (list emacs-flycheck emacs-spinner))
-      (synopsis "Emacs major mode for editing Arduino sketches")
-      (description "Emacs major mode for editing Arduino sketches.")
-      (home-page "https://github.com/stardiviner/arduino-mode")
-      (license license:gpl3+))))
+  (package
+    (name "emacs-arduino-mode")
+    (version "1.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://elpa.nongnu.org/nongnu/arduino-mode-"
+                                  version ".tar"))
+              (sha256
+               (base32
+                "1270mbjgj0kmmjqqblwaipmd2667yp31mgspib3c5d7d6acs1bfx"))))
+    (build-system emacs-build-system)
+    (inputs
+     (list emacs-flycheck emacs-spinner))
+    (synopsis "Emacs major mode for editing Arduino sketches")
+    (description "Emacs major mode for editing Arduino sketches.")
+    (home-page "https://elpa.nongnu.org/nongnu/arduino-mode.html")
+    (license license:gpl3+)))
 
 (define-public emacs-annalist
   (package
-- 
2.34.0





Reply sent to Vagrant Cascadian <vagrant <at> debian.org>:
You have taken responsibility. (Fri, 01 Sep 2023 23:32:03 GMT) Full text and rfc822 format available.

Notification sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
bug acknowledged by developer. (Fri, 01 Sep 2023 23:32:03 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>, 54500-done <at> debbugs.gnu.org
Subject: Re: [bug#54500] [PATCH] gnu: emacs-arduino-mode: Update to 1.3.0.
Date: Fri, 01 Sep 2023 16:30:35 -0700
[Message part 1 (text/plain, inline)]
On 2022-03-21, Jai Vetrivelan wrote:
> * gnu/packages/emacs-xyz.scm (emacs-arduino-mode): Update to 1.3.0.

A newer version based on git was added:

b07180a13b97bf9108f84e9602b1310a21699845 gnu: emacs-arduino-mode: Update to 1.3.0-0-652c6a3.

Marking as done.

live well,
  vagrant
[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. (Sat, 30 Sep 2023 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 202 days ago.

Previous Next


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