git: 5fc9d634a3bd - main - devel/py-pre-commit: 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:50:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5fc9d634a3bde8a326628975c5d2292e4a91b127
commit 5fc9d634a3bde8a326628975c5d2292e4a91b127
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-09 17:45:09 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 17:45:09 +0000
devel/py-pre-commit: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
Approved by: portmgr (blanket)
With hat: python
---
devel/py-pre-commit/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/devel/py-pre-commit/Makefile b/devel/py-pre-commit/Makefile
index 7907a20ced25..211eb2eca0c8 100644
--- a/devel/py-pre-commit/Makefile
+++ b/devel/py-pre-commit/Makefile
@@ -26,10 +26,4 @@ SHEBANG_FILES= pre_commit/resources/hook-tmpl
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30900
-IGNORE= python-3.9 or higher is required
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>