GNU bug report logs - #58490
gnu: Add python-mdurl, python-markdown-it-py, python-mdit-py-plugins, python-sphinx-gallery-0.7.0 and python-jupytext.

Previous Next

Package: guix-patches;

Reported by: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>

Date: Thu, 13 Oct 2022 11:37:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 58490 <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <58490 <at> debbugs.gnu.org>
Subject: [PATCH 4/5] gnu: Add python-sphinx-gallery-0.7.0. X-Debbugs-Cc:
 rekado <at> elephly.net
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 <at> posteo.net>
 ;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte <at> inria.fr>
 ;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2022 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> 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





This bug report was last modified 2 years and 260 days ago.

Previous Next


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