svn commit: r565537 - in head/security: . py-azure-keyvault-secrets

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 17:51:41 UTC 2021


Author: sunpoet
Date: Wed Feb 17 17:51:36 2021
New Revision: 565537
URL: https://svnweb.freebsd.org/changeset/ports/565537

Log:
  Add py-azure-keyvault-secrets 4.2.0
  
  Azure Key Vault Secrets Client Library provides secrets management. It can be
  used to securely store and control access to tokens, passwords, certificates,
  API keys, and other secrets.
  
  WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-secrets

Added:
  head/security/py-azure-keyvault-secrets/
  head/security/py-azure-keyvault-secrets/Makefile   (contents, props changed)
  head/security/py-azure-keyvault-secrets/distinfo   (contents, props changed)
  head/security/py-azure-keyvault-secrets/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Feb 17 17:51:30 2021	(r565536)
+++ head/security/Makefile	Wed Feb 17 17:51:36 2021	(r565537)
@@ -848,6 +848,7 @@
     SUBDIR += py-authlib
     SUBDIR += py-azure-keyvault-certificates
     SUBDIR += py-azure-keyvault-keys
+    SUBDIR += py-azure-keyvault-secrets
     SUBDIR += py-bcrypt
     SUBDIR += py-btchip-python
     SUBDIR += py-cerealizer

Added: head/security/py-azure-keyvault-secrets/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-secrets/Makefile	Wed Feb 17 17:51:36 2021	(r565537)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azure-keyvault-secrets
+PORTVERSION=	4.2.0
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Microsoft Azure Key Vault Secrets Client Library for Python
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-core>=1.7.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0:net-mgmt/py-msrest@${PY_FLAVOR}
+
+USES=		python:3.6+ zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/py-azure-keyvault-secrets/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-secrets/distinfo	Wed Feb 17 17:51:36 2021	(r565537)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1613478309
+SHA256 (azure-keyvault-secrets-4.2.0.zip) = 1083ab900da5ec63c518ffef49d9fdca02c81ddffdf80c52c03cd9da479e021f
+SIZE (azure-keyvault-secrets-4.2.0.zip) = 265411

Added: head/security/py-azure-keyvault-secrets/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-secrets/pkg-descr	Wed Feb 17 17:51:36 2021	(r565537)
@@ -0,0 +1,5 @@
+Azure Key Vault Secrets Client Library provides secrets management. It can be
+used to securely store and control access to tokens, passwords, certificates,
+API keys, and other secrets.
+
+WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-secrets


More information about the svn-ports-all mailing list