Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 20:54:16 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532420 - in head: devel/py-azure-mgmt-advisor devel/py-azure-mgmt-apimanagement devel/py-azure-mgmt-appconfiguration devel/py-azure-mgmt-applicationinsights devel/py-azure-mgmt-authori...
Message-ID:  <202004212054.03LKsG0Z053095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Apr 21 20:54:16 2020
New Revision: 532420
URL: https://svnweb.freebsd.org/changeset/ports/532420

Log:
  py-azure-cli ports: Drop support for Python 3.5
  
  Following py-azure-cli update in r532415

Modified:
  head/devel/py-azure-mgmt-advisor/Makefile
  head/devel/py-azure-mgmt-apimanagement/Makefile
  head/devel/py-azure-mgmt-appconfiguration/Makefile
  head/devel/py-azure-mgmt-applicationinsights/Makefile
  head/devel/py-azure-mgmt-authorization/Makefile
  head/devel/py-azure-mgmt-batch/Makefile
  head/devel/py-azure-mgmt-batchai/Makefile
  head/devel/py-azure-mgmt-billing/Makefile
  head/devel/py-azure-mgmt-botservice/Makefile
  head/devel/py-azure-mgmt-cdn/Makefile
  head/devel/py-azure-mgmt-cognitiveservices/Makefile
  head/devel/py-azure-mgmt-compute/Makefile
  head/devel/py-azure-mgmt-consumption/Makefile
  head/devel/py-azure-mgmt-containerinstance/Makefile
  head/devel/py-azure-mgmt-containerregistry/Makefile
  head/devel/py-azure-mgmt-containerservice/Makefile
  head/devel/py-azure-mgmt-cosmosdb/Makefile
  head/devel/py-azure-mgmt-datalake-analytics/Makefile
  head/devel/py-azure-mgmt-datalake-store/Makefile
  head/devel/py-azure-mgmt-datamigration/Makefile
  head/devel/py-azure-mgmt-deploymentmanager/Makefile
  head/devel/py-azure-mgmt-devtestlabs/Makefile
  head/devel/py-azure-mgmt-dns/Makefile
  head/devel/py-azure-mgmt-eventgrid/Makefile
  head/devel/py-azure-mgmt-eventhub/Makefile
  head/devel/py-azure-mgmt-hdinsight/Makefile
  head/devel/py-azure-mgmt-imagebuilder/Makefile
  head/devel/py-azure-mgmt-iotcentral/Makefile
  head/devel/py-azure-mgmt-iothub/Makefile
  head/devel/py-azure-mgmt-iothubprovisioningservices/Makefile
  head/devel/py-azure-mgmt-keyvault/Makefile
  head/devel/py-azure-mgmt-kusto/Makefile
  head/devel/py-azure-mgmt-loganalytics/Makefile
  head/devel/py-azure-mgmt-managedservices/Makefile
  head/devel/py-azure-mgmt-managementgroups/Makefile
  head/devel/py-azure-mgmt-maps/Makefile
  head/devel/py-azure-mgmt-marketplaceordering/Makefile
  head/devel/py-azure-mgmt-media/Makefile
  head/devel/py-azure-mgmt-monitor/Makefile
  head/devel/py-azure-mgmt-msi/Makefile
  head/devel/py-azure-mgmt-netapp/Makefile
  head/devel/py-azure-mgmt-network/Makefile
  head/devel/py-azure-mgmt-policyinsights/Makefile
  head/devel/py-azure-mgmt-privatedns/Makefile
  head/devel/py-azure-mgmt-rdbms/Makefile
  head/devel/py-azure-mgmt-recoveryservices/Makefile
  head/devel/py-azure-mgmt-recoveryservicesbackup/Makefile
  head/devel/py-azure-mgmt-redis/Makefile
  head/devel/py-azure-mgmt-relay/Makefile
  head/devel/py-azure-mgmt-reservations/Makefile
  head/devel/py-azure-mgmt-resource/Makefile
  head/devel/py-azure-mgmt-search/Makefile
  head/devel/py-azure-mgmt-security/Makefile
  head/devel/py-azure-mgmt-servicebus/Makefile
  head/devel/py-azure-mgmt-servicefabric/Makefile
  head/devel/py-azure-mgmt-signalr/Makefile
  head/devel/py-azure-mgmt-sql/Makefile
  head/devel/py-azure-mgmt-sqlvirtualmachine/Makefile
  head/devel/py-azure-mgmt-storage/Makefile
  head/devel/py-azure-mgmt-trafficmanager/Makefile
  head/devel/py-azure-mgmt-web/Makefile
  head/sysutils/py-azure-cli-acr/Makefile
  head/sysutils/py-azure-cli-core/Makefile
  head/sysutils/py-azure-cli-telemetry/Makefile

Modified: head/devel/py-azure-mgmt-advisor/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-advisor/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-advisor/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-apimanagement/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-apimanagement/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-apimanagement/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-appconfiguration/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-appconfiguration/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-appconfiguration/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-applicationinsights/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-applicationinsights/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-applicationinsights/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-authorization/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-authorization/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-authorization/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-batch/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-batch/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-batch/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-batchai/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-batchai/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-batchai/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-billing/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-billing/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-billing/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-botservice/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-botservice/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-botservice/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-cdn/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-cdn/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-cdn/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-cognitiveservices/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-cognitiveservices/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-cognitiveservices/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-compute/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-compute/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-compute/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-consumption/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-consumption/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-consumption/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-containerinstance/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-containerinstance/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-containerinstance/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-containerregistry/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-containerregistry/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-containerregistry/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-containerservice/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-containerservice/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-containerservice/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${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}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-cosmosdb/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-cosmosdb/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-cosmosdb/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-datalake-analytics/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-datalake-analytics/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-datalake-analytics/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-datalake-store/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-datalake-store/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-datalake-store/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-datamigration/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-datamigration/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-datamigration/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-deploymentmanager/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-deploymentmanager/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-deploymentmanager/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-devtestlabs/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-devtestlabs/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-devtestlabs/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-dns/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-dns/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-dns/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-eventgrid/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-eventgrid/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-eventgrid/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-eventhub/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-eventhub/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-eventhub/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-hdinsight/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-hdinsight/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-hdinsight/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-imagebuilder/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-imagebuilder/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-imagebuilder/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-iotcentral/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-iotcentral/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-iotcentral/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-iothub/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-iothub/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-iothub/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-iothubprovisioningservices/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-iothubprovisioningservices/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-iothubprovisioningservices/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-keyvault/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-keyvault/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-keyvault/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-kusto/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-kusto/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-kusto/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-loganalytics/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-loganalytics/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-loganalytics/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-managedservices/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-managedservices/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-managedservices/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-managementgroups/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-managementgroups/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-managementgroups/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-maps/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-maps/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-maps/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-marketplaceordering/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-marketplaceordering/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-marketplaceordering/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-media/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-media/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-media/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-monitor/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-monitor/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-monitor/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${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}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-msi/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-msi/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-msi/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-netapp/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-netapp/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-netapp/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-network/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-network/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-network/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${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}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-policyinsights/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-policyinsights/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-policyinsights/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-privatedns/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-privatedns/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-privatedns/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-rdbms/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-rdbms/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-rdbms/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-recoveryservices/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-recoveryservices/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-recoveryservices/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-recoveryservicesbackup/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-recoveryservicesbackup/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-recoveryservicesbackup/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-redis/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-redis/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-redis/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-relay/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-relay/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-relay/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-reservations/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-reservations/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-reservations/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-resource/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-resource/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-resource/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${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}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-search/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-search/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-search/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-security/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-security/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-security/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-servicebus/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-servicebus/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-servicebus/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-servicefabric/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-servicefabric/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-servicefabric/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-signalr/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-signalr/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-signalr/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-sql/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-sql/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-sql/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${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}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-sqlvirtualmachine/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-sqlvirtualmachine/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-sqlvirtualmachine/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-storage/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-storage/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-storage/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${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}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-trafficmanager/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-trafficmanager/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-trafficmanager/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-azure-mgmt-web/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-web/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/devel/py-azure-mgmt-web/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-
 		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+ zip
+USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/sysutils/py-azure-cli-acr/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-acr/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/sysutils/py-azure-cli-acr/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage
 		${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=1.3.1:devel/py-azure-storage-blob@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+
+USES=		azurepy python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/sysutils/py-azure-cli-core/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-core/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/sysutils/py-azure-cli-core/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -30,7 +30,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}adal>=1.2:net-mgmt
 		${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=9.0.0:devel/py-azure-mgmt-resource@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=0:devel/py-antlr4-python3-runtime@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+
+USES=		azurepy python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/sysutils/py-azure-cli-telemetry/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-telemetry/Makefile	Tue Apr 21 20:54:04 2020	(r532419)
+++ head/sysutils/py-azure-cli-telemetry/Makefile	Tue Apr 21 20:54:16 2020	(r532420)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}applicationinsights>=0.11.1:devel/py-applicationinsights@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}portalocker>=1.2:devel/py-portalocker@${PY_FLAVOR}
 
-USES=		azurepy python:3.5+
+USES=		azurepy python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004212054.03LKsG0Z053095>