diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-06 21:17:56 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:54 +0100 |
| commit | 154302d75e6c71f6d859c2da89241c64929ed15f (patch) | |
| tree | e3adff4a4489ccbb78e6087539477a1b048c495c /gnu/packages/python-xyz.scm | |
| parent | 633c46178fcf407490d56b1110c29cf14044b94a (diff) | |
gnu: python-pytoolconfig: Reduce closure size.
* gnu/packages/python-xyz.scm (python-pytoolconfig): Update to 1.3.1.
[propagated-inputs]: Remove python-pydantic, python-sphinx,
python-sphinx-autodoc-typehints, python-sphinx-rtd-theme, and
python-tabulate.
Change-Id: Ifd1831f64dcb14afaddf9a1b6d445b0b67e94bbd
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bb647515f11..66d53500034 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4134,15 +4134,18 @@ implementation for the Telegram Bot API.") (sha256 (base32 "1bnvg9yiwp2fn0lvzhp1dd2mvrymxvjnasmbdap3i0hhdwdbvrji")))) (build-system pyproject-build-system) - (propagated-inputs (list python-packaging - python-platformdirs - python-pydantic - python-sphinx - python-sphinx-autodoc-typehints - python-sphinx-rtd-theme - python-tabulate - python-tomli)) - (native-inputs (list python-pdm-backend python-pytest)) + (arguments + (list + #:test-flags + ;; Requires Sphinx. + #~(list "--ignore=tests/test_documentation.py"))) + (native-inputs + (list python-pdm-backend + python-pytest)) + (propagated-inputs + (list python-tomli + python-packaging + python-platformdirs)) (home-page "https://pypi.org/project/pytoolconfig/") (synopsis "Python tool configuration") (description "The goal of this project is to manage configuration for |
