Skip to content

Commit

Permalink
devel/py-ptpython: Remove outdated PYTHON_REL check after lang/python…
Browse files Browse the repository at this point in the history
…37 removal
  • Loading branch information
sunpoet committed Jun 30, 2023
1 parent 7bc5b9a commit 5221de4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions devel/py-ptpython/Makefile
Expand Up @@ -28,10 +28,4 @@ PTIPYTHON_DESC= Interactive shell with IPython support
PTIPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR}
ALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR}

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

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

0 comments on commit 5221de4

Please sign in to comment.