guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add python-sphinxcontrib-svg2pdfconverter.


From: guix-commits
Subject: 01/02: gnu: Add python-sphinxcontrib-svg2pdfconverter.
Date: Wed, 3 Apr 2019 15:29:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 412342d1ef2ec81d669ad0e5a50f24962c24a8b6
Author: Nicolas Goaziou <address@hidden>
Date:   Wed Apr 3 21:26:54 2019 +0200

    gnu: Add python-sphinxcontrib-svg2pdfconverter.
    
    * gnu/packages/python-xyz.scm (python-sphinxcontrib-svg2pdfconverter): New
      variable.
---
 gnu/packages/python-xyz.scm | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2d84059..014026d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -51,7 +51,7 @@
 ;;; Copyright © 2018 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2018 Adam Massmann <address@hidden>
 ;;; Copyright © 2016, 2018 Tomáš Čech <address@hidden>
-;;; Copyright © 2018 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2018, 2019 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2018 Clément Lassieur <address@hidden>
 ;;; Copyright © 2018, 2019 Maxim Cournoyer <address@hidden>
@@ -15300,3 +15300,22 @@ space that are close to a given query point.  It also 
creates large read-only
 file-based data structures that are @code{mmap}ped into memory so that many
 processes may share the same data.")
     (license license:asl2.0)))
+
+(define-public python-sphinxcontrib-svg2pdfconverter
+  (package
+    (name "python-sphinxcontrib-svg2pdfconverter")
+    (version "0.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "sphinxcontrib-svg2pdfconverter" version))
+              (sha256
+               (base32
+                "1abvbgkkii13q8nsb10r0gc5lm0p9iq1iwhfhakn5ifn6asa0183"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-sphinx" ,python-sphinx)))
+    (home-page 
"https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/releases";)
+    (synopsis "Sphinx SVG to PDF converter extension")
+    (description "A Sphinx extension to convert SVG images to PDF in case the 
builder does not support
+SVG images natively (e.g. LaTeX).")
+    (license license:bsd-3)))



reply via email to

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