git: 81d32a114726 - main - www/py-fastapi-sso: 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:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=81d32a114726cc821466f9fd276af4b01a047667
commit 81d32a114726cc821466f9fd276af4b01a047667
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-03 06:26:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-03 06:26:20 +0000
www/py-fastapi-sso: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
Approved by: portmgr (blanket)
With hat: python
---
www/py-fastapi-sso/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/www/py-fastapi-sso/Makefile b/www/py-fastapi-sso/Makefile
index 5d9f42189cb2..ad279b151b40 100644
--- a/www/py-fastapi-sso/Makefile
+++ b/www/py-fastapi-sso/Makefile
@@ -28,14 +28,8 @@ PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2<5:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>