aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-adal
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:06:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:06:19 +0000
commitb7c396bdc68d8726701949db9571cc1acc7428e3 (patch)
tree2201c7f8c408b425442cd671be1461169e4453b2 /net-mgmt/py-adal
parentd9be99edad0a288ea2aff0478985d9b183ac0f73 (diff)
downloadports-b7c396bdc68d8726701949db9571cc1acc7428e3.tar.gz
ports-b7c396bdc68d8726701949db9571cc1acc7428e3.zip
net-mgmt/py-adal: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'net-mgmt/py-adal')
-rw-r--r--net-mgmt/py-adal/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile
index 9b119281ad6c..96a7e9d1bcb6 100644
--- a/net-mgmt/py-adal/Makefile
+++ b/net-mgmt/py-adal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= adal
PORTVERSION= 1.2.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,14 @@ WWW= https://github.com/AzureAD/azure-activedirectory-library-for-python
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}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.1.0<3:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent cryptography distutils
+USE_PYTHON= autoplist concurrent cryptography pep517
NO_ARCH= yes