GNU bug report logs -
#73534
[PATCH] gnu: Add emacs-persid.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 28 Sep 2024 22:02:02 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
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 73534 in the body.
You can then email your comments to 73534 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73534
; Package
guix-patches
.
(Sat, 28 Sep 2024 22: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
.
(Sat, 28 Sep 2024 22:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-persid): New variable.
---
gnu/packages/emacs-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 05077d331d..467f2f84f2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37665,6 +37665,41 @@ (define-public emacs-auto-dictionary-mode
detected language.")
(license license:gpl2+)))
+(define-public emacs-persid
+ ;; This is the commit of master + upstream pull request 8.
+ (let ((commit "ff370f0612dd83363bb10c4649c3f21f692c2409")
+ (revision "1"))
+ (package
+ (name "emacs-persid")
+ (version (git-version "1.1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rougier/persid")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16nij3sv1fgpbxz7z3z4vdwxavz5hbad2y0585vp24h3zxhqq74y"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/rougier/persid")
+ (synopsis "Persistent Identifier Library")
+ (description "This package provides a library to manipulate
+persistent identifiers that are used to locate scholar resources
+online. The library knows about the following formats:
+@itemize
+@item isbn: @url{https://isbn.org, International Standard Book Number}
+@item issn: @url{https://www.issn.org, International Standard Serial Number}
+@item doi: @url{https://www.doi.org, Digital Object identifier}
+@item pmid: @url{https://pubmed.ncbi.nlm.nih.gov, PubMed}
+@item pmcid: @url{https://www.ncbi.nlm.nih.gov/pmc, PubMed Central}
+@item arxiv: @url{https://arxiv.org, Cornell University}
+@end itemize
+
+Given an identifier in one of the known formats, the libray can query
+information about the resources and format it as a bibtex entry.")
+ (license license:gpl3+))))
+
(define-public emacs-persist
(package
(name "emacs-persist")
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73534
; Package
guix-patches
.
(Mon, 10 Mar 2025 17:55:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73534 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-persid): New variable.
---
gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 602f58f006..631bd5b0d1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39202,6 +39202,40 @@ (define-public emacs-auto-dictionary-mode
detected language.")
(license license:gpl2+)))
+(define-public emacs-persid
+ (let ((commit "cf84a4340bd3e5b16b4412e98c4243da9f72503a")
+ (revision "2"))
+ (package
+ (name "emacs-persid")
+ (version (git-version "0.1.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rougier/persid")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16nij3sv1fgpbxz7z3z4vdwxavz5hbad2y0585vp24h3zxhqq74y"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/rougier/persid")
+ (synopsis "Persistent Identifier Library")
+ (description "This package provides a library to manipulate
+persistent identifiers that are used to locate scholar resources
+online. The library knows about the following formats:
+@itemize
+@item isbn: @url{https://isbn.org, International Standard Book Number}
+@item issn: @url{https://www.issn.org, International Standard Serial Number}
+@item doi: @url{https://www.doi.org, Digital Object identifier}
+@item pmid: @url{https://pubmed.ncbi.nlm.nih.gov, PubMed}
+@item pmcid: @url{https://www.ncbi.nlm.nih.gov/pmc, PubMed Central}
+@item arxiv: @url{https://arxiv.org, Cornell University}
+@end itemize
+
+Given an identifier in one of the known formats, the libray can query
+information about the resources and format it as a bibtex entry.")
+ (license license:gpl3+))))
+
(define-public emacs-persist
(package
(name "emacs-persist")
--
2.48.1
--
Best regards,
Nicolas Graves
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73534
; Package
guix-patches
.
(Mon, 10 Mar 2025 17:56:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 73534 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-persid): New variable.
---
gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 602f58f006..631bd5b0d1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39202,6 +39202,40 @@ (define-public emacs-auto-dictionary-mode
detected language.")
(license license:gpl2+)))
+(define-public emacs-persid
+ (let ((commit "cf84a4340bd3e5b16b4412e98c4243da9f72503a")
+ (revision "2"))
+ (package
+ (name "emacs-persid")
+ (version (git-version "0.1.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rougier/persid")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16nij3sv1fgpbxz7z3z4vdwxavz5hbad2y0585vp24h3zxhqq74y"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/rougier/persid")
+ (synopsis "Persistent Identifier Library")
+ (description "This package provides a library to manipulate
+persistent identifiers that are used to locate scholar resources
+online. The library knows about the following formats:
+@itemize
+@item isbn: @url{https://isbn.org, International Standard Book Number}
+@item issn: @url{https://www.issn.org, International Standard Serial Number}
+@item doi: @url{https://www.doi.org, Digital Object identifier}
+@item pmid: @url{https://pubmed.ncbi.nlm.nih.gov, PubMed}
+@item pmcid: @url{https://www.ncbi.nlm.nih.gov/pmc, PubMed Central}
+@item arxiv: @url{https://arxiv.org, Cornell University}
+@end itemize
+
+Given an identifier in one of the known formats, the libray can query
+information about the resources and format it as a bibtex entry.")
+ (license license:gpl3+))))
+
(define-public emacs-persist
(package
(name "emacs-persist")
--
2.48.1
--
Best regards,
Nicolas Graves
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73534
; Package
guix-patches
.
(Tue, 11 Mar 2025 04:00:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 73534 <at> debbugs.gnu.org (full text, mbox):
Hi Nicolas,
Pushed as f70ad6267b.
Thanks,
-- Ian
bug closed, send any further explanations to
73534 <at> debbugs.gnu.org and Nicolas Graves <ngraves <at> ngraves.fr>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Tue, 11 Mar 2025 04:00: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
.
(Tue, 08 Apr 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.