From owner-dev-commits-ports-main@freebsd.org Sat Jun 19 13:24:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CC5F659167; Sat, 19 Jun 2021 13:24:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6c2l3nyyz3Qv0; Sat, 19 Jun 2021 13:24:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A59117321; Sat, 19 Jun 2021 13:24:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15JDOViT019266; Sat, 19 Jun 2021 13:24:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15JDOVjF019265; Sat, 19 Jun 2021 13:24:31 GMT (envelope-from git) Date: Sat, 19 Jun 2021 13:24:31 GMT Message-Id: <202106191324.15JDOVjF019265@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: 37848fd8635c - main - devel/py-azure-mgmt-extendedlocation: New port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 37848fd8635ce4fe8d0f5d57463bf09b5ff393f7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2021 13:24:31 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=37848fd8635ce4fe8d0f5d57463bf09b5ff393f7 commit 37848fd8635ce4fe8d0f5d57463bf09b5ff393f7 Author: Danilo G. Baio AuthorDate: 2021-06-19 11:26:47 +0000 Commit: Danilo G. Baio 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 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/