diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-04 21:15:56 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-04 21:15:56 +0000 |
commit | 5af0128fcd3924401147ace8c3d00f0b53c21229 (patch) | |
tree | f9e6600a7956af541d139787d157f726d4465143 | |
parent | 30787d9c73a7830315254b519f98cb88b8e0deeb (diff) | |
download | ports-5af0128fcd3924401147ace8c3d00f0b53c21229.tar.gz ports-5af0128fcd3924401147ace8c3d00f0b53c21229.zip |
textproc/py-sphinxcontrib-towncrier: Change RUN_DEPENDS from py-towncrier to py-towncrier23
- Bump PORTREVISION for dependency change
-rw-r--r-- | textproc/py-sphinxcontrib-towncrier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |