GNU bug report logs

#77087 [PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#77087; Package guix-patches. (Mon, 17 Mar 2025 21:32:03 GMT) (full text, mbox, link).


Acknowledgement sent to Cayetano Santos <csantosb@inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Mon, 17 Mar 2025 21:32:03 GMT) (full text, mbox, link).


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

From: Cayetano Santos <csantosb@inventati.org>
To: guix-patches@gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1.
Date: Mon, 17 Mar 2025 22:30:50 +0100
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): Update to 2.16.1.

Change-Id: Ie27454e83b8b93c85485c099c490fcab7b320aa6
---

- update
- activate tests

 gnu/packages/emacs-xyz.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 984f6fb7e5..74df54c22c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -644,7 +644,7 @@ (define-public emacs-gptel-quick
 (define-public emacs-chatgpt-shell
   (package
     (name "emacs-chatgpt-shell")
-    (version "2.13.1")
+    (version "2.16.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -653,19 +653,24 @@ (define-public emacs-chatgpt-shell
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vlvwim1v14cvd4w3bd10xfzaw3mhsiv5qh4ka67jgninq8kjls5"))))
+                "1xq4hfr3m5sgi9wrr3nrp6fsnnw8d044gz0y50d4h46cvq8c6f2g"))))
     (build-system emacs-build-system)
     (arguments
      (list #:phases
            #~(modify-phases %standard-phases
                ;; This phase prevents build phase failure.
-               (add-before 'build 'generate-empty-config-file
+               (add-after 'unpack 'generate-empty-config-file
                  (lambda _
                    (setenv "HOME" (getcwd))
                    (mkdir-p ".emacs.d")
                    (call-with-output-file ".emacs.d/.chatgpt-shell.el"
                      (lambda (port)
-                       (display "nil" port))))))))
+                       (display "nil" port))))))
+           #:tests? #t
+           #:test-command #~(list "emacs" "-Q" "--batch"
+                                  "-l" "test_chatgpt-shell.el"
+                                  "-l" "chatgpt-shell.el"
+                                  "-f" "ert-run-tests-batch-and-exit")))
     (propagated-inputs (list emacs-shell-maker))
     (home-page "https://github.com/xenodium/chatgpt-shell")
     (synopsis "ChatGPT and DALL-E Emacs shells and Org Babel libraries")

base-commit: 11eb2c0ffc9a08166ec8cb8874e323bba2e74557
--
2.48.1





Information forwarded to guix-patches@gnu.org:
bug#77087; Package guix-patches. (Sat, 22 Mar 2025 15:41:01 GMT) (full text, mbox, link).


Message #8 received at 77087@debbugs.gnu.org (full text, mbox, reply):

From: Ian Eure <ian@retrospec.tv>
To: Cayetano Santos <csantosb@inventati.org>
Cc: 77087@debbugs.gnu.org
Subject: Re: [bug#77087] [PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1.
Date: Sat, 22 Mar 2025 08:40:12 -0700
Hi Cayetano,

Pushed as cf87c55d8a.

-- Ian




bug closed, send any further explanations to 77087@debbugs.gnu.org and Cayetano Santos <csantosb@inventati.org> Request was from Ian Eure <ian@retrospec.tv> to control@debbugs.gnu.org. (Sat, 22 Mar 2025 15:41:02 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Fri Apr 18 12:23:36 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.