guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit da55d6731c9529964d4fe9d41f0d74a8afafa0e9
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 2f8ae47761..59d92953d4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32227,18 +32227,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")