git: 303b16093878 - main - devel/py-black: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:19:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=303b16093878faad135c943d2cb8682b7ca29d27 commit 303b16093878faad135c943d2cb8682b7ca29d27 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:11 +0000 devel/py-black: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-black/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-black/Makefile b/devel/py-black/Makefile index c6c0f6842356..cef9ee8e0c5e 100644 --- a/devel/py-black/Makefile +++ b/devel/py-black/Makefile @@ -48,10 +48,6 @@ UVLOOP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uvloop>=0.15.2:devel/py-uvloop@${PY_F .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.2:devel/py-typed-ast@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 31000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10.0.0:devel/py-typing-extensions@${PY_FLAVOR} .endif