aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-mistune0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-mistune0/Makefile')
-rw-r--r--textproc/py-mistune0/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/py-mistune0/Makefile b/textproc/py-mistune0/Makefile
index 8a6612813d0b..44fc2e6bc510 100644
--- a/textproc/py-mistune0/Makefile
+++ b/textproc/py-mistune0/Makefile
@@ -1,10 +1,10 @@
-PORTNAME= mistune
+PORTNAME= mistune0
PORTVERSION= 0.8.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 0
+DISTNAME= mistune-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fastest markdown parser in pure Python
@@ -13,10 +13,12 @@ WWW= https://github.com/lepture/mistune
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= cpe python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes