git: 1ad0159d00f4 - main - devel/py-pip-run: 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:19:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad0159d00f42ecb09429c257d4cfae9e44991f5 commit 1ad0159d00f42ecb09429c257d4cfae9e44991f5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:46 +0000 devel/py-pip-run: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-pip-run/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-pip-run/Makefile b/devel/py-pip-run/Makefile index 62df2d6b5549..b958764f6171 100644 --- a/devel/py-pip-run/Makefile +++ b/devel/py-pip-run/Makefile @@ -32,10 +32,6 @@ NO_ARCH= yes .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} .endif