git: 47cac33368e1 - main - devel/py-hatchling: 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:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=47cac33368e1df6c596031b112d233982a38a7f8 commit 47cac33368e1df6c596031b112d233982a38a7f8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:36 +0000 devel/py-hatchling: Remove outdated PYTHON_REL check after lang/python37 removal --- devel/py-hatchling/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-hatchling/Makefile b/devel/py-hatchling/Makefile index 36c366d66aef..3b53d4fd637d 100644 --- a/devel/py-hatchling/Makefile +++ b/devel/py-hatchling/Makefile @@ -25,10 +25,6 @@ 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} -.endif - .if ${PYTHON_REL} < 31100 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=1.2.2:textproc/py-tomli@${PY_FLAVOR} .endif