[Bug 273577] textproc/py-sphinx: Switch to use flit-core as build system

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Sep 2023 08:30:23 UTC
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: python@FreeBSD.org
          Reporter: yasu@freebsd.org
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

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.