aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 11:37:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 11:40:16 +0000
commit51db4dd0ff227ff8077ffd9a761b3ce6eb0ceeba (patch)
treef7ecac871d46a279118800b6afb943122fe133b1
parent14629c5c465d6456a6b1b8d0c04747123e598ce9 (diff)
downloadports-51db4dd0ff227ff8077ffd9a761b3ce6eb0ceeba.tar.gz
ports-51db4dd0ff227ff8077ffd9a761b3ce6eb0ceeba.zip
www/py-lektor: Change RUN_DEPENDS from py-mistune to py-mistune0
- While I'm here, update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change This port is not ready for mistune 2.0.0+ which has different API. Reference: https://github.com/lektor/lektor/blob/v3.2.2/setup.py#L42
-rw-r--r--www/py-lektor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-lektor/Makefile b/www/py-lektor/Makefile
index 5675ce79364c..832700260a41 100644
--- a/www/py-lektor/Makefile
+++ b/www/py-lektor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= Lektor
PORTVERSION= 3.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}enum-compat>=0:devel/py-enum-compat@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}filetype>=1.0.7:devel/py-filetype@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}inifile>=0:devel/py-inifile@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mistune>=0.7.0:textproc/py-mistune@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mistune0>=0.7.0<2:textproc/py-mistune0@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-slugify>=0:textproc/py-python-slugify@${PY_FLAVOR} \