FreeBSD Bugzilla – Attachment 244604 Details for
Bug 273532
textproc/py-sphinxcontrib-autoprogram fails to build with extension error (exception: No module named 'six') using poudriere 13.2-stable on amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add missing docs build depends py-six
0001-textproc-py-sphinxcontrib-autoprogram-Add-py-six-DOC.patch (text/plain), 1.10 KB, created by
Derek Schrock
on 2023-09-03 02:27:46 UTC
(
hide
)
Description:
Add missing docs build depends py-six
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2023-09-03 02:27:46 UTC
Size:
1.10 KB
patch
obsolete
>From d6cac78561ff20f0c261da84b410d6af04df75af Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Sat, 2 Sep 2023 22:18:17 -0400 >Subject: [PATCH] textproc/py-sphinxcontrib-autoprogram: Add py-six > DOCS_BUILD_DEPENDS > >Add missing build depends py-six that was previously brought in by >another port. >--- > textproc/py-sphinxcontrib-autoprogram/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/textproc/py-sphinxcontrib-autoprogram/Makefile b/textproc/py-sphinxcontrib-autoprogram/Makefile >index 80dbd375ddc..fbbb952a1e5 100644 >--- a/textproc/py-sphinxcontrib-autoprogram/Makefile >+++ b/textproc/py-sphinxcontrib-autoprogram/Makefile >@@ -20,7 +20,8 @@ NO_ARCH= yes > > OPTIONS_DEFINE= DOCS > >-DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} >+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} > DOCS_PORTDOCS= * > DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ > PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" >-- >2.41.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
Flags:
dereks
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 273532
: 244604