~ruther/guix-local

98b4c5d52972e2f6697c63dbac4c52cf4f66b01e — Sharlatan Hellseher 8 months ago 6416a32
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
1 files changed, 1 insertions(+), 6 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -6
@@ 32186,18 32186,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")