GNU bug report logs - #75671
[PATCH] gnu: Add emacs-gptel-quick.

Previous Next

Package: guix-patches;

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

Date: Sun, 19 Jan 2025 16:16:01 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

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: jgart <jgart <at> dismail.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75671: closed ([PATCH] gnu: Add emacs-gptel-quick.)
Date: Mon, 20 Jan 2025 04:07:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 19 Jan 2025 22:06:00 -0600
with message-id <87ikqajfiv.fsf <at> unknownee2179f0a061.attlocal.net>
and subject line Re: [PATCH] gnu: Add emacs-gptel-quick.
has caused the debbugs.gnu.org bug report #75671,
regarding [PATCH] gnu: Add emacs-gptel-quick.
to be marked as done.

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


-- 
75671: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75671
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: jgart <at> dismail.de
Subject: [PATCH] gnu: Add emacs-gptel-quick.
Date: Sun, 19 Jan 2025 17:14:47 +0100
From: jgart <jgart <at> dismail.de>

* gnu/packages/emacs-xyz.scm (emacs-gptel-quick): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6aaedeb862..c0a8265a38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -589,6 +589,30 @@ (define-public emacs-gptel
 API key.")
     (license license:gpl3+)))
 
+(define-public emacs-gptel-quick
+  (let ((commit "79c33058e605b4fbdb1d1f98d1ab428d6eed111d")
+        (revision "0"))
+    (package
+      (name "emacs-gptel-quick")
+      (version (git-version "0.0.5" revision commit))
+      (source
+       (origin
+         (uri (git-reference
+               (url "https://github.com/karthink/gptel-quick")
+               (commit commit)))
+         (method git-fetch)
+         (sha256
+          (base32 "0bw3zjpzyc574jw2qr0j042x68llkjxn66gkfnw7dwwpgwplz671"))
+         (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-gptel))
+      (home-page "https://github.com/karthink/gptel-quick")
+      (synopsis "Quick LLM lookups in Emacs")
+      (description
+       "This package provides a tiny everyday helper for easily looking up or
+summarizing text using an LLM.")
+      (license license:gpl3+))))
+
 (define-public emacs-chatgpt-shell
   (package
     (name "emacs-chatgpt-shell")
-- 
2.47.1



[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: 75671-done <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [PATCH] gnu: Add emacs-gptel-quick.
Date: Sun, 19 Jan 2025 22:06:00 -0600
Thanks, applied!
-- 
all the best,
jgart


This bug report was last modified 121 days ago.

Previous Next


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