Date: Sat, 7 Sep 2019 22:44:44 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511445 - in head/devel: . py-azure-mgmt-appconfiguration Message-ID: <201909072244.x87MiidX045234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Sep 7 22:44:44 2019 New Revision: 511445 URL: https://svnweb.freebsd.org/changeset/ports/511445 Log: Add devel/py-azure-mgmt-appconfiguration This is the Microsoft Azure App Configuration 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-appconfiguration/ Added: head/devel/py-azure-mgmt-appconfiguration/ head/devel/py-azure-mgmt-appconfiguration/Makefile (contents, props changed) head/devel/py-azure-mgmt-appconfiguration/distinfo (contents, props changed) head/devel/py-azure-mgmt-appconfiguration/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 7 22:44:39 2019 (r511444) +++ head/devel/Makefile Sat Sep 7 22:44:44 2019 (r511445) @@ -4157,6 +4157,7 @@ SUBDIR += py-azure-graphrbac SUBDIR += py-azure-keyvault SUBDIR += py-azure-mgmt-advisor + SUBDIR += py-azure-mgmt-appconfiguration SUBDIR += py-azure-mgmt-applicationinsights SUBDIR += py-azure-mgmt-authorization SUBDIR += py-azure-mgmt-batch Added: head/devel/py-azure-mgmt-appconfiguration/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-appconfiguration/Makefile Sat Sep 7 22:44:44 2019 (r511445) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-appconfiguration +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure App Configuration 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> Added: head/devel/py-azure-mgmt-appconfiguration/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-appconfiguration/distinfo Sat Sep 7 22:44:44 2019 (r511445) @@ -0,0 +1,3 @@ +TIMESTAMP = 1567885539 +SHA256 (azure-mgmt-appconfiguration-0.1.0.zip) = 2ff66c9aa1946ab5b604f98af550df0fda05d05ee9106f61ec2db7b357064e7c +SIZE (azure-mgmt-appconfiguration-0.1.0.zip) = 25015 Added: head/devel/py-azure-mgmt-appconfiguration/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-appconfiguration/pkg-descr Sat Sep 7 22:44:44 2019 (r511445) @@ -0,0 +1,6 @@ +This is the Microsoft Azure App Configuration 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-appconfiguration/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072244.x87MiidX045234>