git: 06ce52619d15 - main - textproc/py-mkdocs: Drop PYTHON_REL check for Python 3.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jul 2023 13:11:55 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=06ce52619d1562cd97fd7158a4a7da8976355ba2 commit 06ce52619d1562cd97fd7158a4a7da8976355ba2 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-07-01 12:50:21 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-07-01 13:10:51 +0000 textproc/py-mkdocs: Drop PYTHON_REL check for Python 3.7 * Since Python 3.7 was removed in 12f5a11b0425 the check is no longer required. --- textproc/py-mkdocs/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/textproc/py-mkdocs/Makefile b/textproc/py-mkdocs/Makefile index d8b859fdf2f5..494458d44bd2 100644 --- a/textproc/py-mkdocs/Makefile +++ b/textproc/py-mkdocs/Makefile @@ -36,10 +36,6 @@ I18N_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.9.0:devel/py-babel@${PY_FLAVOR .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 31000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.3:devel/py-importlib-metadata@${PY_FLAVOR} .endif