git: a3be3a45213f - main - www/py-flask: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Dec 2025 06:28:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a3be3a45213f1287d53dd58cbf352c528c9ca613
commit a3be3a45213f1287d53dd58cbf352c528c9ca613
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-03 06:26:23 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-03 06:26:23 +0000
www/py-flask: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
Approved by: portmgr (blanket)
With hat: python
---
www/py-flask/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/www/py-flask/Makefile b/www/py-flask/Makefile
index f5cf63f45b82..f0fbedfe5432 100644
--- a/www/py-flask/Makefile
+++ b/www/py-flask/Makefile
@@ -38,10 +38,4 @@ DOTENV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv
do-test:
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>