guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit a0588309bb81a9a1332aab73d6f173287e81ca89
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Dec 4 22:33:50 2025 +0900

    gnu: python-sphinx-gallery: Update to 0.20.0.
    
    * gnu/packages/sphinx.scm (python-sphinx-gallery): Update to 0.20.0.
    [propagated-inputs]: Remove python-jupyterlite-sphinx.
    [native-inputs]: Add python-jupyterlite-sphinx python-pydata-sphinx-theme,
    python-sphinxcontrib-video, python-sphinx-design and python-statsmodels.
    
    Change-Id: I35c2dac4ac8fbca13f16c832e53d0851ca015c52
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/sphinx.scm | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 605e3a3823..c60ea5f4de 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -65,6 +65,7 @@
   #:use-module (gnu packages time)
   #:use-module (gnu packages python-science)
   #:use-module (gnu packages graph)
+  #:use-module (gnu packages statistics)
   #:use-module (gnu packages tex)
   #:use-module (gnu packages xml))
 
@@ -863,13 +864,13 @@ Sphinx documents in web templates and to handle 
searches.")
 (define-public python-sphinx-gallery
   (package
     (name "python-sphinx-gallery")
-    (version "0.19.0")
+    (version "0.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sphinx_gallery" version))
        (sha256
-        (base32 "1crfmzl61pj308nj5q4vb98d09gpcw3bmz8jlql2wr5d819cn044"))))
+        (base32 "0dfp12zjasnidh7l21zjjfkwamgmrh2p15cm6lnq2g8qqq81aa3h"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -886,25 +887,27 @@ Sphinx documents in web templates and to handle 
searches.")
     (native-inputs
      (list python-absl-py
            python-graphviz
+           ;;python-intersphinx-registry TODO: package me!
            python-ipython
            python-joblib
+           python-jupyterlite-sphinx
            python-lxml
-           ;; python-intersphinx-registry ; not packaged yet
            python-matplotlib
            python-numpy
            python-packaging
            python-plotly
+           python-pydata-sphinx-theme
            python-pytest
            python-pytest-cov
            python-seaborn
            python-setuptools
            python-setuptools-scm
-           ;; python-sphinxcontrib-video ; not packaged yet
-           ;; python-statsmodels         ;
+           python-sphinxcontrib-video
+           python-sphinx-design
+           python-statsmodels
            python-wheel))
     (propagated-inputs
-     (list python-jupyterlite-sphinx
-           python-pillow
+     (list python-pillow
            python-sphinx))
     (home-page "https://sphinx-gallery.github.io/stable/index.html";)
     (synopsis "Generate an examples gallery automatically")

Reply via email to