git: 2682ebaec4e7 - main - devel/py-async_timeout: Remove conditional DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 01:44:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2682ebaec4e74f9bf1de5b6e5f0322f46b251f6f commit 2682ebaec4e74f9bf1de5b6e5f0322f46b251f6f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 01:17:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 01:31:23 +0000 devel/py-async_timeout: Remove conditional DEPENDS These *_DEPENDS are no longer required after the removal of python37. Sponsored by: The FreeBSD Foundation --- devel/py-async_timeout/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-async_timeout/Makefile b/devel/py-async_timeout/Makefile index dfb76c604300..d195d13a1cde 100644 --- a/devel/py-async_timeout/Makefile +++ b/devel/py-async_timeout/Makefile @@ -19,13 +19,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR} -.endif - do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test -.include <bsd.port.post.mk> +.include <bsd.port.mk>