https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257436
--- Comment #12 from Kubilay Kocak <ko...@freebsd.org> --- (In reply to Fernando ApesteguĂa from comment #9) Is there a warning/behaviour difference when testing 3.8 and 3.9, vs 3.9 and 3.10 ? My current feeling is that the warning is spurious and only emitted given some combination of (current) defaults in the framework (default_versions=python=x.y) and what version the port is tested with. The bottom line is: - BUILD_ALL_PYTHON_FLAVORS was created to that the package builders (via poudriere), could produce multiple python versions of a port in a single run - BUILD_ALL_PYTHON_FLAVORS was for use for python ports where multiple versions of packages were *required* to be build, such as setuptools, and CPython optional modules (tkinter, sqlite, etc) If this port successfully builds, packages and passes tests with all Python versions it supports (based on USES=python:<versions-spec>), then it can be landed. -- You are receiving this mail because: You are on the CC list for the bug.