[Bug 257436] [NEW PORT] textproc/py-sphinxext-opengraph: Sphinx extension to generate OpenGraph metadata

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 23 Aug 2021 00:27:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257436

--- Comment #12 from Kubilay Kocak <koobs@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.