git: 45984a28847c - main - devel/py-poetry-core: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:20:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=45984a28847c0748910e5d51553f195144700789 commit 45984a28847c0748910e5d51553f195144700789 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:50 +0000 devel/py-poetry-core: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-poetry-core/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-poetry-core/Makefile b/devel/py-poetry-core/Makefile index 1fc6a26d58d6..5c66c9c0478c 100644 --- a/devel/py-poetry-core/Makefile +++ b/devel/py-poetry-core/Makefile @@ -18,10 +18,4 @@ USE_PYTHON= autoplist concurrent pep517 BINARY_ALIAS= git=false NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>