mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
efbf2c2334
commit
f28d4b78b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565537
@ -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
|
||||
|
24
security/py-azure-keyvault-secrets/Makefile
Normal file
24
security/py-azure-keyvault-secrets/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-keyvault-secrets
|
||||
PORTVERSION= 4.2.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@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>
|
3
security/py-azure-keyvault-secrets/distinfo
Normal file
3
security/py-azure-keyvault-secrets/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1613478309
|
||||
SHA256 (azure-keyvault-secrets-4.2.0.zip) = 1083ab900da5ec63c518ffef49d9fdca02c81ddffdf80c52c03cd9da479e021f
|
||||
SIZE (azure-keyvault-secrets-4.2.0.zip) = 265411
|
5
security/py-azure-keyvault-secrets/pkg-descr
Normal file
5
security/py-azure-keyvault-secrets/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user