git: 4bbced87139a - main - www/flexget: 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:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4bbced87139aac592565a65cab898ca9ac858bee
commit 4bbced87139aac592565a65cab898ca9ac858bee
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-03 06:26:16 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-03 06:26:16 +0000
www/flexget: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
Approved by: portmgr (blanket)
With hat: python
---
www/flexget/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/www/flexget/Makefile b/www/flexget/Makefile
index 4b84d67fb0cf..0bd902fb410e 100644
--- a/www/flexget/Makefile
+++ b/www/flexget/Makefile
@@ -52,10 +52,4 @@ USE_PYTHON= autoplist pep517 pytest
GH_PROJECT= Flexget
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>