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

commit ad9d30531d76094f97d3eb70a39efbb7de6ba23b
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Jun 24 19:16:17 2025 +0100

    gnu: python-sphinx-alabaster-theme: Update to 0.7.16.
    
    * gnu/packages/sphinx.scm (python-sphinx-alabaster-theme): Update to 0.7.16.
    [arguments] <tests?>: No tests in PyPI or Git.
    [native-inputs]: Remove python-setuptools and python-wheel; add
    python-flit-core.
    
    Change-Id: I818a033a7faec3c9048ac9b79043c95fd451d85d
---
 gnu/packages/sphinx.scm | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index e2be5d39f0..a7a649841b 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -870,21 +870,24 @@ introspection of @code{zope.interface} instances in 
code.")
 (define-public python-sphinx-alabaster-theme
   (package
     (name "python-sphinx-alabaster-theme")
-    (version "0.7.13")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "alabaster" version))
-              (sha256
-               (base32
-                "1qjam3hks6a3fa89nhb9ajk62b2m5qmss0qyw0b0wsay9l44lym2"))))
+    (version "0.7.16")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "alabaster" version))
+       (sha256
+        (base32 "0rcdsl333jjwrb8m77nsj8wdn78jg92dvk7qsw6xbnm552fbka3m"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f)) ; no tests provided in PyPI or Git
     (propagated-inputs
      (list python-pygments))
-    (native-inputs (list python-setuptools python-wheel))
+    (native-inputs (list python-flit-core))
     (home-page "https://alabaster.readthedocs.io/";)
     (synopsis "Configurable sidebar-enabled Sphinx theme")
-    (description "Alabaster is a visually (c)lean, responsive, configurable
-theme for the Sphinx documentation system.  It's the default theme of Sphinx.")
+    (description
+     "Alabaster is a visually (c)lean, responsive, configurable theme for the
+Sphinx documentation system.  It's the default theme of Sphinx.")
     (license license:bsd-3)))
 
 (define-public python-sphinx-argparse

Reply via email to