diff --git a/textproc/py-mistune0/Makefile b/textproc/py-mistune0/Makefile index faffd6b32414..7a398cc77dad 100644 --- a/textproc/py-mistune0/Makefile +++ b/textproc/py-mistune0/Makefile @@ -1,36 +1,35 @@ -PORTNAME= mistune0 +PORTNAME= mistune PORTVERSION= 0.8.4 PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= mistune-${PORTVERSION} +PKGNAMESUFFIX= 0 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fastest markdown parser in pure Python 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 pep517 NO_ARCH= yes -CPE_PRODUCT= mistune CPE_VENDOR= mistune_project PORTSCOUT= limit:^0\. post-patch: @${MV} ${WRKSRC}/mistune.py ${WRKSRC}/mistune0.py do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v .include