unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37431] [PATCH] gnu: Add python-bibtexparser.
@ 2019-09-16 16:19 Wiktor Żelazny
  2019-09-20 20:49 ` bug#37431: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2019-09-16 16:19 UTC (permalink / raw)
  To: 37431

From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/python-xyz.scm (python-bibtexparser): New variable.
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4541604873..21fed40cc3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -65,6 +65,7 @@
 ;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -16265,3 +16266,24 @@ ElementTree library and for the @uref{http://lxml.de, lxml.etree} library.
 For lxml.etree this package can be useful for providing XPath 2.0 selectors,
 because lxml.etree already has it's own implementation of XPath 1.0.")
     (license license:expat)))
+
+(define-public python-bibtexparser
+  (package
+    (name "python-bibtexparser")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "bibtexparser" version))
+       (sha256
+        (base32
+         "0zwhfkrzf3n5847dbnfng92k7ak199l9v6x6ax3dgdidfpm6d2fz"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-pyparsing" ,python-pyparsing)))
+    (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.")
+    (license (list license:bsd-3 license:lgpl3))))
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37431: [PATCH] gnu: Add python-bibtexparser.
  2019-09-16 16:19 [bug#37431] [PATCH] gnu: Add python-bibtexparser Wiktor Żelazny
@ 2019-09-20 20:49 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-20 20:49 UTC (permalink / raw)
  To: Wiktor Żelazny; +Cc: 37431-done

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

Wiktor Żelazny <wz@freeshell.de> skribis:

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

Applied with the minor changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 719 bytes --]

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))))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-20 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 16:19 [bug#37431] [PATCH] gnu: Add python-bibtexparser Wiktor Żelazny
2019-09-20 20:49 ` bug#37431: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).