guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37431: [PATCH] gnu: Add python-bibtexparser.


From: Ludovic Courtès
Subject: bug#37431: [PATCH] gnu: Add python-bibtexparser.
Date: Fri, 20 Sep 2019 22:49:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Wiktor Żelazny <address@hidden> skribis:

> From: Wiktor Żelazny <address@hidden>
>
> * gnu/packages/python-xyz.scm (python-bibtexparser): New variable.

Applied with the minor changes below, thanks!

Ludo’.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a9ca56aeed..69c8e63ecf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16395,6 +16395,6 @@ because lxml.etree already has it's own implementation 
of XPath 1.0.")
     (native-inputs
      `(("python-future" ,python-future)))
     (home-page "https://github.com/sciunto-org/python-bibtexparser";)
-    (synopsis "Python library to parse bibtex files")
-    (description "BibtexParser is a python library to parse bibtex files.")
+    (synopsis "Python library to parse BibTeX files")
+    (description "BibtexParser is a Python library to parse BibTeX files.")
     (license (list license:bsd-3 license:lgpl3))))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]