Date: Sat, 19 Jun 2021 13:24:31 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 37848fd8635c - main - devel/py-azure-mgmt-extendedlocation: New port Message-ID: <202106191324.15JDOVjF019265@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=37848fd8635ce4fe8d0f5d57463bf09b5ff393f7 commit 37848fd8635ce4fe8d0f5d57463bf09b5ff393f7 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-06-19 11:26:47 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-06-19 13:23:38 +0000 devel/py-azure-mgmt-extendedlocation: New port This is the Microsoft Azure Extendedlocation 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-extendedlocation/ --- devel/Makefile | 1 + devel/py-azure-mgmt-extendedlocation/Makefile | 21 +++++++++++++++++++++ devel/py-azure-mgmt-extendedlocation/distinfo | 3 +++ devel/py-azure-mgmt-extendedlocation/pkg-descr | 6 ++++++ 4 files changed, 31 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index f6f45d7568b7..3d9c9f31de43 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4151,6 +4151,7 @@ SUBDIR += py-azure-mgmt-dns SUBDIR += py-azure-mgmt-eventgrid SUBDIR += py-azure-mgmt-eventhub + SUBDIR += py-azure-mgmt-extendedlocation SUBDIR += py-azure-mgmt-hdinsight SUBDIR += py-azure-mgmt-imagebuilder SUBDIR += py-azure-mgmt-iotcentral diff --git a/devel/py-azure-mgmt-extendedlocation/Makefile b/devel/py-azure-mgmt-extendedlocation/Makefile new file mode 100644 index 000000000000..f1e1f6d2e03c --- /dev/null +++ b/devel/py-azure-mgmt-extendedlocation/Makefile @@ -0,0 +1,21 @@ +PORTNAME= azure-mgmt-extendedlocation +DISTVERSION= 1.0.0b2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Extendedlocation 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-extendedlocation/distinfo b/devel/py-azure-mgmt-extendedlocation/distinfo new file mode 100644 index 000000000000..77d7e9c12b0f --- /dev/null +++ b/devel/py-azure-mgmt-extendedlocation/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624101605 +SHA256 (azure-mgmt-extendedlocation-1.0.0b2.zip) = 9a37c7df94fcd4943dee35601255a667c3f93305d5c5942ffd024a34b4b74fc0 +SIZE (azure-mgmt-extendedlocation-1.0.0b2.zip) = 45963 diff --git a/devel/py-azure-mgmt-extendedlocation/pkg-descr b/devel/py-azure-mgmt-extendedlocation/pkg-descr new file mode 100644 index 000000000000..929b15b9f71a --- /dev/null +++ b/devel/py-azure-mgmt-extendedlocation/pkg-descr @@ -0,0 +1,6 @@ +This is the Microsoft Azure Extendedlocation 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-extendedlocation/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106191324.15JDOVjF019265>