Date: Fri, 30 Jun 2023 07:18:56 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ab86ebebe8b6 - main - devel/py-anyio: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202306300718.35U7IuxN065617@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab86ebebe8b694b40b92c8d1288516ef3a5da10a commit ab86ebebe8b694b40b92c8d1288516ef3a5da10a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:05 +0000 devel/py-anyio: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-anyio/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile index 7f38614568b9..7b0d1449e6b6 100644 --- a/devel/py-anyio/Makefile +++ b/devel/py-anyio/Makefile @@ -29,10 +29,6 @@ TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0<0.22:net/py-trio@${PY_FLAVOR} .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 31100 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=0:devel/py-exceptiongroup@${PY_FLAVOR} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300718.35U7IuxN065617>