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

commit 0379985ef0abff20d5f416a6d40e564d50f54fd5
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Aug 5 15:55:36 2025 +0100

    gnu: python-flit: Reduce closure size.
    
    * gnu/packages/python-xyz.scm (python-flit): Documentation is not built,
      remove dependencies on Sphinx.
      [propagated-inputs]: Remove python-pypa-build.
      [native-inputs]: Remove python-pygments-github-lexers,
      python-pytest-cov, python-sphinx, and python-sphinxcontrib-github-alt.
    
    Change-Id: Iba62d2c1c52b64db65e29cbdd0381f470ee3116d
---
 gnu/packages/python-xyz.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7cef81028e..3f4b21da20 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32266,18 +32266,13 @@ and not test_validate_classifiers_private")
                 (setenv "HOME" "/tmp")
                 (setenv "FLIT_NO_NETWORK" "1")))))))
     (propagated-inputs
-     (list python-pypa-build
-           python-tomli-w
+     (list python-tomli-w
            python-flit-core
            python-docutils
            python-requests))
     (native-inputs
      (list python-responses
-           python-pygments-github-lexers
            python-pytest
-           python-pytest-cov
-           python-sphinx
-           python-sphinxcontrib-github-alt
            python-testpath))
     (home-page "https://flit.readthedocs.io/";)
     (synopsis "Simple packaging tool for simple packages")

Reply via email to