aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:14:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:17:16 +0000
commitd9dfd630123476ee647e46288201c2c62704bf68 (patch)
treee5f320fd1d0f2fa5802f1a117ac1422447b79d69
parent408660bfcbb181a9ca6c530c2d6f1e9ddae99586 (diff)
downloadports-d9dfd630123476ee647e46288201c2c62704bf68.tar.gz
ports-d9dfd630123476ee647e46288201c2c62704bf68.zip
devel/py-opentracing: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-opentracing/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-opentracing/Makefile b/devel/py-opentracing/Makefile
index 5e748a8357be..03b419a41770 100644
--- a/devel/py-opentracing/Makefile
+++ b/devel/py-opentracing/Makefile
@@ -1,5 +1,6 @@
PORTNAME= opentracing
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW= https://github.com/opentracing/opentracing-python
LICENSE= APACHE20
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