GNU bug report logs -
#37431
[PATCH] gnu: Add python-bibtexparser.
Previous Next
Reported by: Wiktor Żelazny <wz <at> freeshell.de>
Date: Mon, 16 Sep 2019 16:36:03 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 37431-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Wiktor Żelazny <wz <at> freeshell.de> skribis:
> From: Wiktor Żelazny <wzelazny <at> vurv.cz>
>
> * gnu/packages/python-xyz.scm (python-bibtexparser): New variable.
Applied with the minor changes below, thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
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))))
This bug report was last modified 5 years and 248 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.