Index: head/devel/py-azure-keyvault-administration/Makefile =================================================================== --- head/devel/py-azure-keyvault-administration/Makefile (nonexistent) +++ head/devel/py-azure-keyvault-administration/Makefile (revision 550353) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= azure-keyvault-administration +DISTVERSION= 4.0.0b1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Key Vault Administration Client Library for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.00:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-core>=1.7.0<2.0.0:devel/py-azure-core@${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 Property changes on: head/devel/py-azure-keyvault-administration/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-keyvault-administration/distinfo =================================================================== --- head/devel/py-azure-keyvault-administration/distinfo (nonexistent) +++ head/devel/py-azure-keyvault-administration/distinfo (revision 550353) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601163556 +SHA256 (azure-keyvault-administration-4.0.0b1.zip) = 0546bd96f491cb1f293249d04077ef2f9d3a27fb52ed460f4bd5d5264717aece +SIZE (azure-keyvault-administration-4.0.0b1.zip) = 95896 Property changes on: head/devel/py-azure-keyvault-administration/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-keyvault-administration/pkg-descr =================================================================== --- head/devel/py-azure-keyvault-administration/pkg-descr (nonexistent) +++ head/devel/py-azure-keyvault-administration/pkg-descr (revision 550353) @@ -0,0 +1,13 @@ +This is the Microsoft Azure KeyVault Administration client library for Python + +Azure Key Vault helps solve the following problems: +- Vault administration (this library) - role-based access control (RBAC), and + vault-level backup and restore options +- Cryptographic key management (azure-keyvault-keys) - create, store, and + control access to the keys used to encrypt your data +- Secrets management (azure-keyvault-secrets) - securely store and control + access to tokens, passwords, certificates, API keys, and other secrets +- Certificate management (azure-keyvault-certificates) - create, manage, and + deploy public and private SSL/TLS certificates + +WWW: https://pypi.org/project/azure-keyvault-administration/ Property changes on: head/devel/py-azure-keyvault-administration/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