Date: Mon, 14 Oct 2024 05:32:54 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: a20604d36744 - main - textproc/py-towncrier: Clean up Message-ID: <202410140532.49E5Wsai074337@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=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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410140532.49E5Wsai074337>