aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:00:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:00:37 +0000
commite1f7eae8a063c6c79976ddc5061e6a80b8910474 (patch)
tree0750ec8f8dc8aea808ebce0003469782877f2308
parent58ab85f20f5d28e20078133a313ca628afe72898 (diff)
devel/py-types-psutil: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-types-psutil/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile
index 7fc7e1000ea2..76be3dfb657e 100644
--- a/devel/py-types-psutil/Makefile
+++ b/devel/py-types-psutil/Makefile
@@ -1,5 +1,6 @@
PORTNAME= types-psutil
PORTVERSION= 5.9.5.17
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +11,11 @@ WWW= https://github.com/python/typeshed/tree/main/stubs/psutil
LICENSE= APACHE20
+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