aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:14:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:16:59 +0000
commit87b28f7d004db11d1eaf8ad86f66bcb3c5cc61fb (patch)
treef353ff544130f7818c0a765f304a5a19ddee028c
parent8b86ec2a3cd0d9aae04c09a91fc275ee5a8f86cc (diff)
downloadports-87b28f7d004db11d1eaf8ad86f66bcb3c5cc61fb.tar.gz
ports-87b28f7d004db11d1eaf8ad86f66bcb3c5cc61fb.zip
devel/py-grpc-stubs: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-grpc-stubs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-grpc-stubs/Makefile b/devel/py-grpc-stubs/Makefile
index 73a55d700ccb..a93e200fcfb7 100644
--- a/devel/py-grpc-stubs/Makefile
+++ b/devel/py-grpc-stubs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= grpc-stubs
PORTVERSION= 1.53.0.5
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +11,12 @@ WWW= https://github.com/shabbyrobe/grpc-stubs
LICENSE= MIT
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=0:devel/py-grpcio@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes