Add py-azure-cli: Microsoft Azure Command-Line Tools
It also adds all azure-cli libraries, modules and commands. The Azure CLI is a command-line tool providing a great experience for managing Azure resources. The CLI is designed to make scripting easy, query data, support long-running operations, and more. Try it today and find out what the CLI has to offer! WWW: https://pypi.org/project/azure-cli/ WWW: https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest
This commit is contained in:
parent
4db9af1d34
commit
cca9328bc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491291
@ -4332,6 +4332,63 @@
|
||||
SUBDIR += py-attrs
|
||||
SUBDIR += py-automaton
|
||||
SUBDIR += py-avro
|
||||
SUBDIR += py-azure-batch
|
||||
SUBDIR += py-azure-datalake-store
|
||||
SUBDIR += py-azure-graphrbac
|
||||
SUBDIR += py-azure-keyvault
|
||||
SUBDIR += py-azure-mgmt-advisor
|
||||
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-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-datalake-analytics
|
||||
SUBDIR += py-azure-mgmt-datalake-store
|
||||
SUBDIR += py-azure-mgmt-datamigration
|
||||
SUBDIR += py-azure-mgmt-devtestlabs
|
||||
SUBDIR += py-azure-mgmt-dns
|
||||
SUBDIR += py-azure-mgmt-eventgrid
|
||||
SUBDIR += py-azure-mgmt-eventhub
|
||||
SUBDIR += py-azure-mgmt-hdinsight
|
||||
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-managementgroups
|
||||
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-policyinsights
|
||||
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-search
|
||||
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-trafficmanager
|
||||
SUBDIR += py-azure-mgmt-web
|
||||
SUBDIR += py-azure-multiapi-storage
|
||||
SUBDIR += py-azure-storage-blob
|
||||
SUBDIR += py-azure-storage-common
|
||||
SUBDIR += py-babel
|
||||
SUBDIR += py-babelfish
|
||||
SUBDIR += py-backcall
|
||||
@ -4877,6 +4934,7 @@
|
||||
SUBDIR += py-pydevd
|
||||
SUBDIR += py-pydispatcher
|
||||
SUBDIR += py-pydocstyle
|
||||
SUBDIR += py-pydocumentdb
|
||||
SUBDIR += py-pydoop
|
||||
SUBDIR += py-pydrive
|
||||
SUBDIR += py-pyechonest
|
||||
|
23
devel/py-azure-batch/Makefile
Normal file
23
devel/py-azure-batch/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-batch
|
||||
PORTVERSION= 6.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Batch Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-batch/distinfo
Normal file
3
devel/py-azure-batch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545952332
|
||||
SHA256 (azure-batch-6.0.0.zip) = 38a1a20a25a04c26f5bbe65f47e0c456d87ec4b6109bad2c97e10de9f48ecb38
|
||||
SIZE (azure-batch-6.0.0.zip) = 226823
|
12
devel/py-azure-batch/pkg-descr
Normal file
12
devel/py-azure-batch/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
This is the Microsoft Azure Batch Client Library.
|
||||
|
||||
Batch processing began with mainframe computers and punch cards. Today, it still
|
||||
plays a central role in business, engineering, science, and other areas that
|
||||
require running lots of automated tasks—processing bills and payroll,
|
||||
calculating portfolio risk, designing new products, rendering animated films,
|
||||
testing software, searching for energy, predicting the weather, and finding new
|
||||
cures for disease. Previously, few people had access to the computing power for
|
||||
these scenarios. With Azure Batch, that power is available to you when you need
|
||||
it, without any capital investment.
|
||||
|
||||
WWW: https://pypi.org/project/azure-batch/
|
30
devel/py-azure-datalake-store/Makefile
Normal file
30
devel/py-azure-datalake-store/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-datalake-store
|
||||
PORTVERSION= 0.0.39
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Data Lake Store Filesystem Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adal>=0.4.2:net-mgmt/py-adal@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \
|
||||
${PY_FUTURES}
|
||||
|
||||
USES= azurepy python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3400
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/py-azure-datalake-store/distinfo
Normal file
3
devel/py-azure-datalake-store/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545685260
|
||||
SHA256 (azure-datalake-store-0.0.39.tar.gz) = fd1ca3384808ac806470c26c98bc2346c1784d5b281fac4ea468ba018269ee3a
|
||||
SIZE (azure-datalake-store-0.0.39.tar.gz) = 55756
|
12
devel/py-azure-datalake-store/pkg-descr
Normal file
12
devel/py-azure-datalake-store/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
This project is the Python filesystem library for Azure Data Lake Store.
|
||||
|
||||
Azure Data Lake Storage Gen2 is a highly scalable and cost-effective data lake
|
||||
solution for big data analytics. It combines the power of a high-performance
|
||||
file system with massive scale and economy to help you speed your time to
|
||||
insight. Data Lake Storage Gen2 extends Azure Blob Storage capabilities and is
|
||||
optimized for analytics workloads. Store data once and access it via existing
|
||||
Blob Storage and HDFS-compliant file system interfaces with no programming
|
||||
changes or data copying. Data Lake Storage Gen2 is the most comprehensive data
|
||||
lake available.
|
||||
|
||||
WWW: https://pypi.org/project/azure-datalake-store/
|
23
devel/py-azure-graphrbac/Makefile
Normal file
23
devel/py-azure-graphrbac/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-graphrbac
|
||||
PORTVERSION= 0.53.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Graph RBAC Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-graphrbac/distinfo
Normal file
3
devel/py-azure-graphrbac/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545595382
|
||||
SHA256 (azure-graphrbac-0.53.0.zip) = 970c11f2cfa42c3e52d9768a92295cb0812dfbaa35401a2c5d1f5cbf6a42ae6f
|
||||
SIZE (azure-graphrbac-0.53.0.zip) = 118429
|
3
devel/py-azure-graphrbac/pkg-descr
Normal file
3
devel/py-azure-graphrbac/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is the Microsoft Azure Graph RBAC Client Library.
|
||||
|
||||
WWW: https://pypi.org/project/azure-graphrbac/
|
25
devel/py-azure-keyvault/Makefile
Normal file
25
devel/py-azure-keyvault/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-keyvault
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Key Vault Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-keyvault/distinfo
Normal file
3
devel/py-azure-keyvault/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544279239
|
||||
SHA256 (azure-keyvault-1.1.0.zip) = 37a8e5f376eb5a304fcd066d414b5d93b987e68f9212b0c41efa37d429aadd49
|
||||
SIZE (azure-keyvault-1.1.0.zip) = 363909
|
6
devel/py-azure-keyvault/pkg-descr
Normal file
6
devel/py-azure-keyvault/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Key Vault Client Library.
|
||||
|
||||
Use the Azure Key Vault management libraries to create key vaults, authorize
|
||||
applications, and manage permissions.
|
||||
|
||||
WWW: https://pypi.org/project/azure-keyvault/
|
23
devel/py-azure-mgmt-advisor/Makefile
Normal file
23
devel/py-azure-mgmt-advisor/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-advisor
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Advisor Client Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-advisor/distinfo
Normal file
3
devel/py-azure-mgmt-advisor/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1546105470
|
||||
SHA256 (azure-mgmt-advisor-2.0.1.zip) = 1929d6d5ba49d055fdc806e981b93cf75ea42ba35f78222aaf42d8dcf29d4ef3
|
||||
SIZE (azure-mgmt-advisor-2.0.1.zip) = 41572
|
6
devel/py-azure-mgmt-advisor/pkg-descr
Normal file
6
devel/py-azure-mgmt-advisor/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Advisor Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-advisor/
|
23
devel/py-azure-mgmt-authorization/Makefile
Normal file
23
devel/py-azure-mgmt-authorization/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-authorization
|
||||
PORTVERSION= 0.51.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Authorization Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-authorization/distinfo
Normal file
3
devel/py-azure-mgmt-authorization/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544278307
|
||||
SHA256 (azure-mgmt-authorization-0.51.1.zip) = d2789e21c6b85591b38d5d4e9b835b6546824c14e14aaa366da0ef50a95d2478
|
||||
SIZE (azure-mgmt-authorization-0.51.1.zip) = 120356
|
6
devel/py-azure-mgmt-authorization/pkg-descr
Normal file
6
devel/py-azure-mgmt-authorization/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Authorization Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-authorization/
|
22
devel/py-azure-mgmt-batch/Makefile
Normal file
22
devel/py-azure-mgmt-batch/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-batch
|
||||
PORTVERSION= 5.0.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Batch Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-batch/distinfo
Normal file
3
devel/py-azure-mgmt-batch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545952004
|
||||
SHA256 (azure-mgmt-batch-5.0.1.zip) = 6e375ecdd5966ee9ee45b29c90a806388c27ceacc2cbd6dd406ff311b5d7da72
|
||||
SIZE (azure-mgmt-batch-5.0.1.zip) = 94620
|
6
devel/py-azure-mgmt-batch/pkg-descr
Normal file
6
devel/py-azure-mgmt-batch/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Batch Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-batch/
|
22
devel/py-azure-mgmt-batchai/Makefile
Normal file
22
devel/py-azure-mgmt-batchai/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-batchai
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Batch AI Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-batchai/distinfo
Normal file
3
devel/py-azure-mgmt-batchai/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545948894
|
||||
SHA256 (azure-mgmt-batchai-2.0.0.zip) = f1870b0f97d5001cdb66208e5a236c9717a0ed18b34dbfdb238a828f3ca2a683
|
||||
SIZE (azure-mgmt-batchai-2.0.0.zip) = 185352
|
6
devel/py-azure-mgmt-batchai/pkg-descr
Normal file
6
devel/py-azure-mgmt-batchai/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Batch AI Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-batchai/
|
22
devel/py-azure-mgmt-billing/Makefile
Normal file
22
devel/py-azure-mgmt-billing/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-billing
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Billing Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-billing/distinfo
Normal file
3
devel/py-azure-mgmt-billing/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545948524
|
||||
SHA256 (azure-mgmt-billing-0.2.0.zip) = 85f73bb3808a7d0d2543307e8f41e5b90a170ad6eeedd54fe7fcaac61b5b22d2
|
||||
SIZE (azure-mgmt-billing-0.2.0.zip) = 35308
|
6
devel/py-azure-mgmt-billing/pkg-descr
Normal file
6
devel/py-azure-mgmt-billing/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Billing Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-billing/
|
23
devel/py-azure-mgmt-botservice/Makefile
Normal file
23
devel/py-azure-mgmt-botservice/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-botservice
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Bot Service Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-botservice/distinfo
Normal file
3
devel/py-azure-mgmt-botservice/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545947224
|
||||
SHA256 (azure-mgmt-botservice-0.1.0.zip) = 592ea3828858841d470109b7eebd68627ead16a9cde1db8114ecaf3b76b56084
|
||||
SIZE (azure-mgmt-botservice-0.1.0.zip) = 104729
|
6
devel/py-azure-mgmt-botservice/pkg-descr
Normal file
6
devel/py-azure-mgmt-botservice/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Bot Service Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-botservice/
|
22
devel/py-azure-mgmt-cdn/Makefile
Normal file
22
devel/py-azure-mgmt-cdn/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-cdn
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure CDN Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-cdn/distinfo
Normal file
3
devel/py-azure-mgmt-cdn/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545946895
|
||||
SHA256 (azure-mgmt-cdn-3.0.0.zip) = 069774eb4b59b76ff9bd01708be0c8f9254ed40237b48368c3bb173f298755dd
|
||||
SIZE (azure-mgmt-cdn-3.0.0.zip) = 117594
|
6
devel/py-azure-mgmt-cdn/pkg-descr
Normal file
6
devel/py-azure-mgmt-cdn/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure CDN Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-cdn/
|
22
devel/py-azure-mgmt-cognitiveservices/Makefile
Normal file
22
devel/py-azure-mgmt-cognitiveservices/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-cognitiveservices
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Cognitive Services Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-cognitiveservices/distinfo
Normal file
3
devel/py-azure-mgmt-cognitiveservices/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545946374
|
||||
SHA256 (azure-mgmt-cognitiveservices-3.0.0.zip) = c3247f2786b996a5f328ebdaf65d31507571979e004de7a5ed0ff280f95d80b4
|
||||
SIZE (azure-mgmt-cognitiveservices-3.0.0.zip) = 68467
|
6
devel/py-azure-mgmt-cognitiveservices/pkg-descr
Normal file
6
devel/py-azure-mgmt-cognitiveservices/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Cognitive Services Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-cognitiveservices/
|
23
devel/py-azure-mgmt-compute/Makefile
Normal file
23
devel/py-azure-mgmt-compute/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-compute
|
||||
PORTVERSION= 4.3.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Compute Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-compute/distinfo
Normal file
3
devel/py-azure-mgmt-compute/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544278836
|
||||
SHA256 (azure-mgmt-compute-4.3.1.zip) = 5b0c2390af3e29d910e3d6e7a72b0be59d6e15933740dd193129217c000e4fed
|
||||
SIZE (azure-mgmt-compute-4.3.1.zip) = 2552116
|
6
devel/py-azure-mgmt-compute/pkg-descr
Normal file
6
devel/py-azure-mgmt-compute/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Compute Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-compute/
|
22
devel/py-azure-mgmt-consumption/Makefile
Normal file
22
devel/py-azure-mgmt-consumption/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-consumption
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Consumption Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-consumption/distinfo
Normal file
3
devel/py-azure-mgmt-consumption/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545690059
|
||||
SHA256 (azure-mgmt-consumption-2.0.0.zip) = 9a85a89f30f224d261749be20b4616a0eb8948586f7f0f20573b8ea32f265189
|
||||
SIZE (azure-mgmt-consumption-2.0.0.zip) = 56975
|
6
devel/py-azure-mgmt-consumption/pkg-descr
Normal file
6
devel/py-azure-mgmt-consumption/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Consumption Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-consumption/
|
23
devel/py-azure-mgmt-containerinstance/Makefile
Normal file
23
devel/py-azure-mgmt-containerinstance/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-containerinstance
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Container Instance Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-containerinstance/distinfo
Normal file
3
devel/py-azure-mgmt-containerinstance/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545689461
|
||||
SHA256 (azure-mgmt-containerinstance-1.4.0.zip) = 274a9def808407fafe123aa8e9bc1c838a48af2de56419598db7a8b8901086e3
|
||||
SIZE (azure-mgmt-containerinstance-1.4.0.zip) = 98366
|
6
devel/py-azure-mgmt-containerinstance/pkg-descr
Normal file
6
devel/py-azure-mgmt-containerinstance/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Container Instance Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-containerinstance/
|
23
devel/py-azure-mgmt-containerregistry/Makefile
Normal file
23
devel/py-azure-mgmt-containerregistry/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-containerregistry
|
||||
PORTVERSION= 2.5.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Container Registry Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-containerregistry/distinfo
Normal file
3
devel/py-azure-mgmt-containerregistry/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1546103479
|
||||
SHA256 (azure-mgmt-containerregistry-2.5.0.zip) = 09f1554da5a86f645fe816620223f93000bcbc5cbfb92e210077e3c5cdaf0b95
|
||||
SIZE (azure-mgmt-containerregistry-2.5.0.zip) = 520510
|
6
devel/py-azure-mgmt-containerregistry/pkg-descr
Normal file
6
devel/py-azure-mgmt-containerregistry/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Container Registry Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-containerregistry/
|
23
devel/py-azure-mgmt-containerservice/Makefile
Normal file
23
devel/py-azure-mgmt-containerservice/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-containerservice
|
||||
PORTVERSION= 4.3.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Container Service Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-containerservice/distinfo
Normal file
3
devel/py-azure-mgmt-containerservice/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1546106233
|
||||
SHA256 (azure-mgmt-containerservice-4.3.0.zip) = c8b8dfe8a2bfeac5d19dd6e32251a306741c50b4b167ca765dc83ea13a06dd48
|
||||
SIZE (azure-mgmt-containerservice-4.3.0.zip) = 221197
|
6
devel/py-azure-mgmt-containerservice/pkg-descr
Normal file
6
devel/py-azure-mgmt-containerservice/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Container Service Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-containerservice/
|
23
devel/py-azure-mgmt-cosmosdb/Makefile
Normal file
23
devel/py-azure-mgmt-cosmosdb/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-cosmosdb
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Cosmos DB Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-cosmosdb/distinfo
Normal file
3
devel/py-azure-mgmt-cosmosdb/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545688820
|
||||
SHA256 (azure-mgmt-cosmosdb-0.5.2.zip) = 1a7fefbd45262a7384a013fa4c29ea030365b08ead5e08a7148d2a32276cb2c3
|
||||
SIZE (azure-mgmt-cosmosdb-0.5.2.zip) = 109898
|
6
devel/py-azure-mgmt-cosmosdb/pkg-descr
Normal file
6
devel/py-azure-mgmt-cosmosdb/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Cosmos DB Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-cosmosdb/
|
22
devel/py-azure-mgmt-datalake-analytics/Makefile
Normal file
22
devel/py-azure-mgmt-datalake-analytics/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-datalake-analytics
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Data Lake Analytics Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-datalake-analytics/distinfo
Normal file
3
devel/py-azure-mgmt-datalake-analytics/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545686205
|
||||
SHA256 (azure-mgmt-datalake-analytics-0.6.0.zip) = 0d64c4689a67d6138eb9ffbaff2eda2bace7d30b846401673183dcb42714de8f
|
||||
SIZE (azure-mgmt-datalake-analytics-0.6.0.zip) = 309915
|
6
devel/py-azure-mgmt-datalake-analytics/pkg-descr
Normal file
6
devel/py-azure-mgmt-datalake-analytics/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Data Lake Analytics Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-datalake-analytics/
|
22
devel/py-azure-mgmt-datalake-store/Makefile
Normal file
22
devel/py-azure-mgmt-datalake-store/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-datalake-store
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Data Lake Store Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-datalake-store/distinfo
Normal file
3
devel/py-azure-mgmt-datalake-store/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545684975
|
||||
SHA256 (azure-mgmt-datalake-store-0.5.0.zip) = 9376d35495661d19f8acc5604f67b0bc59493b1835bbc480f9a1952f90017a4c
|
||||
SIZE (azure-mgmt-datalake-store-0.5.0.zip) = 101342
|
6
devel/py-azure-mgmt-datalake-store/pkg-descr
Normal file
6
devel/py-azure-mgmt-datalake-store/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Data Lake Store Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-datalake-store/
|
23
devel/py-azure-mgmt-datamigration/Makefile
Normal file
23
devel/py-azure-mgmt-datamigration/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-datamigration
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Data Migration Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-datamigration/distinfo
Normal file
3
devel/py-azure-mgmt-datamigration/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545609460
|
||||
SHA256 (azure-mgmt-datamigration-2.1.0.zip) = 49e6e68093e2d647c1c54a4027dee5b1d57f7e7c21480ae386c55cb3d5fa14bc
|
||||
SIZE (azure-mgmt-datamigration-2.1.0.zip) = 458429
|
6
devel/py-azure-mgmt-datamigration/pkg-descr
Normal file
6
devel/py-azure-mgmt-datamigration/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Data Migration Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-datamigration/
|
22
devel/py-azure-mgmt-devtestlabs/Makefile
Normal file
22
devel/py-azure-mgmt-devtestlabs/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-devtestlabs
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure DevTestLabs Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-devtestlabs/distinfo
Normal file
3
devel/py-azure-mgmt-devtestlabs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545601890
|
||||
SHA256 (azure-mgmt-devtestlabs-2.2.0.zip) = d416a6d0883b0d33a63c524db6455ee90a01a72a9d8757653e446bf4d3f69796
|
||||
SIZE (azure-mgmt-devtestlabs-2.2.0.zip) = 207202
|
6
devel/py-azure-mgmt-devtestlabs/pkg-descr
Normal file
6
devel/py-azure-mgmt-devtestlabs/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure DevTestLabs Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-devtestlabs/
|
23
devel/py-azure-mgmt-dns/Makefile
Normal file
23
devel/py-azure-mgmt-dns/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-dns
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure DNS Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-dns/distinfo
Normal file
3
devel/py-azure-mgmt-dns/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545601099
|
||||
SHA256 (azure-mgmt-dns-2.1.0.zip) = 3730b1b3f545a5aa43c0fff07418b362a789eb7d81286e2bed90ffef88bfa5d0
|
||||
SIZE (azure-mgmt-dns-2.1.0.zip) = 145766
|
6
devel/py-azure-mgmt-dns/pkg-descr
Normal file
6
devel/py-azure-mgmt-dns/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure DNS Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-dns/
|
22
devel/py-azure-mgmt-eventgrid/Makefile
Normal file
22
devel/py-azure-mgmt-eventgrid/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-eventgrid
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure EventGrid Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-eventgrid/distinfo
Normal file
3
devel/py-azure-mgmt-eventgrid/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545608972
|
||||
SHA256 (azure-mgmt-eventgrid-1.0.0.zip) = 824503b668137affa5b3782c6348c0bb6ab012c72fe47a3be9942c5639f82f8a
|
||||
SIZE (azure-mgmt-eventgrid-1.0.0.zip) = 60249
|
6
devel/py-azure-mgmt-eventgrid/pkg-descr
Normal file
6
devel/py-azure-mgmt-eventgrid/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure EventGrid Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-eventgrid/
|
23
devel/py-azure-mgmt-eventhub/Makefile
Normal file
23
devel/py-azure-mgmt-eventhub/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-eventhub
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure EventHub Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-eventhub/distinfo
Normal file
3
devel/py-azure-mgmt-eventhub/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545608600
|
||||
SHA256 (azure-mgmt-eventhub-2.2.0.zip) = b5407e529b9daeefbb9393c8f7401f44a21ecfeede6e03cf08456149c1d3533e
|
||||
SIZE (azure-mgmt-eventhub-2.2.0.zip) = 76364
|
6
devel/py-azure-mgmt-eventhub/pkg-descr
Normal file
6
devel/py-azure-mgmt-eventhub/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure EventHub Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-eventhub/
|
23
devel/py-azure-mgmt-hdinsight/Makefile
Normal file
23
devel/py-azure-mgmt-hdinsight/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-hdinsight
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure HDInsight Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-hdinsight/distinfo
Normal file
3
devel/py-azure-mgmt-hdinsight/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545606748
|
||||
SHA256 (azure-mgmt-hdinsight-0.2.0.zip) = 0004260de83d9a31e8bfce627dfc942186dea3e604ba387727130930f84a3fb5
|
||||
SIZE (azure-mgmt-hdinsight-0.2.0.zip) = 123444
|
6
devel/py-azure-mgmt-hdinsight/pkg-descr
Normal file
6
devel/py-azure-mgmt-hdinsight/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure HDInsight Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-hdinsight/
|
23
devel/py-azure-mgmt-iotcentral/Makefile
Normal file
23
devel/py-azure-mgmt-iotcentral/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-iotcentral
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure IoTCentral Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-iotcentral/distinfo
Normal file
3
devel/py-azure-mgmt-iotcentral/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545605108
|
||||
SHA256 (azure-mgmt-iotcentral-1.0.0.zip) = 9aac88ed1f993965015f4e9986931fc08798e09d7b864928681a7cebff053de8
|
||||
SIZE (azure-mgmt-iotcentral-1.0.0.zip) = 36026
|
6
devel/py-azure-mgmt-iotcentral/pkg-descr
Normal file
6
devel/py-azure-mgmt-iotcentral/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure IoTCentral Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-iotcentral/
|
23
devel/py-azure-mgmt-iothub/Makefile
Normal file
23
devel/py-azure-mgmt-iothub/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-iothub
|
||||
PORTVERSION= 0.7.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure IoTHub Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-iothub/distinfo
Normal file
3
devel/py-azure-mgmt-iothub/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545605836
|
||||
SHA256 (azure-mgmt-iothub-0.7.0.zip) = a0055fa6ec7a8d6dc9458605878d04d229f57f248096e54bc82dbe4c16d17634
|
||||
SIZE (azure-mgmt-iothub-0.7.0.zip) = 140713
|
6
devel/py-azure-mgmt-iothub/pkg-descr
Normal file
6
devel/py-azure-mgmt-iothub/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure IoTHub Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-iothub/
|
22
devel/py-azure-mgmt-iothubprovisioningservices/Makefile
Normal file
22
devel/py-azure-mgmt-iothubprovisioningservices/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-iothubprovisioningservices
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure IoTHub Provisioning Services Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-iothubprovisioningservices/distinfo
Normal file
3
devel/py-azure-mgmt-iothubprovisioningservices/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545605937
|
||||
SHA256 (azure-mgmt-iothubprovisioningservices-0.2.0.zip) = 8c37acfd1c33aba845f2e0302ef7266cad31cba503cc990a48684659acb7b91d
|
||||
SIZE (azure-mgmt-iothubprovisioningservices-0.2.0.zip) = 71353
|
6
devel/py-azure-mgmt-iothubprovisioningservices/pkg-descr
Normal file
6
devel/py-azure-mgmt-iothubprovisioningservices/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure IoTHub Provisioning Services Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-iothubprovisioningservices/
|
23
devel/py-azure-mgmt-keyvault/Makefile
Normal file
23
devel/py-azure-mgmt-keyvault/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-keyvault
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Key Vault Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-keyvault/distinfo
Normal file
3
devel/py-azure-mgmt-keyvault/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544279072
|
||||
SHA256 (azure-mgmt-keyvault-1.1.0.zip) = 05a15327a922441d2ba32add50a35c7f1b9225727cbdd3eeb98bc656e4684099
|
||||
SIZE (azure-mgmt-keyvault-1.1.0.zip) = 122664
|
6
devel/py-azure-mgmt-keyvault/pkg-descr
Normal file
6
devel/py-azure-mgmt-keyvault/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Key Vault Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-keyvault/
|
22
devel/py-azure-mgmt-loganalytics/Makefile
Normal file
22
devel/py-azure-mgmt-loganalytics/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-loganalytics
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Analytics Management Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-loganalytics/distinfo
Normal file
3
devel/py-azure-mgmt-loganalytics/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545689547
|
||||
SHA256 (azure-mgmt-loganalytics-0.2.0.zip) = c7315ff0ee4d618fb38dca68548ef4023a7a20ce00efe27eb2105a5426237d86
|
||||
SIZE (azure-mgmt-loganalytics-0.2.0.zip) = 99736
|
6
devel/py-azure-mgmt-loganalytics/pkg-descr
Normal file
6
devel/py-azure-mgmt-loganalytics/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Analytics Management Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-loganalytics/
|
22
devel/py-azure-mgmt-managementgroups/Makefile
Normal file
22
devel/py-azure-mgmt-managementgroups/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-managementgroups
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Management Groups Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-managementgroups/distinfo
Normal file
3
devel/py-azure-mgmt-managementgroups/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1544802176
|
||||
SHA256 (azure-mgmt-managementgroups-0.1.0.zip) = ff62d982edda634a36160cb1d15a367a9572a5acb419e5e7ad371e8c83bd47c7
|
||||
SIZE (azure-mgmt-managementgroups-0.1.0.zip) = 66850
|
6
devel/py-azure-mgmt-managementgroups/pkg-descr
Normal file
6
devel/py-azure-mgmt-managementgroups/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Management Groups Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-managementgroups/
|
22
devel/py-azure-mgmt-maps/Makefile
Normal file
22
devel/py-azure-mgmt-maps/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-mgmt-maps
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Maps Client Library for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-azure-mgmt-maps/distinfo
Normal file
3
devel/py-azure-mgmt-maps/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1545601490
|
||||
SHA256 (azure-mgmt-maps-0.1.0.zip) = c120e210bb61768da29de24d28b82f8d42ae24e52396eb6569b499709e22f006
|
||||
SIZE (azure-mgmt-maps-0.1.0.zip) = 37078
|
6
devel/py-azure-mgmt-maps/pkg-descr
Normal file
6
devel/py-azure-mgmt-maps/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is the Microsoft Azure Maps Client Library.
|
||||
|
||||
Azure Resource Manager (ARM) is the next generation of management APIs that
|
||||
replace the old Azure Service Management (ASM).
|
||||
|
||||
WWW: https://pypi.org/project/azure-mgmt-maps/
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user