Date: Fri, 30 Jun 2023 07:19:49 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: 923e73cd045b - main - devel/py-jsonschema3: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202306300719.35U7JnoO066597@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=923e73cd045bddf1733009cae186642ecd393b40 commit 923e73cd045bddf1733009cae186642ecd393b40 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:40 +0000 devel/py-jsonschema3: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-jsonschema3/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-jsonschema3/Makefile b/devel/py-jsonschema3/Makefile index 2e3486f430fb..a27653f9ce76 100644 --- a/devel/py-jsonschema3/Makefile +++ b/devel/py-jsonschema3/Makefile @@ -26,10 +26,4 @@ CONFLICTS_INSTALL= py*-jsonschema # bin/jsonschema PORTSCOUT= limit:^3\. -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300719.35U7JnoO066597>