git: 46d8f94c9c4d - main - devel/py-oslo.config: 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:54 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=46d8f94c9c4d36103380537f84632e341c7fe329
commit 46d8f94c9c4d36103380537f84632e341c7fe329
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:43 +0000
devel/py-oslo.config: Remove outdated PYTHON_REL check after lang/python37 removal
---
devel/py-oslo.config/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/devel/py-oslo.config/Makefile b/devel/py-oslo.config/Makefile
index 81c58d9a0d32..00bfc6ac751b 100644
--- a/devel/py-oslo.config/Makefile
+++ b/devel/py-oslo.config/Makefile
@@ -25,13 +25,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
post-patch:
@${GREP} -lr /etc ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g'
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>