git: 27809592e62a - main - mail/py-mailmanclient: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:20:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=27809592e62a9b4fe2c9fab503c6a4d5fcabc2f9 commit 27809592e62a9b4fe2c9fab503c6a4d5fcabc2f9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:02:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:02:09 +0000 mail/py-mailmanclient: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- mail/py-mailmanclient/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/py-mailmanclient/Makefile b/mail/py-mailmanclient/Makefile index 9f2b700459b4..87caf0cebdf5 100644 --- a/mail/py-mailmanclient/Makefile +++ b/mail/py-mailmanclient/Makefile @@ -1,6 +1,6 @@ PORTNAME= mailmanclient PORTVERSION= 3.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://gitlab.com/mailman/mailmanclient LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}falcon>=1.4.1:www/py-falcon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ @@ -20,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}falcon>=1.4.1:www/py-falcon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-services>=0:devel/py-pytest-services@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes