Index: head/devel/py-azure-appconfiguration/Makefile =================================================================== --- head/devel/py-azure-appconfiguration/Makefile (nonexistent) +++ head/devel/py-azure-appconfiguration/Makefile (revision 550351) @@ -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 Property changes on: head/devel/py-azure-appconfiguration/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-azure-appconfiguration/distinfo =================================================================== --- head/devel/py-azure-appconfiguration/distinfo (nonexistent) +++ head/devel/py-azure-appconfiguration/distinfo (revision 550351) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601163139 +SHA256 (azure-appconfiguration-1.1.0.zip) = 27b9ea9b1f3d6fe83231e2203c27a81831ea576dd2be00cebedf2244f7286057 +SIZE (azure-appconfiguration-1.1.0.zip) = 77210 Property changes on: head/devel/py-azure-appconfiguration/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-azure-appconfiguration/pkg-descr =================================================================== --- head/devel/py-azure-appconfiguration/pkg-descr (nonexistent) +++ head/devel/py-azure-appconfiguration/pkg-descr (revision 550351) @@ -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/ Property changes on: head/devel/py-azure-appconfiguration/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property