maintainer-feedback requested: [Bug 273577] textproc/py-sphinx: Switch to use flit-core as build system
Date: Tue, 05 Sep 2023 08:30:23 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 273577: textproc/py-sphinx: Switch to use flit-core as build system https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273577 --- Description --- 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.