svn commit: r565535 - in head/security: . py-azure-keyvault-certificates

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


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

Log:
  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

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Feb 17 17:51:16 2021	(r565534)
+++ head/security/Makefile	Wed Feb 17 17:51:23 2021	(r565535)
@@ -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

Added: head/security/py-azure-keyvault-certificates/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-certificates/Makefile	Wed Feb 17 17:51:23 2021	(r565535)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azure-keyvault-certificates
+PORTVERSION=	4.2.1
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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>

Added: head/security/py-azure-keyvault-certificates/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-certificates/distinfo	Wed Feb 17 17:51:23 2021	(r565535)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1613478305
+SHA256 (azure-keyvault-certificates-4.2.1.zip) = ea651883ad00d0a9a25b38e51feff7111f6c7099c6fb2597598da5bb21d3451c
+SIZE (azure-keyvault-certificates-4.2.1.zip) = 323833

Added: head/security/py-azure-keyvault-certificates/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-certificates/pkg-descr	Wed Feb 17 17:51:23 2021	(r565535)
@@ -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


More information about the svn-ports-all mailing list