aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:06:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:06:23 +0000
commit82ba67625511a1481bd773a0a915c7a886632cb9 (patch)
treee6e8923d016f167ad98d8e4d47f000a7fa73d008 /net-mgmt
parentc5c9146b354fcf2443efe35ac79f4372c7d87354 (diff)
downloadports-82ba67625511a1481bd773a0a915c7a886632cb9.tar.gz
ports-82ba67625511a1481bd773a0a915c7a886632cb9.zip
net-mgmt/py-msrest: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-msrest/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/py-msrest/Makefile b/net-mgmt/py-msrest/Makefile
index 8d49cf713f1b..73b03bfb20ff 100644
--- a/net-mgmt/py-msrest/Makefile
+++ b/net-mgmt/py-msrest/Makefile
@@ -1,5 +1,6 @@
PORTNAME= msrest
PORTVERSION= 0.7.1
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,8 @@ WWW= https://github.com/Azure/msrest-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}azure-core>=1.24.0:devel/py-azure-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isodate>=0.6.0:devel/py-isodate@${PY_FLAVOR} \
@@ -17,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0:devel/py-azure-core@${PY_
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${PY_FLAVOR}
USES= python zip
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes