GNU bug report logs - #43445
[PATCH 2/2] gnu: Add python-citeproc-py.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Wed, 16 Sep 2020 10:21:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#43445: closed ([PATCH 2/2] gnu: Add python-citeproc-py.)
Date: Mon, 21 Sep 2020 21:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Sep 2020 23:32:35 +0200
with message-id <87ft7aiznw.fsf <at> gnu.org>
and subject line Re: [bug#43445] [PATCH 2/2] gnu: Add python-citeproc-py.
has caused the debbugs.gnu.org bug report #43445,
regarding [PATCH 2/2] gnu: Add python-citeproc-py.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
43445: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43445
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 2/2] gnu: Add python-citeproc-py.
Date: Wed, 16 Sep 2020 12:20:08 +0200
* gnu/packages/python-xyz.scm (python-citeproc-py): New variable.
---
 gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fd58921953..5847c88000 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22044,3 +22044,28 @@ By default it uses the open Python vulnerability database Safety DB.")
      "Converts RELAX NG schemata in Compact syntax (rnc) to
 equivalent schemata in the XML-based default RELAX NG syntax.")
     (license license:expat)))
+
+(define-public python-citeproc-py
+  (package
+    (name "python-citeproc-py")
+    (version "0.5.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "citeproc-py" version))
+       (sha256
+        (base32
+         "00aaff50jy4j0nakdzq9258z1gzrac9baarli2ymgspj88jg5968"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-lxml" ,python-lxml)
+       ("python-rnc2rng" ,python-rnc2rng)))
+    (home-page
+     "https://github.com/brechtm/citeproc-py")
+    (synopsis "Citations and bibliography formatter")
+    (description
+     "Citeproc-py is a CSL processor for Python.  It aims to implement the
+CSL 1.0.1 specification.  citeproc-py can output styled citations and
+bibliographies in a number of different output formats.  Currently supported
+are plain text, reStructuredText and HTML.")
+    (license license:bsd-2)))
-- 
2.28.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 43445-done <at> debbugs.gnu.org
Subject: Re: [bug#43445] [PATCH 2/2] gnu: Add python-citeproc-py.
Date: Mon, 21 Sep 2020 23:32:35 +0200
Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

> * gnu/packages/python-xyz.scm (python-citeproc-py): New variable.

Applied, thanks!


This bug report was last modified 4 years and 245 days ago.

Previous Next


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