Qemu 11 / Python311, lost dependency list

While trying to build Qemu 11.0 on a custtom FreeBSD 15.0 system wit X.org, I'm entering a dependency maze of python311-based ports.. Several of these:
Code:
py-setuptools-scm
py-pip
py-fur
py-furo
py-accessible-pygments
py-hatch-vcs
py-hatch-fancy-pypi-readme

The ports system somehow doesn't recognize the required dependencies.
The build outputs while trying are too much and not detailed enough.
Is there any method of installing python311 with all of these version-sensitive addition python packages to avoid this dependency hierarchy? While no python user at all, I really wonder why this all have to be separate ports. Can't it keep its own internal needs internal?
 
Back
Top