git: a3fcd123004e - main - devel/py-fluent: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 20:18:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3fcd123004e00c817920f26748102fc9098c8e4 commit a3fcd123004e00c817920f26748102fc9098c8e4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 20:13:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 20:16:51 +0000 devel/py-fluent: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-fluent/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-fluent/Makefile b/devel/py-fluent/Makefile index 864dcf3a21e4..f5f8042aec48 100644 --- a/devel/py-fluent/Makefile +++ b/devel/py-fluent/Makefile @@ -1,5 +1,6 @@ PORTNAME= fluent PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/projectfluent/python-fluent LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes