Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 20:52:39 +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: r550351 - head/devel/py-azure-appconfiguration
Message-ID:  <202009272052.08RKqdpG094747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sun Sep 27 20:52:39 2020
New Revision: 550351
URL: https://svnweb.freebsd.org/changeset/ports/550351

Log:
  Add devel/py-azure-appconfiguration: Microsoft App Configuration Data Library for Python
  
  Azure App Configuration is a managed service that helps developers centralize
  their application configurations simply and securely.
  
  Modern programs, especially programs running in a cloud, generally have many
  components that are distributed in nature. Spreading configuration settings
  across these components can lead to hard-to-troubleshoot errors during an
  application deployment. Use App Configuration to securely store all the
  settings for your application in one place.
  
  WWW: https://pypi.org/project/azure-appconfiguration/

Added:
  head/devel/py-azure-appconfiguration/
  head/devel/py-azure-appconfiguration/Makefile   (contents, props changed)
  head/devel/py-azure-appconfiguration/distinfo   (contents, props changed)
  head/devel/py-azure-appconfiguration/pkg-descr   (contents, props changed)

Added: head/devel/py-azure-appconfiguration/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-appconfiguration/Makefile	Sun Sep 27 20:52:39 2020	(r550351)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	azure-appconfiguration
+DISTVERSION=	1.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Microsoft App Configuration Data Library for Python
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.10:net-mgmt/py-msrest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-core>=0:devel/py-azure-core@${PY_FLAVOR}
+
+USES=		azurepy python zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-azure-appconfiguration/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-appconfiguration/distinfo	Sun Sep 27 20:52:39 2020	(r550351)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601163139
+SHA256 (azure-appconfiguration-1.1.0.zip) = 27b9ea9b1f3d6fe83231e2203c27a81831ea576dd2be00cebedf2244f7286057
+SIZE (azure-appconfiguration-1.1.0.zip) = 77210

Added: head/devel/py-azure-appconfiguration/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-appconfiguration/pkg-descr	Sun Sep 27 20:52:39 2020	(r550351)
@@ -0,0 +1,10 @@
+Azure App Configuration is a managed service that helps developers centralize
+their application configurations simply and securely.
+
+Modern programs, especially programs running in a cloud, generally have many
+components that are distributed in nature. Spreading configuration settings
+across these components can lead to hard-to-troubleshoot errors during an
+application deployment. Use App Configuration to securely store all the
+settings for your application in one place.
+
+WWW: https://pypi.org/project/azure-appconfiguration/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009272052.08RKqdpG094747>