GNU bug report logs - #56883
[PATCH] gnu: Add emacs-consult-bibtex.

Previous Next

Package: guix-patches;

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

Date: Tue, 2 Aug 2022 12:02:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 56883 in the body.
You can then email your comments to 56883 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#56883; Package guix-patches. (Tue, 02 Aug 2022 12:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 02 Aug 2022 12:02:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH] gnu: Add emacs-consult-bibtex.
Date: Tue,  2 Aug 2022 14:00:33 +0200
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a2d207574e..df0b77ea71 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9085,6 +9085,29 @@ (define-public emacs-consult
 list of candidates.")
     (license license:gpl3+)))
 
+(define-public emacs-consult-bibtex
+  (let ((commit "2f870d6eefb54a53216d90a82cff0ff97ba54725")
+        (revision "0"))
+    (package
+      (name "emacs-consult-bibtex")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/mohkale/consult-bibtex")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "0jxjvpg3j8zk77sfhyy27fd1zbj2zz7xayavan3hhj4853q92kwq"))))
+      (build-system emacs-build-system)
+      (arguments `(#:emacs ,build-emacs))
+      (inputs (list emacs-org-roam-bibtex emacs-consult emacs-embark))
+      (home-page "https://github.com/mohkale/consult-bibtex")
+      (synopsis "Consulting-read interface for bibtex completion")
+      (description "This package provides a read interface for bibtex
+completion using consult.")
+      (license license:gpl3))))
+
 (define-public emacs-consult-dir
   (package
     (name "emacs-consult-dir")
-- 
2.37.1





Information forwarded to guix-patches <at> gnu.org:
bug#56883; Package guix-patches. (Thu, 25 Aug 2022 10:29:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>
Cc: 56883-done <at> debbugs.gnu.org, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#56883] [PATCH] gnu: Add emacs-consult-bibtex.
Date: Thu, 25 Aug 2022 12:28:03 +0200
Hello,

Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-consult-bibtex): New variable.

Applied with the changes below. Thank you.

> +(define-public emacs-consult-bibtex
> +  (let ((commit "2f870d6eefb54a53216d90a82cff0ff97ba54725")
> +        (revision "0"))
> +    (package
> +      (name "emacs-consult-bibtex")
> +      (version (git-version "0" revision commit))

The version is "0.1" and upstream's single commit matches it so
I removed the `git-version' part.

> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/mohkale/consult-bibtex")
> +                      (commit commit)))
> +                (sha256
> +                 (base32
> +                  "0jxjvpg3j8zk77sfhyy27fd1zbj2zz7xayavan3hhj4853q92kwq"))))
> +      (build-system emacs-build-system)
> +      (arguments `(#:emacs ,build-emacs))

I removed this fancy entry.

> +      (inputs (list emacs-org-roam-bibtex emacs-consult emacs-embark))

I listed inputs alphabetically.

> +      (home-page "https://github.com/mohkale/consult-bibtex")
> +      (synopsis "Consulting-read interface for bibtex completion")
> +      (description "This package provides a read interface for bibtex
> +completion using consult.")
> +      (license license:gpl3))))

License is actually gpl3+. I fixed it in a subsequent commit.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 25 Aug 2022 10:29:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Thu, 25 Aug 2022 10:29:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 Sep 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 216 days ago.

Previous Next


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