diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2022-01-01 22:14:36 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2022-01-02 14:18:53 +0000 |
commit | f83de1a61f8c5ee14737db1e6131f7389c4e52d2 (patch) | |
tree | 91aa6848b04c21789f86ba6e019cd35f2aeba845 | |
parent | 1eda5f77236d1c18f674bf44c0085d881f298834 (diff) |
devel/py-azure-mgmt-servicelinker: New port
Microsoft Azure Servicelinker Management Client Library for Python
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-servicelinker/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-azure-mgmt-servicelinker/Makefile | 21 | ||||
-rw-r--r-- | devel/py-azure-mgmt-servicelinker/distinfo | 3 | ||||
-rw-r--r-- | devel/py-azure-mgmt-servicelinker/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bf073b1817dd..cfedc94bf750 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4266,6 +4266,7 @@ SUBDIR += py-azure-mgmt-servicebus SUBDIR += py-azure-mgmt-servicefabric SUBDIR += py-azure-mgmt-servicefabricmanagedclusters + SUBDIR += py-azure-mgmt-servicelinker SUBDIR += py-azure-mgmt-signalr SUBDIR += py-azure-mgmt-sql SUBDIR += py-azure-mgmt-sqlvirtualmachine diff --git a/devel/py-azure-mgmt-servicelinker/Makefile b/devel/py-azure-mgmt-servicelinker/Makefile new file mode 100644 index 000000000000..a02a5074cd5a --- /dev/null +++ b/devel/py-azure-mgmt-servicelinker/Makefile @@ -0,0 +1,21 @@ +PORTNAME= azure-mgmt-servicelinker +DISTVERSION= 1.0.0b1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Servicelinker Management Client Library for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} + +USES= azurepy python:3.6+ zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-azure-mgmt-servicelinker/distinfo b/devel/py-azure-mgmt-servicelinker/distinfo new file mode 100644 index 000000000000..7b1acbd55e26 --- /dev/null +++ b/devel/py-azure-mgmt-servicelinker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1641074568 +SHA256 (azure-mgmt-servicelinker-1.0.0b1.zip) = 4f70d3bcd98ba539bfef870e3c497ebdc5efed3200c2627a61718baa9ab21a61 +SIZE (azure-mgmt-servicelinker-1.0.0b1.zip) = 39912 diff --git a/devel/py-azure-mgmt-servicelinker/pkg-descr b/devel/py-azure-mgmt-servicelinker/pkg-descr new file mode 100644 index 000000000000..5dcbc7818767 --- /dev/null +++ b/devel/py-azure-mgmt-servicelinker/pkg-descr @@ -0,0 +1,6 @@ +This is the Microsoft Azure Servicelinker 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-servicelinker/ |