Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Sep 2023 08:30:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273577] textproc/py-sphinx: Switch to use flit-core as build system
Message-ID:  <bug-273577-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273577

            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=3D244653&action=
=3Dedit
Patch file

In Sphinx-5.3.0/pyproject.toml build system is specified as following.

[build-system]
requires =3D ["flit_core>=3D3.7"]
build-backend =3D "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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273577-7788>