aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:55 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:55 +0000
commit0091df3fab2c9731ca64107ad8ec90bdf6b82489 (patch)
tree10a1d684ba6809e62af7babf71da349cd04d4625
parent9d133b35ad50dacc4d1a1bcdebd5dd1a9f936696 (diff)
downloadports-0091df3fab2c9731ca64107ad8ec90bdf6b82489.tar.gz
ports-0091df3fab2c9731ca64107ad8ec90bdf6b82489.zip
misc/py-huepy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--misc/py-huepy/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/py-huepy/Makefile b/misc/py-huepy/Makefile
index 0d072efbf9a3..8e401b47e051 100644
--- a/misc/py-huepy/Makefile
+++ b/misc/py-huepy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= huepy
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,11 @@ WWW= https://github.com/s0md3v/hue
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes