Date: Wed, 03 Dec 2025 06:28:13 +0000 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: 513f757107c3 - main - devel/py-jupyter-client: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6) Message-ID: <692fd87d.de51.4d3fa121@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=513f757107c3fb8dfcb23d9a89de9c1d4e3df18d commit 513f757107c3fb8dfcb23d9a89de9c1d4e3df18d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-12-03 06:25:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-12-03 06:25:25 +0000 devel/py-jupyter-client: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6) --- devel/py-jupyter-client/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-jupyter-client/Makefile b/devel/py-jupyter-client/Makefile index 09e88d1739dc..5c095602a0d9 100644 --- a/devel/py-jupyter-client/Makefile +++ b/devel/py-jupyter-client/Makefile @@ -31,10 +31,4 @@ USE_PYTHON= autoplist concurrent pep517 pytest # 1 test fails, see https://githu NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.3:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692fd87d.de51.4d3fa121>
