git: 5057425b269b - main - textproc/py-mkdocs: 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:32 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5057425b269b9dac0c35516eed44b85b5098fa00
commit 5057425b269b9dac0c35516eed44b85b5098fa00
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-03 06:26:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-03 06:26:07 +0000
textproc/py-mkdocs: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
Approved by: portmgr (blanket)
With hat: python
---
textproc/py-mkdocs/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/textproc/py-mkdocs/Makefile b/textproc/py-mkdocs/Makefile
index d4cdf81595dd..f3293a1a83ee 100644
--- a/textproc/py-mkdocs/Makefile
+++ b/textproc/py-mkdocs/Makefile
@@ -40,10 +40,6 @@ I18N_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.9.0:devel/py-babel@${PY_FLAVOR
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.4:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} >= 31200
BUILD_DEPENDS+= ${PY_SETUPTOOLS}
.endif