GNU bug report logs -
#63138
[PATCH] gnu: Add chatgpt-shell.
Previous Next
Reported by: Dakota Logan <dklogan <at> riseup.net>
Date: Fri, 28 Apr 2023 05:28:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Dakota Logan <dklogan <at> riseup.net> writes:
> * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell, emacs-shell-maker):
> New variables.
Thank you. Some comments follow.
> +(define-public emacs-shell-maker
> +(package
> + (name "emacs-shell-maker")
> + (version "20230427.808")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://melpa.org/packages/shell-maker-"
> + version ".el"))
These URI are not stable. You should use GitHub as upstream. Moreover,
MELPA versionning is fancy. According to source, version is "0.18.1"
> + (sha256
> + (base32
> + "19qamx8rkll2xmkp85dx9qxvlbmcj8d35fksjssa1s05y1akmwad"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/xenodium/chatgpt-shell")
> + (synopsis "Emacs wraparound for comint-mode for creating local and cloud shells")
> + (description "@code{emacs-shell-maker} is a library building on Emacs comint-mode. It allows users to conveniently create shells for local and cloud LLM services, such as ChatGPT.")
Shell Maker is a library... on Emacs Comint mode...
> + (license license:gpl3+)))
> +
> +(define-public emacs-chatgpt-shell
The repository provides two library, so one single package is necessary.
You'll need to expound the description, tho.
Could you send an updated patch?
Regards,
--
Nicolas Goaziou
This bug report was last modified 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.