git: ffc64ff6baf8 - main - devel/py-check-sdist: 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:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ffc64ff6baf850f03fa6002f6e2eb034e7b9d963
commit ffc64ff6baf850f03fa6002f6e2eb034e7b9d963
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-09 17:44:12 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 17:44:12 +0000
devel/py-check-sdist: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
---
devel/py-check-sdist/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/devel/py-check-sdist/Makefile b/devel/py-check-sdist/Makefile
index 0cfc0d444363..27761f4a6a60 100644
--- a/devel/py-check-sdist/Makefile
+++ b/devel/py-check-sdist/Makefile
@@ -22,10 +22,4 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>