Index: www/Makefile =================================================================== --- www/Makefile +++ www/Makefile @@ -1510,7 +1510,100 @@ SUBDIR += py-arxiv SUBDIR += py-autobahn SUBDIR += py-aws-requests-auth + SUBDIR += py-azure-applicationinsights + SUBDIR += py-azure-batch + SUBDIR += py-azure-cognitiveservices-language-nspkg + SUBDIR += py-azure-cognitiveservices-language-spellcheck + SUBDIR += py-azure-cognitiveservices-language-textanalytics + SUBDIR += py-azure-cognitiveservices-nspkg + SUBDIR += py-azure-cognitiveservices-search-autosuggest + SUBDIR += py-azure-cognitiveservices-search-customsearch + SUBDIR += py-azure-cognitiveservices-search-entitysearch + SUBDIR += py-azure-cognitiveservices-search-imagesearch + SUBDIR += py-azure-cognitiveservices-search-newssearch + SUBDIR += py-azure-cognitiveservices-search-nspkg + SUBDIR += py-azure-cognitiveservices-search-videosearch + SUBDIR += py-azure-cognitiveservices-search-visualsearch + SUBDIR += py-azure-cognitiveservices-search-websearch + SUBDIR += py-azure-cognitiveservices-vision-computervision + SUBDIR += py-azure-cognitiveservices-vision-contentmoderator + SUBDIR += py-azure-cognitiveservices-vision-customvision + SUBDIR += py-azure-cognitiveservices-vision-nspkg SUBDIR += py-azure-common + SUBDIR += py-azure-eventgrid + SUBDIR += py-azure-graphrbac + SUBDIR += py-azure-keyvault + SUBDIR += py-azure-loganalytics + SUBDIR += py-azure-mgmt + SUBDIR += py-azure-mgmt-advisor + SUBDIR += py-azure-mgmt-applicationinsights + SUBDIR += py-azure-mgmt-authorization + SUBDIR += py-azure-mgmt-batch + SUBDIR += py-azure-mgmt-batchai + SUBDIR += py-azure-mgmt-billing + SUBDIR += py-azure-mgmt-botservice + SUBDIR += py-azure-mgmt-cdn + SUBDIR += py-azure-mgmt-cognitiveservices + SUBDIR += py-azure-mgmt-commerce + SUBDIR += py-azure-mgmt-compute + SUBDIR += py-azure-mgmt-consumption + SUBDIR += py-azure-mgmt-containerinstance + SUBDIR += py-azure-mgmt-containerregistry + SUBDIR += py-azure-mgmt-containerservice + SUBDIR += py-azure-mgmt-cosmosdb + SUBDIR += py-azure-mgmt-datafactory + SUBDIR += py-azure-mgmt-datalake-analytics + SUBDIR += py-azure-mgmt-datalake-nspkg + SUBDIR += py-azure-mgmt-datalake-store + SUBDIR += py-azure-mgmt-datamigration + SUBDIR += py-azure-mgmt-devspaces + SUBDIR += py-azure-mgmt-devtestlabs + SUBDIR += py-azure-mgmt-dns + SUBDIR += py-azure-mgmt-documentdb + SUBDIR += py-azure-mgmt-eventgrid + SUBDIR += py-azure-mgmt-eventhub + SUBDIR += py-azure-mgmt-hanaonazure + SUBDIR += py-azure-mgmt-iotcentral + SUBDIR += py-azure-mgmt-iothub + SUBDIR += py-azure-mgmt-iothubprovisioningservices + SUBDIR += py-azure-mgmt-keyvault + SUBDIR += py-azure-mgmt-loganalytics + SUBDIR += py-azure-mgmt-logic + SUBDIR += py-azure-mgmt-machinelearningcompute + SUBDIR += py-azure-mgmt-managementgroups + SUBDIR += py-azure-mgmt-managementpartner + SUBDIR += py-azure-mgmt-maps + SUBDIR += py-azure-mgmt-marketplaceordering + SUBDIR += py-azure-mgmt-media + SUBDIR += py-azure-mgmt-monitor + SUBDIR += py-azure-mgmt-msi + SUBDIR += py-azure-mgmt-network + SUBDIR += py-azure-mgmt-notificationhubs + SUBDIR += py-azure-mgmt-nspkg + SUBDIR += py-azure-mgmt-policyinsights + SUBDIR += py-azure-mgmt-powerbiembedded + SUBDIR += py-azure-mgmt-rdbms + SUBDIR += py-azure-mgmt-recoveryservices + SUBDIR += py-azure-mgmt-recoveryservicesbackup + SUBDIR += py-azure-mgmt-redis + SUBDIR += py-azure-mgmt-relay + SUBDIR += py-azure-mgmt-reservations + SUBDIR += py-azure-mgmt-resource + SUBDIR += py-azure-mgmt-scheduler + SUBDIR += py-azure-mgmt-search + SUBDIR += py-azure-mgmt-servermanager + SUBDIR += py-azure-mgmt-servicebus + SUBDIR += py-azure-mgmt-servicefabric + SUBDIR += py-azure-mgmt-signalr + SUBDIR += py-azure-mgmt-sql + SUBDIR += py-azure-mgmt-storage + SUBDIR += py-azure-mgmt-subscription + SUBDIR += py-azure-mgmt-trafficmanager + SUBDIR += py-azure-mgmt-web + SUBDIR += py-azure-nspkg + SUBDIR += py-azure-servicebus + SUBDIR += py-azure-servicefabric + SUBDIR += py-azure-servicemanagement-legacy SUBDIR += py-azure-storage SUBDIR += py-beaker SUBDIR += py-beautifulsoup Index: www/py-azure-applicationinsights/Makefile =================================================================== --- /dev/null +++ www/py-azure-applicationinsights/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-applicationinsights +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Application Insights Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-applicationinsights/distinfo =================================================================== --- /dev/null +++ www/py-azure-applicationinsights/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580882 +SHA256 (azure-applicationinsights-0.1.0.zip) = 6e1839169bb6ffd2d2c21ee3f4afbdd068ea428ad47cf884ea3167ecf7fd0859 +SIZE (azure-applicationinsights-0.1.0.zip) = 112421 Index: www/py-azure-batch/Makefile =================================================================== --- /dev/null +++ www/py-azure-batch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-batch +DISTVERSION= 4.1.3 + +COMMENT= Microsoft Azure Batch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-batch/distinfo =================================================================== --- /dev/null +++ www/py-azure-batch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580883 +SHA256 (azure-batch-4.1.3.zip) = cd71c7ebb5beab174b6225bbf79ae18d6db0c8d63227a7e514da0a75f138364c +SIZE (azure-batch-4.1.3.zip) = 323724 Index: www/py-azure-cognitiveservices-language-nspkg/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-language-nspkg/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-language-nspkg +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Cognitive Services Language Namespace Package [Internal] + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-cognitiveservices-nspkg>0:www/py-azure-cognitiveservices-nspkg@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-language-nspkg/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-language-nspkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580883 +SHA256 (azure-cognitiveservices-language-nspkg-2.0.0.zip) = 10108ee22bc1084fc0a67e6c4c876b712ed736895fefe374dd2011f0e742a699 +SIZE (azure-cognitiveservices-language-nspkg-2.0.0.zip) = 5287 Index: www/py-azure-cognitiveservices-language-spellcheck/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-language-spellcheck/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-language-spellcheck +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure Cognitive Services Bing Spell Check Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-language-spellcheck/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-language-spellcheck/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580883 +SHA256 (azure-cognitiveservices-language-spellcheck-1.0.0.zip) = dadcec7cb93d6e832ef930c5402bb5a4bb72117339dfc15c3df576fde72a1ed5 +SIZE (azure-cognitiveservices-language-spellcheck-1.0.0.zip) = 39389 Index: www/py-azure-cognitiveservices-language-textanalytics/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-language-textanalytics/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-language-textanalytics +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Cognitive Services Text Analytics Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-language-textanalytics/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-language-textanalytics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580883 +SHA256 (azure-cognitiveservices-language-textanalytics-0.1.0.zip) = df18f667f2cb8b8e2d0f0fcd43121a205d45e6016b77fba615479231c53f5a66 +SIZE (azure-cognitiveservices-language-textanalytics-0.1.0.zip) = 32291 Index: www/py-azure-cognitiveservices-nspkg/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-nspkg/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-nspkg +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Cognitive Services Namespace Package [Internal] + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-nspkg>0:www/py-azure-nspkg@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-nspkg/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-nspkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580884 +SHA256 (azure-cognitiveservices-nspkg-2.0.0.zip) = af2d242691c6f698f301bda2554b28d4ab7e509944de78ebe84fab40901ef7ee +SIZE (azure-cognitiveservices-nspkg-2.0.0.zip) = 4883 Index: www/py-azure-cognitiveservices-search-autosuggest/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-autosuggest/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-autosuggest +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Auto Suggest Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-autosuggest/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-autosuggest/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580884 +SHA256 (azure-cognitiveservices-search-autosuggest-0.1.0.zip) = b06ebeff38c27c8420a611b4f05a250fde1b0bb051e3297d558976b06ed5bf4c +SIZE (azure-cognitiveservices-search-autosuggest-0.1.0.zip) = 56333 Index: www/py-azure-cognitiveservices-search-customsearch/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-customsearch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-customsearch +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure CustomSearch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-customsearch/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-customsearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580884 +SHA256 (azure-cognitiveservices-search-customsearch-0.1.0.zip) = 6aa202c31755de070cc495511e0f308962119e77867bc98672ee20f2e55f3988 +SIZE (azure-cognitiveservices-search-customsearch-0.1.0.zip) = 42675 Index: www/py-azure-cognitiveservices-search-entitysearch/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-entitysearch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-entitysearch +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure Cognitive Services EntitySearch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-entitysearch/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-entitysearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580884 +SHA256 (azure-cognitiveservices-search-entitysearch-1.0.0.zip) = a77bd6e18a6073b1acfc79954229f85510bd7797cdeaa3183c2fe2e62ccf0b53 +SIZE (azure-cognitiveservices-search-entitysearch-1.0.0.zip) = 131976 Index: www/py-azure-cognitiveservices-search-imagesearch/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-imagesearch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-imagesearch +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure ImageSearch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-imagesearch/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-imagesearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580885 +SHA256 (azure-cognitiveservices-search-imagesearch-1.0.0.zip) = 8204b068c797b269502fcfcb75aad2038db75674e3a44ad457f9c5b7dc743b51 +SIZE (azure-cognitiveservices-search-imagesearch-1.0.0.zip) = 145015 Index: www/py-azure-cognitiveservices-search-newssearch/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-newssearch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-newssearch +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure NewsSearch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-newssearch/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-newssearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580885 +SHA256 (azure-cognitiveservices-search-newssearch-1.0.0.zip) = 1caa115bd5257353765215ad0e58df0707ab077c430ce1712e5072436fea5807 +SIZE (azure-cognitiveservices-search-newssearch-1.0.0.zip) = 74880 Index: www/py-azure-cognitiveservices-search-nspkg/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-nspkg/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-nspkg +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Cognitive Services Search Namespace Package [Internal] + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-cognitiveservices-nspkg>0:www/py-azure-cognitiveservices-nspkg@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-nspkg/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-nspkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580885 +SHA256 (azure-cognitiveservices-search-nspkg-2.0.0.zip) = bb1a6c9b79b415335c71f525266dd805381a698c6cd7017aae45919590be6e74 +SIZE (azure-cognitiveservices-search-nspkg-2.0.0.zip) = 5216 Index: www/py-azure-cognitiveservices-search-videosearch/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-videosearch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-videosearch +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure Cognitive Services VideoSearch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-videosearch/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-videosearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580885 +SHA256 (azure-cognitiveservices-search-videosearch-1.0.0.zip) = b170a2762297ca72774b9615f3027a6b9922fc9a4192cc9defe69bad8e1f3b98 +SIZE (azure-cognitiveservices-search-videosearch-1.0.0.zip) = 77391 Index: www/py-azure-cognitiveservices-search-visualsearch/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-visualsearch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-visualsearch +DISTVERSION= 0.1.1 + +COMMENT= Microsoft Azure Cognitive Services VisualSearch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-visualsearch/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-visualsearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580886 +SHA256 (azure-cognitiveservices-search-visualsearch-0.1.1.zip) = 140a34d82c09b1f8da5b7eb0ff863c4450d99d24cf3ece61e31a76a67bc19365 +SIZE (azure-cognitiveservices-search-visualsearch-0.1.1.zip) = 135602 Index: www/py-azure-cognitiveservices-search-websearch/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-websearch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-search-websearch +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure Cognitive Services WebSearch Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-search-websearch/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-search-websearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580886 +SHA256 (azure-cognitiveservices-search-websearch-1.0.0.zip) = a26d2be36c158d870c4a6e596f531d865b6607fed24161f81dee16e3ee0059ca +SIZE (azure-cognitiveservices-search-websearch-1.0.0.zip) = 113516 Index: www/py-azure-cognitiveservices-vision-computervision/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-computervision/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-vision-computervision +DISTVERSION= 0.2.0 + +COMMENT= Microsoft Azure Cognitive Services Computer Vision Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-vision-computervision/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-computervision/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580886 +SHA256 (azure-cognitiveservices-vision-computervision-0.2.0.zip) = cdd9c7b9f83dd5a7e6c6189832c7ab8fce649e24e7834485e55efa8a0ca2f41d +SIZE (azure-cognitiveservices-vision-computervision-0.2.0.zip) = 79406 Index: www/py-azure-cognitiveservices-vision-contentmoderator/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-contentmoderator/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-vision-contentmoderator +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Cognitive Services Content Moderator Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-vision-contentmoderator/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-contentmoderator/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580886 +SHA256 (azure-cognitiveservices-vision-contentmoderator-0.1.0.zip) = f428662f99c6b5e4499f2bf7bd065ff453fff2ff9742d695185cf201a32b8482 +SIZE (azure-cognitiveservices-vision-contentmoderator-0.1.0.zip) = 89771 Index: www/py-azure-cognitiveservices-vision-customvision/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-customvision/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-vision-customvision +DISTVERSION= 0.3.0 + +COMMENT= Microsoft Azure Custom Vision Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-vision-customvision/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-customvision/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580887 +SHA256 (azure-cognitiveservices-vision-customvision-0.3.0.zip) = ca349b53e3b8b431711c3d49e9aaca80d548d78b5346364fe459c6994237b008 +SIZE (azure-cognitiveservices-vision-customvision-0.3.0.zip) = 105185 Index: www/py-azure-cognitiveservices-vision-nspkg/Makefile =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-nspkg/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= azure-cognitiveservices-vision-nspkg +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Cognitive Services Vision Namespace Package [Internal] + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-cognitiveservices-nspkg>0:www/py-azure-cognitiveservices-nspkg@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-cognitiveservices-vision-nspkg/distinfo =================================================================== --- /dev/null +++ www/py-azure-cognitiveservices-vision-nspkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580890 +SHA256 (azure-cognitiveservices-vision-nspkg-2.0.0.zip) = 6f951e971af2a66f5b421df05e43e1f73d0ed336c55d0ad04891f8c53e164661 +SIZE (azure-cognitiveservices-vision-nspkg-2.0.0.zip) = 5218 Index: www/py-azure-common/Makefile =================================================================== --- www/py-azure-common/Makefile +++ www/py-azure-common/Makefile @@ -1,17 +1,12 @@ # $FreeBSD$ PORTNAME= azure-common -PORTVERSION= 1.1.9 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTVERSION= 1.1.14 -MAINTAINER= vladimirv@ixsystems.com -COMMENT= Microsoft Azure common code +COMMENT= Microsoft Azure Client Library for Python (Common) -LICENSE= APACHE20 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} -USES= python zip -USE_PYTHON= autoplist concurrent distutils +MASTERDIR= ${.CURDIR}/../py-azure -.include +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-common/distinfo =================================================================== --- www/py-azure-common/distinfo +++ www/py-azure-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523556128 -SHA256 (azure-common-1.1.9.zip) = 5124ab76357452356164ef1a10e7fe69f686eaf1647ef57b37c2ede50df2cc02 -SIZE (azure-common-1.1.9.zip) = 20024 +TIMESTAMP = 1534580891 +SHA256 (azure-common-1.1.14.zip) = 4f8fc8879cfded406d0032d86f5750d8c742658072aef5edb1d54a055a847645 +SIZE (azure-common-1.1.14.zip) = 15737 Index: www/py-azure-common/pkg-descr =================================================================== --- www/py-azure-common/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Microsoft Azure Storage SDK for Python provides shared code by the Azure -packages. - -WWW: https://pypi.org/project/azure-common/ Index: www/py-azure-eventgrid/Makefile =================================================================== --- /dev/null +++ www/py-azure-eventgrid/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-eventgrid +DISTVERSION= 1.1.0 + +COMMENT= Microsoft Azure Event Grid Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-eventgrid/distinfo =================================================================== --- /dev/null +++ www/py-azure-eventgrid/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580893 +SHA256 (azure-eventgrid-1.1.0.zip) = fca3d830bf887fcc61fa71cb541531c9e155a4437d861149cbfb842d36fb272f +SIZE (azure-eventgrid-1.1.0.zip) = 78622 Index: www/py-azure-graphrbac/Makefile =================================================================== --- /dev/null +++ www/py-azure-graphrbac/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-graphrbac +DISTVERSION= 0.40.0 + +COMMENT= Microsoft Azure Graph RBAC Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-graphrbac/distinfo =================================================================== --- /dev/null +++ www/py-azure-graphrbac/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580895 +SHA256 (azure-graphrbac-0.40.0.zip) = f94b97bdcf774878fe2f8b8c46a5d6550a4ed891350ed0730c1561a24d488ee2 +SIZE (azure-graphrbac-0.40.0.zip) = 73839 Index: www/py-azure-keyvault/Makefile =================================================================== --- /dev/null +++ www/py-azure-keyvault/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= azure-keyvault +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure Key Vault Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-keyvault/distinfo =================================================================== --- /dev/null +++ www/py-azure-keyvault/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580898 +SHA256 (azure-keyvault-1.0.0.zip) = 835f5233a383d3de742d981a36e3c5b8114e3a5c08a2a95c002016d0cd8f11bd +SIZE (azure-keyvault-1.0.0.zip) = 203792 Index: www/py-azure-loganalytics/Makefile =================================================================== --- /dev/null +++ www/py-azure-loganalytics/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-loganalytics +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Log Analytics Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-loganalytics/distinfo =================================================================== --- /dev/null +++ www/py-azure-loganalytics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580899 +SHA256 (azure-loganalytics-0.1.0.zip) = 3ceb350def677a351f34b0a0d1637df6be0c6fe87ff32a5270b17f540f6da06e +SIZE (azure-loganalytics-0.1.0.zip) = 22311 Index: www/py-azure-mgmt-advisor/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-advisor/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-advisor +DISTVERSION= 1.0.1 + +COMMENT= Microsoft Azure Advisor Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-advisor/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-advisor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580901 +SHA256 (azure-mgmt-advisor-1.0.1.zip) = 8fdcb41f760a216e6b835eaec11dba61822777b386139d83eee31f0ff63b05da +SIZE (azure-mgmt-advisor-1.0.1.zip) = 36940 Index: www/py-azure-mgmt-applicationinsights/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-applicationinsights/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-applicationinsights +DISTVERSION= 0.1.1 + +COMMENT= Microsoft Azure Application Insights Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-applicationinsights/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-applicationinsights/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580903 +SHA256 (azure-mgmt-applicationinsights-0.1.1.zip) = f10229eb9e3e9d0ad20188b8d14d67055e86f3815b43b75eedf96b654bee2a9b +SIZE (azure-mgmt-applicationinsights-0.1.1.zip) = 53903 Index: www/py-azure-mgmt-authorization/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-authorization/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-authorization +DISTVERSION= 0.50.0 + +COMMENT= Microsoft Azure Authorization Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-authorization/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-authorization/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580904 +SHA256 (azure-mgmt-authorization-0.50.0.zip) = 535de12ff4f628b62b939ae17cc6186226d7783bf02f242cdd3512ee03a6a40e +SIZE (azure-mgmt-authorization-0.50.0.zip) = 90408 Index: www/py-azure-mgmt-batch/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-batch/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-batch +DISTVERSION= 5.0.1 + +COMMENT= Microsoft Azure Batch Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-batch/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-batch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580906 +SHA256 (azure-mgmt-batch-5.0.1.zip) = 6e375ecdd5966ee9ee45b29c90a806388c27ceacc2cbd6dd406ff311b5d7da72 +SIZE (azure-mgmt-batch-5.0.1.zip) = 94620 Index: www/py-azure-mgmt-batchai/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-batchai/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-batchai +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Batch AI Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-batchai/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-batchai/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580909 +SHA256 (azure-mgmt-batchai-2.0.0.zip) = f1870b0f97d5001cdb66208e5a236c9717a0ed18b34dbfdb238a828f3ca2a683 +SIZE (azure-mgmt-batchai-2.0.0.zip) = 185352 Index: www/py-azure-mgmt-billing/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-billing/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-billing +DISTVERSION= 0.2.0 + +COMMENT= Microsoft Azure Billing Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-billing/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-billing/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580910 +SHA256 (azure-mgmt-billing-0.2.0.zip) = 85f73bb3808a7d0d2543307e8f41e5b90a170ad6eeedd54fe7fcaac61b5b22d2 +SIZE (azure-mgmt-billing-0.2.0.zip) = 35308 Index: www/py-azure-mgmt-botservice/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-botservice/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-botservice +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Bot Service Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-botservice/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-botservice/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580913 +SHA256 (azure-mgmt-botservice-0.1.0.zip) = 592ea3828858841d470109b7eebd68627ead16a9cde1db8114ecaf3b76b56084 +SIZE (azure-mgmt-botservice-0.1.0.zip) = 104729 Index: www/py-azure-mgmt-cdn/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-cdn/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-cdn +DISTVERSION= 3.0.0 + +COMMENT= Microsoft Azure CDN Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-cdn/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-cdn/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580914 +SHA256 (azure-mgmt-cdn-3.0.0.zip) = 069774eb4b59b76ff9bd01708be0c8f9254ed40237b48368c3bb173f298755dd +SIZE (azure-mgmt-cdn-3.0.0.zip) = 117594 Index: www/py-azure-mgmt-cognitiveservices/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-cognitiveservices/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-cognitiveservices +DISTVERSION= 3.0.0 + +COMMENT= Microsoft Azure Cognitive Services Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-cognitiveservices/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-cognitiveservices/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580915 +SHA256 (azure-mgmt-cognitiveservices-3.0.0.zip) = c3247f2786b996a5f328ebdaf65d31507571979e004de7a5ed0ff280f95d80b4 +SIZE (azure-mgmt-cognitiveservices-3.0.0.zip) = 68467 Index: www/py-azure-mgmt-commerce/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-commerce/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-commerce +DISTVERSION= 1.0.1 + +COMMENT= Microsoft Azure Commerce Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-commerce/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-commerce/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580917 +SHA256 (azure-mgmt-commerce-1.0.1.zip) = c48e84ed322fa9ddbc2d7fcca754c5e97171919be94f510bd2579cf5666684c3 +SIZE (azure-mgmt-commerce-1.0.1.zip) = 32635 Index: www/py-azure-mgmt-compute/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-compute/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-compute +DISTVERSION= 4.0.1 + +COMMENT= Microsoft Azure Compute Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-compute/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-compute/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580928 +SHA256 (azure-mgmt-compute-4.0.1.zip) = 0f20565914e2afa1cc4b9ceacb1636ae9428c26e4547bcc6f322cfce837dc872 +SIZE (azure-mgmt-compute-4.0.1.zip) = 2154630 Index: www/py-azure-mgmt-consumption/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-consumption/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-consumption +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Consumption Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-consumption/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-consumption/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580931 +SHA256 (azure-mgmt-consumption-2.0.0.zip) = 9a85a89f30f224d261749be20b4616a0eb8948586f7f0f20573b8ea32f265189 +SIZE (azure-mgmt-consumption-2.0.0.zip) = 56975 Index: www/py-azure-mgmt-containerinstance/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-containerinstance/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-containerinstance +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure Container Instance Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-containerinstance/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-containerinstance/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580933 +SHA256 (azure-mgmt-containerinstance-1.0.0.zip) = 68c8150b5431752484b4933a6a15856b503068314b9d87ff99b03df3549bc92f +SIZE (azure-mgmt-containerinstance-1.0.0.zip) = 85906 Index: www/py-azure-mgmt-containerregistry/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-containerregistry/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-containerregistry +DISTVERSION= 2.1.0 + +COMMENT= Microsoft Azure Container Registry Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-containerregistry/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-containerregistry/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580938 +SHA256 (azure-mgmt-containerregistry-2.1.0.zip) = 4624bdaae57b5e107264f286931d0d81f942d0c57b0d93e8a2432abf9b074d7d +SIZE (azure-mgmt-containerregistry-2.1.0.zip) = 312490 Index: www/py-azure-mgmt-containerservice/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-containerservice/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-containerservice +DISTVERSION= 4.2.0 + +COMMENT= Microsoft Azure Container Service Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-containerservice/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-containerservice/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580941 +SHA256 (azure-mgmt-containerservice-4.2.0.zip) = 7e6e12b1ec1df6dedb51cac527cfad4a9917907f909563bbd452deb751376bfa +SIZE (azure-mgmt-containerservice-4.2.0.zip) = 94932 Index: www/py-azure-mgmt-cosmosdb/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-cosmosdb/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-cosmosdb +DISTVERSION= 0.4.1 + +COMMENT= Microsoft Azure Cosmos DB Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-cosmosdb/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-cosmosdb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580943 +SHA256 (azure-mgmt-cosmosdb-0.4.1.zip) = a6e70527994d8ce7f4eeca80c7691bc9555adf90819848a9a30284a33b0cffe2 +SIZE (azure-mgmt-cosmosdb-0.4.1.zip) = 109626 Index: www/py-azure-mgmt-datafactory/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-datafactory/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-datafactory +DISTVERSION= 0.6.0 + +COMMENT= Microsoft Azure Data Factory Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-datafactory/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-datafactory/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580948 +SHA256 (azure-mgmt-datafactory-0.6.0.zip) = 6ee02286e9950b9f5b76589459f6d060a962faaab1f49c263a55d011e98b30bf +SIZE (azure-mgmt-datafactory-0.6.0.zip) = 435431 Index: www/py-azure-mgmt-datalake-analytics/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-datalake-analytics/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-datalake-analytics +DISTVERSION= 0.6.0 + +COMMENT= Microsoft Azure Data Lake Analytics Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-datalake-analytics/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-datalake-analytics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580952 +SHA256 (azure-mgmt-datalake-analytics-0.6.0.zip) = 0d64c4689a67d6138eb9ffbaff2eda2bace7d30b846401673183dcb42714de8f +SIZE (azure-mgmt-datalake-analytics-0.6.0.zip) = 309915 Index: www/py-azure-mgmt-datalake-nspkg/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-datalake-nspkg/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-datalake-nspkg +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Data Lake Management Namespace Package [Internal] + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-nspkg>0:www/py-azure-mgmt-nspkg@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-datalake-nspkg/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-datalake-nspkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580954 +SHA256 (azure-mgmt-datalake-nspkg-2.0.0.zip) = 28b8774a1aba3e11c431f9c6cc984fde31a0ecbb89270924f392504f4260ca37 +SIZE (azure-mgmt-datalake-nspkg-2.0.0.zip) = 4761 Index: www/py-azure-mgmt-datalake-store/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-datalake-store/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-datalake-store +DISTVERSION= 0.5.0 + +COMMENT= Microsoft Azure Data Lake Store Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-datalake-store/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-datalake-store/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580955 +SHA256 (azure-mgmt-datalake-store-0.5.0.zip) = 9376d35495661d19f8acc5604f67b0bc59493b1835bbc480f9a1952f90017a4c +SIZE (azure-mgmt-datalake-store-0.5.0.zip) = 101342 Index: www/py-azure-mgmt-datamigration/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-datamigration/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-datamigration +DISTVERSION= 1.0.0 + +COMMENT= Microsoft Azure Data Migration Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-datamigration/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-datamigration/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580957 +SHA256 (azure-mgmt-datamigration-1.0.0.zip) = ea2920475f9e56e660003a06397228243042157d46674f8a09abaf2d0a933aed +SIZE (azure-mgmt-datamigration-1.0.0.zip) = 195116 Index: www/py-azure-mgmt-devspaces/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-devspaces/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-devspaces +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Dev Spaces Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-devspaces/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-devspaces/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580959 +SHA256 (azure-mgmt-devspaces-0.1.0.zip) = 4710dd59fc219ebfa4272dbbad58bf62093b52ce22bfd32a5c0279d2149471b5 +SIZE (azure-mgmt-devspaces-0.1.0.zip) = 40290 Index: www/py-azure-mgmt-devtestlabs/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-devtestlabs/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-devtestlabs +DISTVERSION= 2.2.0 + +COMMENT= Microsoft Azure DevTestLabs Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-devtestlabs/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-devtestlabs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580962 +SHA256 (azure-mgmt-devtestlabs-2.2.0.zip) = d416a6d0883b0d33a63c524db6455ee90a01a72a9d8757653e446bf4d3f69796 +SIZE (azure-mgmt-devtestlabs-2.2.0.zip) = 207202 Index: www/py-azure-mgmt-dns/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-dns/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-dns +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure DNS Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-dns/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-dns/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580964 +SHA256 (azure-mgmt-dns-2.0.0.zip) = fc9cfd44ab534f156fa850a61b37d24204b86731a7f5d363f06c1ae10690aebe +SIZE (azure-mgmt-dns-2.0.0.zip) = 101060 Index: www/py-azure-mgmt-documentdb/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-documentdb/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-documentdb +DISTVERSION= 0.1.3 + +COMMENT= Microsoft Azure DocumentDB Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-documentdb/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-documentdb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580966 +SHA256 (azure-mgmt-documentdb-0.1.3.zip) = 8592869f53f16a01d4bcdeb8d862c5929d97eb3f33892c13a66eb7b8342c4906 +SIZE (azure-mgmt-documentdb-0.1.3.zip) = 35164 Index: www/py-azure-mgmt-eventgrid/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-eventgrid/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-eventgrid +DISTVERSION= 2.0.0rc1 + +COMMENT= Microsoft Azure EventGrid Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-eventgrid/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-eventgrid/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580968 +SHA256 (azure-mgmt-eventgrid-2.0.0rc1.zip) = 5d125980af374d029a639d918c541a4042ceb195db17016ef247cec0d11bf3af +SIZE (azure-mgmt-eventgrid-2.0.0rc1.zip) = 79951 Index: www/py-azure-mgmt-eventhub/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-eventhub/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-eventhub +DISTVERSION= 2.1.0 + +COMMENT= Microsoft Azure EventHub Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-eventhub/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-eventhub/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580970 +SHA256 (azure-mgmt-eventhub-2.1.0.zip) = 6a3a0cc288c5fb40cff2b88f9abdf783b4dbac287ba1ddb05b3b7e668b89426b +SIZE (azure-mgmt-eventhub-2.1.0.zip) = 77048 Index: www/py-azure-mgmt-hanaonazure/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-hanaonazure/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-hanaonazure +DISTVERSION= 0.1.1 + +COMMENT= Microsoft Azure SAP Hana on Azure Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-hanaonazure/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-hanaonazure/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580971 +SHA256 (azure-mgmt-hanaonazure-0.1.1.zip) = aec953c54809d0cc2f61f24d4d62a97f02c466bdc7906fd66f30120becf0c3df +SIZE (azure-mgmt-hanaonazure-0.1.1.zip) = 26952 Index: www/py-azure-mgmt-iotcentral/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-iotcentral/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-iotcentral +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure IoTCentral Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-iotcentral/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-iotcentral/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580973 +SHA256 (azure-mgmt-iotcentral-0.1.0.zip) = 0d2101f3ea8a21ec3b29ee72d83e6ca606a241efec3b042cda8c656ad99b8fd2 +SIZE (azure-mgmt-iotcentral-0.1.0.zip) = 34411 Index: www/py-azure-mgmt-iothub/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-iothub/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-iothub +DISTVERSION= 0.5.0 + +COMMENT= Microsoft Azure IoTHub Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-iothub/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-iothub/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580975 +SHA256 (azure-mgmt-iothub-0.5.0.zip) = 08388142ed6844f0a0e97d2740decf80ffc94f22adca174c15f60b9e2c2d14be +SIZE (azure-mgmt-iothub-0.5.0.zip) = 112088 Index: www/py-azure-mgmt-iothubprovisioningservices/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-iothubprovisioningservices/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-iothubprovisioningservices +DISTVERSION= 0.2.0 + +COMMENT= Microsoft Azure IoTHub Provisioning Services Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-iothubprovisioningservices/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-iothubprovisioningservices/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580977 +SHA256 (azure-mgmt-iothubprovisioningservices-0.2.0.zip) = 8c37acfd1c33aba845f2e0302ef7266cad31cba503cc990a48684659acb7b91d +SIZE (azure-mgmt-iothubprovisioningservices-0.2.0.zip) = 71353 Index: www/py-azure-mgmt-keyvault/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-keyvault/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-keyvault +DISTVERSION= 1.1.0 + +COMMENT= Microsoft Azure Key Vault Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-keyvault/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-keyvault/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580980 +SHA256 (azure-mgmt-keyvault-1.1.0.zip) = 05a15327a922441d2ba32add50a35c7f1b9225727cbdd3eeb98bc656e4684099 +SIZE (azure-mgmt-keyvault-1.1.0.zip) = 122664 Index: www/py-azure-mgmt-loganalytics/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-loganalytics/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-loganalytics +DISTVERSION= 0.2.0 + +COMMENT= Microsoft Azure Log Analytics Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-loganalytics/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-loganalytics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580981 +SHA256 (azure-mgmt-loganalytics-0.2.0.zip) = c7315ff0ee4d618fb38dca68548ef4023a7a20ce00efe27eb2105a5426237d86 +SIZE (azure-mgmt-loganalytics-0.2.0.zip) = 99736 Index: www/py-azure-mgmt-logic/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-logic/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-logic +DISTVERSION= 3.0.0 + +COMMENT= Microsoft Azure Logic Apps Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-logic/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-logic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580990 +SHA256 (azure-mgmt-logic-3.0.0.zip) = d163dfc32e3cfa84f3f8131a75d9e94f5c4595907332cc001e45bf7e4efd5add +SIZE (azure-mgmt-logic-3.0.0.zip) = 314269 Index: www/py-azure-mgmt-machinelearningcompute/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-machinelearningcompute/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-machinelearningcompute +DISTVERSION= 0.4.1 + +COMMENT= Microsoft Azure Machine Learning Compute Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-machinelearningcompute/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-machinelearningcompute/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580992 +SHA256 (azure-mgmt-machinelearningcompute-0.4.1.zip) = 7a52f85591114ef33a599dabbef840d872b7f599b7823e596af9490ec51b873f +SIZE (azure-mgmt-machinelearningcompute-0.4.1.zip) = 46211 Index: www/py-azure-mgmt-managementgroups/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-managementgroups/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-managementgroups +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Management Groups Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-managementgroups/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-managementgroups/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580994 +SHA256 (azure-mgmt-managementgroups-0.1.0.zip) = ff62d982edda634a36160cb1d15a367a9572a5acb419e5e7ad371e8c83bd47c7 +SIZE (azure-mgmt-managementgroups-0.1.0.zip) = 66850 Index: www/py-azure-mgmt-managementpartner/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-managementpartner/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-managementpartner +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure ManagementPartner Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-managementpartner/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-managementpartner/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580995 +SHA256 (azure-mgmt-managementpartner-0.1.0.zip) = 1b0ec9b9d084e331b863cef77f002ede8cbc6214bb56c3c8dd7945d10c7ffc77 +SIZE (azure-mgmt-managementpartner-0.1.0.zip) = 24133 Index: www/py-azure-mgmt-maps/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-maps/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-maps +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Maps Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-maps/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-maps/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580997 +SHA256 (azure-mgmt-maps-0.1.0.zip) = c120e210bb61768da29de24d28b82f8d42ae24e52396eb6569b499709e22f006 +SIZE (azure-mgmt-maps-0.1.0.zip) = 37078 Index: www/py-azure-mgmt-marketplaceordering/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-marketplaceordering/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-marketplaceordering +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Market Place Ordering Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-marketplaceordering/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-marketplaceordering/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534580998 +SHA256 (azure-mgmt-marketplaceordering-0.1.0.zip) = 6da12425cbab0cc62f246e7266b4d67aff6bdd031ecbe50c7542c2f2b2440ad4 +SIZE (azure-mgmt-marketplaceordering-0.1.0.zip) = 26667 Index: www/py-azure-mgmt-media/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-media/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-media +DISTVERSION= 1.0.0rc2 + +COMMENT= Microsoft Azure Media Services Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-media/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-media/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581006 +SHA256 (azure-mgmt-media-1.0.0rc2.zip) = 7be7aec9d2726fec63c1bf276cc127a3696002dca7b8edd53a1aca28a143dbab +SIZE (azure-mgmt-media-1.0.0rc2.zip) = 311910 Index: www/py-azure-mgmt-monitor/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-monitor/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-monitor +DISTVERSION= 0.5.2 + +COMMENT= Microsoft Azure Monitor Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-monitor/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-monitor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581009 +SHA256 (azure-mgmt-monitor-0.5.2.zip) = f1a58d483e3292ba4f7bbf3104573130c9265d6c9262e26b60cbfa950b5601e4 +SIZE (azure-mgmt-monitor-0.5.2.zip) = 258952 Index: www/py-azure-mgmt-msi/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-msi/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-msi +DISTVERSION= 0.2.0 + +COMMENT= Microsoft Azure MSI Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-msi/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-msi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581010 +SHA256 (azure-mgmt-msi-0.2.0.zip) = 8622bc9a164169a0113728ebe7fd43a88189708ce6e10d4507247d6907987167 +SIZE (azure-mgmt-msi-0.2.0.zip) = 24884 Index: www/py-azure-mgmt-network/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-network/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-network +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Network Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-network/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-network/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581020 +SHA256 (azure-mgmt-network-2.0.0.zip) = b0b7629b528f92d0573ad7eebbb744fc56b8286f224cd819938448923c71fd20 +SIZE (azure-mgmt-network-2.0.0.zip) = 6309405 Index: www/py-azure-mgmt-notificationhubs/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-notificationhubs/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-notificationhubs +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Notification Hubs Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-notificationhubs/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-notificationhubs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581022 +SHA256 (azure-mgmt-notificationhubs-2.0.0.zip) = 7c4c7755c28c8301cfa90d6ded9509c30444e5dfc5001b132dca57836930602b +SIZE (azure-mgmt-notificationhubs-2.0.0.zip) = 82324 Index: www/py-azure-mgmt-nspkg/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-nspkg/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-nspkg +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Resource Management Namespace Package [Internal] + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-nspkg>0:www/py-azure-nspkg@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-nspkg/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-nspkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581023 +SHA256 (azure-mgmt-nspkg-2.0.0.zip) = e36488d4f5d7d668ef5cc3e6e86f081448fd60c9bf4e051d06ff7cfc5a653e6f +SIZE (azure-mgmt-nspkg-2.0.0.zip) = 4368 Index: www/py-azure-mgmt-policyinsights/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-policyinsights/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-policyinsights +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Policy Insights Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-policyinsights/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-policyinsights/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581025 +SHA256 (azure-mgmt-policyinsights-0.1.0.zip) = ff94cb12d6e01bf1470c2a6af4ce6960669ab4209106153879ff97addc569ce1 +SIZE (azure-mgmt-policyinsights-0.1.0.zip) = 51128 Index: www/py-azure-mgmt-powerbiembedded/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-powerbiembedded/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-powerbiembedded +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Power BI Embedded Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-powerbiembedded/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-powerbiembedded/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581027 +SHA256 (azure-mgmt-powerbiembedded-2.0.0.zip) = 2f05be73f2a086c579a78fc900e3b2ae14ccde5bcec54e29dfc73e626b377476 +SIZE (azure-mgmt-powerbiembedded-2.0.0.zip) = 47904 Index: www/py-azure-mgmt-rdbms/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-rdbms/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-rdbms +DISTVERSION= 1.2.0 + +COMMENT= Microsoft Azure RDBMS Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-rdbms/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-rdbms/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581029 +SHA256 (azure-mgmt-rdbms-1.2.0.zip) = 6e5abef2fcac1149dda1119443ea26c847e55e8b4c771b7b033f92d1b3140263 +SIZE (azure-mgmt-rdbms-1.2.0.zip) = 169741 Index: www/py-azure-mgmt-recoveryservices/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-recoveryservices/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-recoveryservices +DISTVERSION= 0.3.0 + +COMMENT= Microsoft Azure Recovery Services Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-recoveryservices/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-recoveryservices/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581031 +SHA256 (azure-mgmt-recoveryservices-0.3.0.zip) = e48f7769fb10a85ad857710c2cba47880166f69fe7da6b331771f129b21de95c +SIZE (azure-mgmt-recoveryservices-0.3.0.zip) = 80688 Index: www/py-azure-mgmt-recoveryservicesbackup/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-recoveryservicesbackup/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-recoveryservicesbackup +DISTVERSION= 0.3.0 + +COMMENT= Microsoft Azure Recovery Services Backup Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-recoveryservicesbackup/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-recoveryservicesbackup/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581038 +SHA256 (azure-mgmt-recoveryservicesbackup-0.3.0.zip) = 1e55b6cbb808df83576cef352ba0065f4878fe505299c0a4c5a97f4f1e5793df +SIZE (azure-mgmt-recoveryservicesbackup-0.3.0.zip) = 597247 Index: www/py-azure-mgmt-redis/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-redis/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-redis +DISTVERSION= 5.0.0 + +COMMENT= Microsoft Azure Redis Cache Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-redis/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-redis/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581040 +SHA256 (azure-mgmt-redis-5.0.0.zip) = 374a267b83ec4e71077b8afad537863fb93816c96407595cdd02973235356ded +SIZE (azure-mgmt-redis-5.0.0.zip) = 54142 Index: www/py-azure-mgmt-relay/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-relay/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-relay +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure Relay Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-relay/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-relay/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581042 +SHA256 (azure-mgmt-relay-0.1.0.zip) = d9f987cf2998b8a354f331b2a71082c049193f1e1cd345812e14b9b821365acb +SIZE (azure-mgmt-relay-0.1.0.zip) = 46677 Index: www/py-azure-mgmt-reservations/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-reservations/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-reservations +DISTVERSION= 0.2.1 + +COMMENT= Microsoft Azure Reservations Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-reservations/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-reservations/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581044 +SHA256 (azure-mgmt-reservations-0.2.1.zip) = 40618a3700c47a788182649f238d985edf15b08b6577ea27557e70e2866ac171 +SIZE (azure-mgmt-reservations-0.2.1.zip) = 57945 Index: www/py-azure-mgmt-resource/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-resource/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-resource +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Resource Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-resource/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-resource/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581049 +SHA256 (azure-mgmt-resource-2.0.0.zip) = 2e83289369be88d0f06792118db5a7d4ed7150f956aaae64c528808da5518d7f +SIZE (azure-mgmt-resource-2.0.0.zip) = 725032 Index: www/py-azure-mgmt-scheduler/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-scheduler/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-scheduler +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Scheduler Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-scheduler/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-scheduler/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581051 +SHA256 (azure-mgmt-scheduler-2.0.0.zip) = c6e6edd386ddc4c21d54b1497c3397b970bc127b71809b51bd2391cb1f3d1a14 +SIZE (azure-mgmt-scheduler-2.0.0.zip) = 77300 Index: www/py-azure-mgmt-search/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-search/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-search +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Search Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-search/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-search/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581053 +SHA256 (azure-mgmt-search-2.0.0.zip) = 0ec5de861bd786bcb8691322feed6e6caa8d2f0806a50dc0ca5d640591926893 +SIZE (azure-mgmt-search-2.0.0.zip) = 47304 Index: www/py-azure-mgmt-servermanager/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-servermanager/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-servermanager +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Server Manager Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-servermanager/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-servermanager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581054 +SHA256 (azure-mgmt-servermanager-2.0.0.zip) = 44558dc6a266d4059f1396765848d671e6fa2f48d37754dbea0cb6eadefe9559 +SIZE (azure-mgmt-servermanager-2.0.0.zip) = 73128 Index: www/py-azure-mgmt-servicebus/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-servicebus/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-servicebus +DISTVERSION= 0.5.1 + +COMMENT= Microsoft Azure Service Bus Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-servicebus/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-servicebus/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581057 +SHA256 (azure-mgmt-servicebus-0.5.1.zip) = 7977e9118206c7740e00b5e37c697b195125cbaedca19a54ed4bdb79ec4b988d +SIZE (azure-mgmt-servicebus-0.5.1.zip) = 121952 Index: www/py-azure-mgmt-servicefabric/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-servicefabric/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-servicefabric +DISTVERSION= 0.2.0 + +COMMENT= Microsoft Azure Service Fabric Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-servicefabric/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-servicefabric/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581059 +SHA256 (azure-mgmt-servicefabric-0.2.0.zip) = b2bf2279b8ff8450c35e78e226231655021482fdbda27db09975ebfc983398ad +SIZE (azure-mgmt-servicefabric-0.2.0.zip) = 151305 Index: www/py-azure-mgmt-signalr/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-signalr/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-signalr +DISTVERSION= 0.1.0 + +COMMENT= Microsoft Azure SignalR Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-signalr/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-signalr/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581061 +SHA256 (azure-mgmt-signalr-0.1.0.zip) = c7db8bbfb7423305433ca4764ea66c4ff98ea92e7cba2da5bf367fb6d44532a5 +SIZE (azure-mgmt-signalr-0.1.0.zip) = 47343 Index: www/py-azure-mgmt-sql/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-sql/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-sql +DISTVERSION= 0.9.1 + +COMMENT= Microsoft Azure SQL Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-sql/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-sql/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581064 +SHA256 (azure-mgmt-sql-0.9.1.zip) = 5da488a56d5265757b45747cf5fd22413eb089e606658d6e6d84fe3e9b07e4fa +SIZE (azure-mgmt-sql-0.9.1.zip) = 500465 Index: www/py-azure-mgmt-storage/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-storage/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-storage +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Storage Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-storage/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-storage/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581072 +SHA256 (azure-mgmt-storage-2.0.0.zip) = 512a29798833453f8c32a5b6d038a459649bbb5b9970ac23c982b5787057fa2b +SIZE (azure-mgmt-storage-2.0.0.zip) = 577882 Index: www/py-azure-mgmt-subscription/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-subscription/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-subscription +DISTVERSION= 0.2.0 + +COMMENT= Microsoft Azure Subscription Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-subscription/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-subscription/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581074 +SHA256 (azure-mgmt-subscription-0.2.0.zip) = 309b23f0de65f26da80c801e913b0c3b2aea8b90ba583d919f81fe6f329d3f1b +SIZE (azure-mgmt-subscription-0.2.0.zip) = 50651 Index: www/py-azure-mgmt-trafficmanager/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-trafficmanager/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-trafficmanager +DISTVERSION= 0.50.0 + +COMMENT= Microsoft Azure Traffic Manager Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-trafficmanager/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-trafficmanager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581076 +SHA256 (azure-mgmt-trafficmanager-0.50.0.zip) = 126167eaa82b443b5b71394050ec292f45074701232bdbdda71f636e9b46516b +SIZE (azure-mgmt-trafficmanager-0.50.0.zip) = 62646 Index: www/py-azure-mgmt-web/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt-web/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-web +DISTVERSION= 0.35.0 + +COMMENT= Microsoft Azure Web Apps Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>0:net-mgmt/py-msrestazure@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt-web/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt-web/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581080 +SHA256 (azure-mgmt-web-0.35.0.zip) = 8ea0794eef22a257773c13269b94855ab79d36c342ad15a98135403c9785cc0a +SIZE (azure-mgmt-web-0.35.0.zip) = 370523 Index: www/py-azure-mgmt/Makefile =================================================================== --- /dev/null +++ www/py-azure-mgmt/Makefile @@ -0,0 +1,71 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt +DISTVERSION= 4.0.0 + +COMMENT= Microsoft Azure Resource Management Client Libraries for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-advisor>0:www/py-azure-mgmt-advisor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-applicationinsights>0:www/py-azure-mgmt-applicationinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>0:www/py-azure-mgmt-authorization@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batch>0:www/py-azure-mgmt-batch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batchai>0:www/py-azure-mgmt-batchai@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-billing>0:www/py-azure-mgmt-billing@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cdn>0:www/py-azure-mgmt-cdn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cognitiveservices>0:www/py-azure-mgmt-cognitiveservices@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-commerce>0:www/py-azure-mgmt-commerce@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>0:www/py-azure-mgmt-compute@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-consumption>0:www/py-azure-mgmt-consumption@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerinstance>0:www/py-azure-mgmt-containerinstance@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>0:www/py-azure-mgmt-containerregistry@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>0:www/py-azure-mgmt-containerservice@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>0:www/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datafactory>0:www/py-azure-mgmt-datafactory@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-analytics>0:www/py-azure-mgmt-datalake-analytics@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>0:www/py-azure-mgmt-datalake-store@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datamigration>0:www/py-azure-mgmt-datamigration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-devspaces>0:www/py-azure-mgmt-devspaces@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-devtestlabs>0:www/py-azure-mgmt-devtestlabs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-dns>0:www/py-azure-mgmt-dns@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventgrid>0:www/py-azure-mgmt-eventgrid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>0:www/py-azure-mgmt-eventhub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hanaonazure>0:www/py-azure-mgmt-hanaonazure@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iotcentral>0:www/py-azure-mgmt-iotcentral@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>0:www/py-azure-mgmt-iothub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothubprovisioningservices>0:www/py-azure-mgmt-iothubprovisioningservices@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>0:www/py-azure-mgmt-keyvault@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-loganalytics>0:www/py-azure-mgmt-loganalytics@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-logic>0:www/py-azure-mgmt-logic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-machinelearningcompute>0:www/py-azure-mgmt-machinelearningcompute@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-managementgroups>0:www/py-azure-mgmt-managementgroups@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-managementpartner>0:www/py-azure-mgmt-managementpartner@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-maps>0:www/py-azure-mgmt-maps@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-marketplaceordering>0:www/py-azure-mgmt-marketplaceordering@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-media>0:www/py-azure-mgmt-media@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>0:www/py-azure-mgmt-monitor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-msi>0:www/py-azure-mgmt-msi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>0:www/py-azure-mgmt-network@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-notificationhubs>0:www/py-azure-mgmt-notificationhubs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>0:www/py-azure-mgmt-policyinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-powerbiembedded>0:www/py-azure-mgmt-powerbiembedded@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>0:www/py-azure-mgmt-rdbms@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservices>0:www/py-azure-mgmt-recoveryservices@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservicesbackup>0:www/py-azure-mgmt-recoveryservicesbackup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redis>0:www/py-azure-mgmt-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-relay>0:www/py-azure-mgmt-relay@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-reservations>0:www/py-azure-mgmt-reservations@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>0:www/py-azure-mgmt-resource@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-scheduler>0:www/py-azure-mgmt-scheduler@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>0:www/py-azure-mgmt-search@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>0:www/py-azure-mgmt-servicebus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabric>0:www/py-azure-mgmt-servicefabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>0:www/py-azure-mgmt-signalr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>0:www/py-azure-mgmt-sql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>0:www/py-azure-mgmt-storage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-subscription>0:www/py-azure-mgmt-subscription@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>0:www/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>0:www/py-azure-mgmt-web@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-mgmt/distinfo =================================================================== --- /dev/null +++ www/py-azure-mgmt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581082 +SHA256 (azure-mgmt-4.0.0.zip) = 8dcbee7b323c3898ae92f5e2d88c3e6201f197ae48a712970929c4646cc2580a +SIZE (azure-mgmt-4.0.0.zip) = 8195 Index: www/py-azure-nspkg/Makefile =================================================================== --- /dev/null +++ www/py-azure-nspkg/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PORTNAME= azure-nspkg +DISTVERSION= 2.0.0 + +COMMENT= Microsoft Azure Namespace Package [Internal] + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-nspkg/distinfo =================================================================== --- /dev/null +++ www/py-azure-nspkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581084 +SHA256 (azure-nspkg-2.0.0.zip) = fe19ee5d8c66ee8ef62557fc7310f59cffb7230f0a94701eef79f6e3191fdc7b +SIZE (azure-nspkg-2.0.0.zip) = 3708 Index: www/py-azure-servicebus/Makefile =================================================================== --- /dev/null +++ www/py-azure-servicebus/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-servicebus +DISTVERSION= 0.21.1 + +COMMENT= Microsoft Azure Service Bus Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-servicebus/distinfo =================================================================== --- /dev/null +++ www/py-azure-servicebus/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581085 +SHA256 (azure-servicebus-0.21.1.zip) = bb6a27afc8f1ea9ab46ff2371069243d45000d351d9b64e450b63d52409b934d +SIZE (azure-servicebus-0.21.1.zip) = 48461 Index: www/py-azure-servicefabric/Makefile =================================================================== --- /dev/null +++ www/py-azure-servicefabric/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= azure-servicefabric +DISTVERSION= 6.3.0.0 + +COMMENT= Microsoft Azure Service Fabric Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-servicefabric/distinfo =================================================================== --- /dev/null +++ www/py-azure-servicefabric/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581089 +SHA256 (azure-servicefabric-6.3.0.0.zip) = c82575cbdf95cc897c3230ea889d4e751d8760a2223857fe6fbeeea5b802e5e2 +SIZE (azure-servicefabric-6.3.0.0.zip) = 1107324 Index: www/py-azure-servicemanagement-legacy/Makefile =================================================================== --- /dev/null +++ www/py-azure-servicemanagement-legacy/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= azure-servicemanagement-legacy +DISTVERSION= 0.20.6 + +COMMENT= Microsoft Azure Legacy Service Management Client Library for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure-servicemanagement-legacy/distinfo =================================================================== --- /dev/null +++ www/py-azure-servicemanagement-legacy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581240 +SHA256 (azure-servicemanagement-legacy-0.20.6.zip) = c883ff8fa3d4f4cb7b9344e8cb7d92a9feca2aa5efd596237aeea89e5c10981d +SIZE (azure-servicemanagement-legacy-0.20.6.zip) = 91805 Index: www/py-azure/Makefile =================================================================== --- /dev/null +++ www/py-azure/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= azure +DISTVERSION= 4.0.0 + +COMMENT= Microsoft Azure Client Libraries for Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-applicationinsights>0:www/py-azure-applicationinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-batch>0:www/py-azure-batch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-eventgrid>0:www/py-azure-eventgrid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-graphrbac>0:www/py-azure-graphrbac@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault>0:www/py-azure-keyvault@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-loganalytics>0:www/py-azure-loganalytics@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt>0:www/py-azure-mgmt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-servicebus>0:www/py-azure-servicebus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-servicefabric>0:www/py-azure-servicefabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-servicemanagement-legacy>0:www/py-azure-servicemanagement-legacy@${PY_FLAVOR} + +MASTERDIR= ${.CURDIR}/../py-azure + +.include "${MASTERDIR}/azure.mk" Index: www/py-azure/azure.mk =================================================================== --- /dev/null +++ www/py-azure/azure.mk @@ -0,0 +1,47 @@ +# $FreeBSD$ + +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +CATEGORIES= www python +MASTER_SITES= CHEESESHOP + +MAINTAINER= dbn@FreeBSD.org +COMMENT= Microsoft Azure SDK for Python + +LICENSE= MIT + +USES= python zip +USE_PYTHON= autoplist distutils + +DISTINFO_FILE= ${.CURDIR}/distinfo +NO_ARCH= yes + +AZURE_PATHS= azure \ + azure/cognitiveservices \ + azure/cognitiveservices/language \ + azure/cognitiveservices/search \ + azure/cognitiveservices/vision \ + azure/mgmt \ + azure/mgmt/datalake + +.if ${PORTNAME} == azure-common +post-extract: +. for path in ${AZURE_PATHS} + ${MKDIR} ${WRKSRC}/${path} + ${ECHO} "__import__('pkg_resources').declare_namespace(__name__)" > ${WRKSRC}/${path}/__init__.py +. endfor + +post-patch: + ${REINPLACE_CMD} "s|packages=\[|packages=[${AZURE_PATHS:[2..-1]:C/(.*)/'\1',/g}|" ${WRKSRC}/setup.py +.endif + +.if ${PORTNAME} != azure-common +post-install: +. for path in ${AZURE_PATHS} + ${RM} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${path}/__init__.py* \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${path}/__pycache__/__init__.py* + ${REINPLACE_CMD} -e '/\/${path:S|/|\/|g}\/__init__.py/d' \ + -e '/\/${patj:S|/|\/|g}\/__pycache__\/__init.py/d' ${_PYTHONPKGLIST} +. endfor +.endif + +.include Index: www/py-azure/distinfo =================================================================== --- /dev/null +++ www/py-azure/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1534581124 +SHA256 (azure-4.0.0.zip) = 7d6afa332fccffe1a9390bcfac5122317eec657c6029f144d794603a81cd0e50 +SIZE (azure-4.0.0.zip) = 5864 Index: www/py-azure/pkg-descr =================================================================== --- /dev/null +++ www/py-azure/pkg-descr @@ -0,0 +1,23 @@ +The Azure librares for Python let you use Azure services and manage Azure +resources from your application code. These libraries make it easier to +access Management (Virtual Machines, ...) or Runtime (ServiceBus using HTTP, +Batch, Monitor) components of Microsoft Azure. + +The following is a list of components available under the Azure umbrella: + - azure-applicationinsights + - azure-batch + - azure-cosmosb-table + - azure-datalake-store + - azure-eventgrid + - azure-graphrbac + - azure-keyvault + - azure-loganalytics + - azure-mgmt + - azure-servicebus + - azure-servicefabric + - azure-servicemanagement-legacy + - azure-storage-blob + - azure-storage-queue + - azure-storage-file + +WWW: https://github.com/Azure/azure-sdk-for-python