git: a20604d36744 - main - textproc/py-towncrier: Clean up
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Oct 2024 05:32:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a20604d367443a136c35295ed7ece51cf3350038 commit a20604d367443a136c35295ed7ece51cf3350038 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-14 05:09:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-14 05:26:29 +0000 textproc/py-towncrier: Clean up This is already covered by PY_TOMLI. Approved by: portmgr (blanket) With hat: python --- textproc/py-towncrier/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/textproc/py-towncrier/Makefile b/textproc/py-towncrier/Makefile index 86812ed23f9a..026787f85914 100644 --- a/textproc/py-towncrier/Makefile +++ b/textproc/py-towncrier/Makefile @@ -32,9 +32,4 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=7.1.0:devel/py-importli ${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.4.0:devel/py-importlib-resources@${PY_FLAVOR} .endif -.if defined(PYTHON_VER) && ${PYTHON_VER} < 3.11 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=2.0.1:textproc/py-tomli@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=2.0.1:textproc/py-tomli@${PY_FLAVOR} -.endif - .include <bsd.port.post.mk>