aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:09:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:09:42 +0000
commitbf43a6f4c9209f628517d133458c9222caa62814 (patch)
tree9295287d894285cac2bba1de0ad314b7afadc4d9
parentd98e0b66d8ca50d9ffb2605a7927a5c9d736da70 (diff)
downloadports-bf43a6f4c9209f628517d133458c9222caa62814.tar.gz
ports-bf43a6f4c9209f628517d133458c9222caa62814.zip
textproc/py-mistune0: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-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