[Bug 268018] textproc/py-sphinx: Updating to 5.3.0, ensuring themes are installed, using flit and pyproject-build
Date: Mon, 28 Nov 2022 11:51:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268018
Sean Champ <lab+bsd@thinkum.space> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #238397|0 |1
is obsolete| |
--- Comment #8 from Sean Champ <lab+bsd@thinkum.space> ---
Created attachment 238398
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238398&action=edit
py-sphinx 5.3.0 patch (updated 2)
This patch obsoletes the previous, here setting FLIT_NO_NETWORK in MAKE_ENV
instead of CONFIGURE_ENV.
This corresponds to the approach of using flit during do-build, instead of as
in the first patch, where flit was called during do-configure
Albeit, even with the variable absent from MAKE_ENV it seems that flit had not
accessed the network when building under poudriere. The usage of
FLIT_NO_NETWORK was referenced onto the flit documentation[1]
[1] https://flit.pypa.io/en/stable/cmdline.html#envvar-FLIT_NO_NETWORK
--
You are receiving this mail because:
You are the assignee for the bug.