https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273577
Bug ID: 273577
Summary: textproc/py-sphinx: Switch to use flit-core as build
system
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Flags: maintainer-feedback?([email protected])
Assignee: [email protected]
Created attachment 244653
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244653&action=edit
Patch file
In Sphinx-5.3.0/pyproject.toml build system is specified as following.
[build-system]
requires = ["flit_core>=3.7"]
build-backend = "flit_core.buildapi"
I confirmed build succeeds with devel/py-flit-core as BUILD_DEPENDS.
And it also reduces the number of packages that are required as build
dependencies.
--
You are receiving this mail because:
You are the assignee for the bug.