guix-patches
[Top][All Lists]
Advanced

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

[bug#58490] [PATCH 4/5] gnu: Add python-sphinx-gallery-0.7.0. X-Debbugs-


From: Mădălin Ionel Patrașcu
Subject: [bug#58490] [PATCH 4/5] gnu: Add python-sphinx-gallery-0.7.0. X-Debbugs-Cc: address@hidden
Date: Thu, 13 Oct 2022 13:40:05 +0200

* gnu/packages/sphinx.scm (python-sphinx-gallery-0.7.0): New variable.
---
 gnu/packages/sphinx.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 2d53b7f3ac..fddeeb96c6 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
 ;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Mădălin Ionel Patrașcu 
<madalinionel.patrascu@mdc-berlin.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -549,6 +550,23 @@ (define-public python-sphinx-gallery
 from any set of Python scripts and puts it into an examples gallery.")
     (license license:bsd-3)))
 
+(define-public python-sphinx-gallery-0.7.0
+  (package (inherit python-sphinx-gallery)
+    (version "0.7.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "sphinx-gallery" version))
+              (sha256
+               (base32
+                "10255yyj7104ad6cibkmrwfpfgkl5675jfn3hd0sn63pjhndgsh5"))))
+  (build-system python-build-system)
+  (arguments `())
+  (native-inputs
+    (list python-pytest
+          python-numpy))
+  (propagated-inputs (list python-sphinx))))
+
+
 (define-public python-sphinx-me
   (package
     (name "python-sphinx-me")
-- 
2.37.3






reply via email to

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