




















Current version seems to be missing fastmcp-slim as dependency. Python import fails without it.
This package don't install anything relevant on my machine:
$ yay -Ql python-fastmcp
python-fastmcp /usr/
python-fastmcp /usr/lib/
python-fastmcp /usr/lib/python3.14/
python-fastmcp /usr/lib/python3.14/site-packages/
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/METADATA
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/RECORD
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/WHEEL
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/licenses/
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/licenses/LICENSE
python-fastmcp /usr/share/
python-fastmcp /usr/share/doc/
python-fastmcp /usr/share/doc/python-fastmcp/
python-fastmcp /usr/share/doc/python-fastmcp/AGENTS.md
python-fastmcp /usr/share/doc/python-fastmcp/CODE_OF_CONDUCT.md
python-fastmcp /usr/share/doc/python-fastmcp/README.md
python-fastmcp /usr/share/doc/python-fastmcp/SECURITY.md
python-fastmcp /usr/share/licenses/
python-fastmcp /usr/share/licenses/python-fastmcp/
python-fastmcp /usr/share/licenses/python-fastmcp/LICENSE
@sven-to python-exceptiongroup isn't needed as we use Python 3.14
Tried to build the package in clean env and found those dependencies missing:
'python-jsonref' 'python-cyclopts' 'python-griffelib' 'python-watchfiles' 'python-opentelemetry-api' 'python-py-key-value-aio' 'python-cachetools'
Could you please add them?
Please remove 'python-fastmcp' from dependencies, it's nonsense because it creates a circular dependency. Otherwise it will work.
this package needs python-hatchling and python-uv-dynamic-versioning to the makedeps or it'll fail to build in a clean chroot with respectively:
* Getting build dependencies for wheel...
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
raise BackendUnavailable(
...<4 lines>...
)
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'
ERROR Backend 'hatchling.build' is not available.
* Getting build dependencies for wheel...
ERROR Missing dependencies:
uv-dynamic-versioning>=0.7.0
==> ERROR: A failure occurred in build().
you can double check the dep in upstream source too
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I disowned the package bc I don't use it anymore.