git: a36bacfce280 - main - devel/py-b2sdk: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 21:53:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a36bacfce2806cf701c656c6542110c95f260402 commit a36bacfce2806cf701c656c6542110c95f260402 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:42:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:42:05 +0000 devel/py-b2sdk: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- devel/py-b2sdk/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-b2sdk/Makefile b/devel/py-b2sdk/Makefile index 4aeafc963cab..18f7ea57859c 100644 --- a/devel/py-b2sdk/Makefile +++ b/devel/py-b2sdk/Makefile @@ -30,12 +30,6 @@ NO_ARCH= yes TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.3.0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - # Skip some tests as they either require the environment variable # B2_TEST_APPLICATION_KEY_ID set or a relative path regarding the filenames in # the file headers. @@ -45,4 +39,4 @@ do-test: not test_large_file and \ not test_raw_api' -.include <bsd.port.post.mk> +.include <bsd.port.mk>