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

commit f7eff440c8373f0027d5fc4cefa2e61567190716
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jun 27 15:16:21 2026 +0100

    gnu: python-matplotx: Adjust inputs.
    
    * gnu/packages/python-xyz.scm (python-matplotx):
    [propagated-inputs]: Remove python-networkx, python-pypng, and
    python-scipy.
    [native-inputs]: Remove python-wheel; add python-networkx, python-pypng,
    and python-scipy-minimal.
---
 gnu/packages/python-xyz.scm | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a18924b858..ef4e978d23 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13422,8 +13422,8 @@ three-way Venn diagrams in @code{matplotlib}.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/nschloe/matplotx";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/nschloe/matplotx";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32 "1j301mr7ai2jmbm5mkva0jd99fzxhyq585pqzqfmrf5pil8j4q8i"))))
@@ -13435,24 +13435,23 @@ three-way Venn diagrams in @code{matplotlib}.")
       #~(list "--deselect" "tests/test_spy.py::test_cli"
               ;; XXX: unknown failure
               "--deselect" "tests/test_spy.py::test_png")))
-    (propagated-inputs
-     (list python-matplotlib
-           python-numpy
-           ;; optional dependencies
+    (native-inputs
+     (list python-imageio
+           python-meshzoo
            python-networkx
            python-pypng
-           python-scipy))
-    (native-inputs (list python-imageio
-                         python-meshzoo
-                         python-pytest
-                         python-scikit-fem
-                         python-setuptools
-                         python-wheel))
+           python-pytest
+           python-scipy-minimal
+           python-setuptools
+           python-scikit-fem))
+    (propagated-inputs
+     (list python-matplotlib
+           python-numpy))
     (home-page "https://github.com/nschloe/matplotx";)
     (synopsis "Minimal matplotlib styles")
     (description
-      "This package includes some extensions for Matplotlib to create
-clean plots with a minimalistic style.")
+     "This package includes some extensions for Matplotlib to create clean
+plots with a minimalistic style.")
     (license license:expat)))
 
 (define-public python-cplot

Reply via email to