emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#43445: closed ([PATCH 2/2] gnu: Add python-citeproc-py.)


From: GNU bug Tracking System
Subject: bug#43445: closed ([PATCH 2/2] gnu: Add python-citeproc-py.)
Date: Mon, 21 Sep 2020 21:33:02 +0000

Your message dated Mon, 21 Sep 2020 23:32:35 +0200
with message-id <87ft7aiznw.fsf@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@gnu.org.)


-- 
43445: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43445
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43445] [PATCH 2/2] gnu: Add python-citeproc-py. Date: Mon, 21 Sep 2020 23:32:35 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

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

Applied, thanks!


--- End Message ---

reply via email to

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