Date: Sun, 27 Sep 2020 20:53:31 +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: r550353 - head/devel/py-azure-keyvault-administration Message-ID: <202009272053.08RKrVwH095053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sun Sep 27 20:53:31 2020 New Revision: 550353 URL: https://svnweb.freebsd.org/changeset/ports/550353 Log: Add devel/py-azure-keyvault-administration 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/ Added: head/devel/py-azure-keyvault-administration/ head/devel/py-azure-keyvault-administration/Makefile (contents, props changed) head/devel/py-azure-keyvault-administration/distinfo (contents, props changed) head/devel/py-azure-keyvault-administration/pkg-descr (contents, props changed) Added: head/devel/py-azure-keyvault-administration/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-keyvault-administration/Makefile Sun Sep 27 20:53:31 2020 (r550353) @@ -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 <bsd.port.mk> Added: head/devel/py-azure-keyvault-administration/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-keyvault-administration/distinfo Sun Sep 27 20:53:31 2020 (r550353) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601163556 +SHA256 (azure-keyvault-administration-4.0.0b1.zip) = 0546bd96f491cb1f293249d04077ef2f9d3a27fb52ed460f4bd5d5264717aece +SIZE (azure-keyvault-administration-4.0.0b1.zip) = 95896 Added: head/devel/py-azure-keyvault-administration/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-keyvault-administration/pkg-descr Sun Sep 27 20:53:31 2020 (r550353) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009272053.08RKrVwH095053>