mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
eb9a1f77b3
commit
f69c82dbf9
1 changed files with 1 additions and 6 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue