git: ced0c29ab905 - main - devel/py-pip: Change DOCS_BUILD_DEPENDS from py-towncrier23 to py-towncrier
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 10:00:56 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ced0c29ab90590bc331f73d2f3a3f9340f45b612
commit ced0c29ab90590bc331f73d2f3a3f9340f45b612
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-14 09:44:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-14 09:54:53 +0000
devel/py-pip: Change DOCS_BUILD_DEPENDS from py-towncrier23 to py-towncrier
py-sphinxcontrib-towncrier 0.5.0a0 supports py-towncrier 24.*.
---
devel/py-pip/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile
index 123d5e0c7513..a99843d5c1fa 100644
--- a/devel/py-pip/Makefile
+++ b/devel/py-pip/Makefile
@@ -58,7 +58,7 @@ DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>=0:textproc/py-furo@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>=0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>=0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinxcontrib-towncrier>=0.2.0a0:textproc/py-sphinxcontrib-towncrier@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}towncrier23>=0:textproc/py-towncrier23@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}towncrier>=0:textproc/py-towncrier@${PY_FLAVOR}
DOCS_PORTDOCS= *
DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \
PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env"