aboutsummaryrefslogtreecommitdiff
path: root/devel/py-azure-mgmt-iotcentral/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-azure-mgmt-iotcentral/Makefile')
-rw-r--r--devel/py-azure-mgmt-iotcentral/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/py-azure-mgmt-iotcentral/Makefile b/devel/py-azure-mgmt-iotcentral/Makefile
index 2d9df9b43d36..2a48c0b2aca2 100644
--- a/devel/py-azure-mgmt-iotcentral/Makefile
+++ b/devel/py-azure-mgmt-iotcentral/Makefile
@@ -1,19 +1,20 @@
PORTNAME= azure-mgmt-iotcentral
-PORTVERSION= 4.1.0
+DISTVERSION= 10.0.0b1
CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure IoTCentral Management Client Library for Python
+WWW= https://pypi.org/project/azure-mgmt-iotcentral/
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
-USES= azurepy python:3.6+ zip
+USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes