Skip to content

Commit

Permalink
textproc/py-m2r: Change RUN_DEPENDS from py-mistune to py-mistune0
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for dependency change

This port is not ready for mistune 2.0.0+ which has different API.
  • Loading branch information
sunpoet committed May 13, 2022
1 parent a77aa07 commit 995255a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textproc/py-m2r/Makefile
@@ -1,6 +1,6 @@
PORTNAME= m2r
DISTVERSION= 0.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mistune>0:textproc/py-mistune@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}mistune0>=0:textproc/py-mistune0@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}

Expand Down

0 comments on commit 995255a

Please sign in to comment.