1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add py-azure-keyvault-certificates 4.2.1

Azure Key Vault Certificates Client Library provides certificate management. It
can be used to create, manage, and deploy public and private SSL/TLS
certificates.

WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-certificates
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-02-17 17:51:23 +00:00
parent 4edf54ac97
commit 64edb083c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565535
4 changed files with 33 additions and 0 deletions

View File

@ -846,6 +846,7 @@
SUBDIR += py-artifacts
SUBDIR += py-asyncssh
SUBDIR += py-authlib
SUBDIR += py-azure-keyvault-certificates
SUBDIR += py-bcrypt
SUBDIR += py-btchip-python
SUBDIR += py-cerealizer

View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= azure-keyvault-certificates
PORTVERSION= 4.2.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Key Vault Certificates 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1613478305
SHA256 (azure-keyvault-certificates-4.2.1.zip) = ea651883ad00d0a9a25b38e51feff7111f6c7099c6fb2597598da5bb21d3451c
SIZE (azure-keyvault-certificates-4.2.1.zip) = 323833

View File

@ -0,0 +1,5 @@
Azure Key Vault Certificates Client Library provides certificate management. It
can be used to create, manage, and deploy public and private SSL/TLS
certificates.
WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-certificates