git: 56860eb75232 - main - devel/py-envisage: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 17:49:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=56860eb752320f08a2e57e060168beeb4f60b6e6 commit 56860eb752320f08a2e57e060168beeb4f60b6e6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-04-09 17:44:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-04-09 17:44:14 +0000 devel/py-envisage: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407) --- devel/py-envisage/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-envisage/Makefile b/devel/py-envisage/Makefile index 0ce854fedac9..5e09fb8575ac 100644 --- a/devel/py-envisage/Makefile +++ b/devel/py-envisage/Makefile @@ -27,10 +27,4 @@ USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.1.0:devel/py-importlib-resources@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>