git: f2200d92eda2 - main - dns/py-cloudflare: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jul 2024 16:29:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2200d92eda22baf16fdb5c9ed2237e75b2cc4dc commit f2200d92eda22baf16fdb5c9ed2237e75b2cc4dc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-06 16:12:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-06 16:12:15 +0000 dns/py-cloudflare: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- dns/py-cloudflare/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/py-cloudflare/Makefile b/dns/py-cloudflare/Makefile index c41fe89cc4fe..2995f75b9382 100644 --- a/dns/py-cloudflare/Makefile +++ b/dns/py-cloudflare/Makefile @@ -1,5 +1,6 @@ PORTNAME= cloudflare PORTVERSION= 2.19.4 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonlines>=0:devel/py-jsonlines@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes