git: a2f3bb0b5ad8 - main - www/py-drf-spectacular: Drop PYTHON_REL check for Python 3.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jul 2023 13:12:00 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2f3bb0b5ad823e8442b30696baea28ee99ee186 commit a2f3bb0b5ad823e8442b30696baea28ee99ee186 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-07-01 12:56:01 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-07-01 13:10:53 +0000 www/py-drf-spectacular: Drop PYTHON_REL check for Python 3.7 * Since Python 3.7 was removed in 12f5a11b0425 the check is no longer required. --- www/py-drf-spectacular/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www/py-drf-spectacular/Makefile b/www/py-drf-spectacular/Makefile index 4bc74a04afdf..53ea76ddd5c3 100644 --- a/www/py-drf-spectacular/Makefile +++ b/www/py-drf-spectacular/Makefile @@ -31,10 +31,4 @@ OPTIONS_DEFAULT= SIDECAR SIDECAR_DESC= Enable self-contained Swagger/Redoc UI installation SIDECAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}drf-spectacular-sidecar>0:www/py-drf-spectacular-sidecar@${PY_FLAVOR} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extension>0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>