[Bug 284845] textproc/py-sphinx: Update to 9.0.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Jul 2026 21:21:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284845

Michael Osipov <michaelo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaelo@FreeBSD.org

--- Comment #113 from Michael Osipov <michaelo@FreeBSD.org> ---
This has fucked up most of my poudriere builds because I am still on Python
3.10 and py-sphinx is everywhere:

[00:00:08] Warning: (textproc/py-sphinx@py310): Error:
/usr/local/share/poudriere/bulk.sh:gather_port_vars_port:174:gather_port_vars_port:
textproc/py-sphinx@py310 had FLAVOR=py310 but port provided no flavors?
[00:00:08] Error: /usr/local/share/poudriere/bulk.sh:gather_port_vars:184:Fatal
errors encountered gathering ports metadata
[144-release-amd64-quarterly-general] [2026-07-19T00:06:19] [crashed] Time:
00:00:03

and yes, DOCS is disabled globally:
osipovmi@deblndw011x:/usr/local/etc/poudriere.d
$ grep -r DOCS --include=*-make.conf .
./144-release-amd64-latest-common-make.conf:OPTIONS_UNSET+=EXAMPLES TEST DEBUG
DOCS RDOC
./144-release-amd64-latest-general-make.conf:OPTIONS_UNSET+=EXAMPLES TEST DEBUG
DOCS RDOC
./144-release-amd64-latest-indocs-make.conf:OPTIONS_UNSET+=EXAMPLES TEST DEBUG
DOCS RDOC
./144-release-amd64-latest-cafe-make.conf:OPTIONS_UNSET+=EXAMPLES TEST DEBUG
DOCS RDOC
./144-release-amd64-python-wheels-make.conf:OPTIONS_UNSET+=EXAMPLES TEST DEBUG
DOCS RDOC
./144-release-amd64-latest-eng-apps-make.conf:OPTIONS_UNSET+=EXAMPLES TEST
DEBUG DOCS RDOC

This basically means that there are ports which always require py-sphinx. This
needs to be reverted to 8.x until Python 3.10 is still in the tree.

-- 
You are receiving this mail because:
You are on the CC list for the bug.