* [bug#57980] [PATCH] gnu: Add emacs-piem.
@ 2022-09-21 14:09 zimoun
2022-09-24 18:57 ` bug#57980: " Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2022-09-21 14:09 UTC (permalink / raw)
To: 57980; +Cc: zimoun, Kyle Meyer
* gnu/packages/emacs-xyz.scm (emacs-piem): New variable.
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 32e4c33f16..03ad569300 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7011,6 +7011,34 @@ (define-public emacs-debbugs
Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
(license license:gpl3+)))
+(define-public emacs-piem
+ (package
+ (name "emacs-piem")
+ (version "0.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.kyleam.com/piem.git")
+ (commit (string-append "v" version))))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list b4
+ emacs-elfeed
+ emacs-notmuch
+ emacs-transient))
+ (home-page "https://docs.kyleam.com/piem")
+ (synopsis "Glue for working with public-inbox archives")
+ (description "This packages provides a collection of Emacs libraries for
+working with public-inbox archives. As much of the hard work here is already
+done by other Emacs libraries—things like mail clients, news readers, Git
+interfaces, and even web browsers—piem is mostly about bridging some of these
+parts for convenience.")
+ (license license:gpl3)))
+
(define-public emacs-ert-expectations
(package
(name "emacs-ert-expectations")
base-commit: 6885f22375b093c08d69bbed6aa42d2e8c11a168
--
2.36.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#57980: [PATCH] gnu: Add emacs-piem.
2022-09-21 14:09 [bug#57980] [PATCH] gnu: Add emacs-piem zimoun
@ 2022-09-24 18:57 ` Nicolas Goaziou
2022-09-25 11:19 ` [bug#57980] " zimoun
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2022-09-24 18:57 UTC (permalink / raw)
To: zimoun; +Cc: Kyle Meyer, 57980-done
Hello,
zimoun <zimon.toutoune@gmail.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-piem): New variable.
Thank you. Applied with the following changes:
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://git.kyleam.com/piem.git")
I removed ".git" suffix.
> + (commit (string-append "v" version))))
> + (file-name (string-append name "-" version "-checkout"))
> + (sha256
> + (base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z"))))
> + (build-system emacs-build-system)
> + (propagated-inputs
> + (list b4
This need to be moved to inputs, along with an appropriate phase. I'll
do this in a later commit.
> + (description "This packages provides a collection of Emacs libraries for
> +working with public-inbox archives. As much of the hard work here is already
> +done by other Emacs libraries—things like mail clients, news readers, Git
> +interfaces, and even web browsers—piem is mostly about bridging some of these
> +parts for convenience.")
I added two spaces between sentences.
> + (license license:gpl3)))
License is actually GPL3+ (I forgot to change it, I'll do this in
a later commit too)
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#57980] [PATCH] gnu: Add emacs-piem.
2022-09-24 18:57 ` bug#57980: " Nicolas Goaziou
@ 2022-09-25 11:19 ` zimoun
0 siblings, 0 replies; 3+ messages in thread
From: zimoun @ 2022-09-25 11:19 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Kyle Meyer, 57980-done
Hi,
On Sat, 24 Sep 2022 at 20:57, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Thank you. Applied with the following changes:
Oh my bad. Thank you for the fixes.
Cheers,
simon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-25 11:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-21 14:09 [bug#57980] [PATCH] gnu: Add emacs-piem zimoun
2022-09-24 18:57 ` bug#57980: " Nicolas Goaziou
2022-09-25 11:19 ` [bug#57980] " zimoun
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.