Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 21:53:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a36bacfce280 - main - devel/py-b2sdk: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202308262153.37QLrXId032937@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308262153.37QLrXId032937>