Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2023 16:13:59 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f16165e7a3c9 - main - textproc/py-sphinxcontrib-autoprogram: Add py-six DOCS_BUILD_DEPENDS
Message-ID:  <202309101613.38AGDxcT025628@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f16165e7a3c90778496c7f1f641584ac57b43005

commit f16165e7a3c90778496c7f1f641584ac57b43005
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2023-09-03 02:18:17 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-10 16:13:03 +0000

    textproc/py-sphinxcontrib-autoprogram: Add py-six DOCS_BUILD_DEPENDS
    
    Add missing build depends py-six that was previously brought in by
    another port.
    
    Reported by:    transitive@gmail.com
    PR:             273532
---
 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 80dbd375ddcc..fbbb952a1e5d 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"



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