aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:13:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:16:51 +0000
commita3fcd123004e00c817920f26748102fc9098c8e4 (patch)
tree51d91cdd59a5160d2ce3177b8ed13d4d709bc767
parente6a9a9e284db60b1a5717e0b5734f9e747594bee (diff)
downloadports-a3fcd123004e00c817920f26748102fc9098c8e4.tar.gz
ports-a3fcd123004e00c817920f26748102fc9098c8e4.zip
devel/py-fluent: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-fluent/Makefile5
1 files changed, 4 insertions, 1 deletions
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