惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
罗磊的独立博客
雷峰网
雷峰网
量子位
V
Visual Studio Blog
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
月光博客
月光博客
Martin Fowler
Martin Fowler
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
腾讯CDC
Engineering at Meta
Engineering at Meta
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
Jina AI
Jina AI
A
About on SuperTechFans

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - python-fastmcp
2026-06-24 · via AUR Newest Packages

Latest Comments

sven-to commented on 2026-06-23 12:16 (UTC)

I disowned the package bc I don't use it anymore.

aur_noob commented on 2026-06-10 16:42 (UTC)

Current version seems to be missing fastmcp-slim as dependency. Python import fails without it.

Dominiquini commented on 2026-06-09 00:34 (UTC)

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 commented on 2026-06-08 14:17 (UTC)

medaminezghal commented on 2026-05-17 17:04 (UTC)

@sven-to python-exceptiongroup isn't needed as we use Python 3.14

krvkir commented on 2026-05-04 01:47 (UTC)

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?

medaminezghal commented on 2025-10-28 13:16 (UTC)

steccas commented on 2025-10-22 18:14 (UTC) (edited on 2025-10-22 18:15 (UTC) by steccas)

Please remove 'python-fastmcp' from dependencies, it's nonsense because it creates a circular dependency. Otherwise it will work.

BrainDamage commented on 2025-10-13 07:39 (UTC)

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