FreeBSD Bugzilla – Attachment 244653 Details for
Bug 273577
textproc/py-sphinx: Switch to use flit-core as build system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
textproc_py-sphinx.patch (text/plain), 1.36 KB, created by
Yasuhiro Kimura
on 2023-09-05 08:30:23 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-09-05 08:30:23 UTC
Size:
1.36 KB
patch
obsolete
>From 163c3625e585f551a89505db01084b0e41b79dbc Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Tue, 5 Sep 2023 17:22:30 +0900 >Subject: [PATCH] textproc/py-sphinx: Switch to use flit-core as build system > >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. >--- > textproc/py-sphinx/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile >index aa4fe1ed86df..3c5e5d2ff7be 100644 >--- a/textproc/py-sphinx/Makefile >+++ b/textproc/py-sphinx/Makefile >@@ -18,7 +18,7 @@ WWW= https://www.sphinx-doc.org/ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=3.7:devel/py-flit@${PY_FLAVOR} >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7:devel/py-flit-core@${PY_FLAVOR} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-applehelp>=0:textproc/py-sphinxcontrib-applehelp@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-devhelp>=0:textproc/py-sphinxcontrib-devhelp@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-jsmath>=0:textproc/py-sphinxcontrib-jsmath@${PY_FLAVOR} \ >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273577
: 244653