textproc/py-mistune0: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
main
Po-Chuan Hsieh 2024-05-13 22:09:42 +08:00
parent d98e0b66d8
commit bf43a6f4c9
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 6 additions and 4 deletions

View File

@ -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