Skip to content
Snippets Groups Projects
Verified Commit d64be90c authored by sunpoet's avatar sunpoet
Browse files

devel/py-mrkd: Change RUN_DEPENDS from py-mistune to py-mistune0

- Bump PORTREVISION for dependency change

This port is not ready for mistune 2.0.0+ which has different API.
parent 0c8dd053
No related branches found
No related tags found
No related merge requests found
PORTNAME= mrkd
PORTVERSION= 0.2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FL
RUN_DEPENDS= ${BUILD_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.1:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mistune>=0.8.4:textproc/py-mistune@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mistune0>=0.8.4:textproc/py-mistune0@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.7.2:textproc/py-pygments@${PY_FLAVOR}
USES= python:3.7+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment