git: 1058bf6be4fc - main - security/py-signedjson: 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:20:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1058bf6be4fcd38e1abe6713a53456b5600e3c52 commit 1058bf6be4fcd38e1abe6713a53456b5600e3c52 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:04:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:04:42 +0000 security/py-signedjson: Remove outdated PYTHON_REL check after lang/python37 removal --- security/py-signedjson/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/security/py-signedjson/Makefile b/security/py-signedjson/Makefile index c7d185eae14a..4a960a2b080f 100644 --- a/security/py-signedjson/Makefile +++ b/security/py-signedjson/Makefile @@ -21,11 +21,4 @@ USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.5:devel/py-typing-extensions@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>