Date: Sun, 4 Aug 2024 21:18:43 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5af0128fcd39 - main - textproc/py-sphinxcontrib-towncrier: Change RUN_DEPENDS from py-towncrier to py-towncrier23 Message-ID: <202408042118.474LIhqM062824@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5af0128fcd3924401147ace8c3d00f0b53c21229 commit 5af0128fcd3924401147ace8c3d00f0b53c21229 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-04 21:15:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-04 21:15:56 +0000 textproc/py-sphinxcontrib-towncrier: Change RUN_DEPENDS from py-towncrier to py-towncrier23 - Bump PORTREVISION for dependency change --- textproc/py-sphinxcontrib-towncrier/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-sphinxcontrib-towncrier/Makefile b/textproc/py-sphinxcontrib-towncrier/Makefile index a25e5143269a..9b4bd2dd9ca1 100644 --- a/textproc/py-sphinxcontrib-towncrier/Makefile +++ b/textproc/py-sphinxcontrib-towncrier/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinxcontrib-towncrier PORTVERSION= 0.4.0a0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI \ https://github.com/sphinx-contrib/sphinxcontrib-towncrier/releases/download/v${PORTVERSION}/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${P ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}towncrier>=19.2:textproc/py-towncrier@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}towncrier23>=19.2:textproc/py-towncrier23@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408042118.474LIhqM062824>