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
This commit is contained in:
Sharlatan Hellseher 2025-08-05 15:55:36 +01:00
parent eb9a1f77b3
commit f69c82dbf9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -32210,18 +32210,13 @@ and not test_validate_classifiers_private")
(setenv "HOME" "/tmp") (setenv "HOME" "/tmp")
(setenv "FLIT_NO_NETWORK" "1"))))))) (setenv "FLIT_NO_NETWORK" "1")))))))
(propagated-inputs (propagated-inputs
(list python-pypa-build (list python-tomli-w
python-tomli-w
python-flit-core python-flit-core
python-docutils python-docutils
python-requests)) python-requests))
(native-inputs (native-inputs
(list python-responses (list python-responses
python-pygments-github-lexers
python-pytest python-pytest
python-pytest-cov
python-sphinx
python-sphinxcontrib-github-alt
python-testpath)) python-testpath))
(home-page "https://flit.readthedocs.io/") (home-page "https://flit.readthedocs.io/")
(synopsis "Simple packaging tool for simple packages") (synopsis "Simple packaging tool for simple packages")