diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/py-markdown-it-py/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-markdown-it-py/Makefile b/textproc/py-markdown-it-py/Makefile index d6c3e88dfa1c..20b855f5a7f0 100644 --- a/textproc/py-markdown-it-py/Makefile +++ b/textproc/py-markdown-it-py/Makefile @@ -1,8 +1,9 @@ PORTNAME= markdown-it-py -PORTVERSION= 3.0.0 +PORTVERSION= 4.0.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= markdown_it_py-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python port of markdown-it @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mdurl>=0.1<1:textproc/py-mdurl@${PY_FLAVOR} -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |