git: 56c1c8450e2c - main - devel/py-build: 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:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=56c1c8450e2c26cfd52faaba759f3b135fc6adeb
commit 56c1c8450e2c26cfd52faaba759f3b135fc6adeb
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:13 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:13 +0000
devel/py-build: Remove outdated PYTHON_REL check after lang/python37 removal
---
devel/py-build/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile
index 7c94c77f1c9b..c607430646ab 100644
--- a/devel/py-build/Makefile
+++ b/devel/py-build/Makefile
@@ -25,10 +25,6 @@ PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4:devel/py-flit-core@${
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.22:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 31100
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=1.1.0:textproc/py-tomli@${PY_FLAVOR}
.endif