Skip to content

Commit

Permalink
devel/py-b2sdk: Remove outdated PYTHON_REL check after lang/python37 …
Browse files Browse the repository at this point in the history
…removal

Approved by:	portmgr (blanket)
With hat:	python
  • Loading branch information
sunpoet committed Aug 26, 2023
1 parent 016a123 commit a36bacf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions devel/py-b2sdk/Makefile
Expand Up @@ -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.
Expand All @@ -45,4 +39,4 @@ do-test:
not test_large_file and \
not test_raw_api'

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit a36bacf

Please sign in to comment.