guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 96c65e9d162686dac9e3fac4dd243e5d281f4823
Author: Sharlatan Hellseher <[email protected]>
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 43c09f7ddf..af8cb8686c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32178,18 +32178,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")