https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282039
Po-Chuan Hsieh <sunp...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sunp...@freebsd.org --- Comment #3 from Po-Chuan Hsieh <sunp...@freebsd.org> --- (In reply to Li-Wen Hsu from comment #2) For sphinx 8.0.2, the update is incomplete for several reasons: - RUN_DEPENDS change is missing, see [1] - Updates for the dependencies are not included If the dependencies are incomplete, it will break PEP 517 build of dependent ports. Regarding py-alabaster, alabaster 1.0.0 requires Python 3.10+ which effectively removes py39-sphinx. Sphinx 8.1.0+ requires "alabaster>=0.7.14", therefore we should prepare py-sphinx 8.1.3 (latest) update instead. [1] https://github.com/sphinx-doc/sphinx/blob/v8.0.2/pyproject.toml#L57-L75 -- You are receiving this mail because: You are on the CC list for the bug.