svn commit: r565536 - in head/security: . py-azure-keyvault-keys

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


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

Log:
  Add py-azure-keyvault-keys 4.3.1
  
  Azure Key Vault Keys Client Library provides cryptographic key management. It
  can be used to create, store, and control access to the keys used to encrypt
  your data.
  
  WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-keys

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

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

Added: head/security/py-azure-keyvault-keys/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-keys/Makefile	Wed Feb 17 17:51:30 2021	(r565536)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azure-keyvault-keys
+PORTVERSION=	4.3.1
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Microsoft Azure Key Vault Keys 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}cryptography>=2.1.4:security/py-cryptography@${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-keys/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-keys/distinfo	Wed Feb 17 17:51:30 2021	(r565536)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1613478307
+SHA256 (azure-keyvault-keys-4.3.1.zip) = fbf67bca913ebf68b9075ee9d2e2b899dc3c7892cc40abfe1b08220a382f6ed9
+SIZE (azure-keyvault-keys-4.3.1.zip) = 343485

Added: head/security/py-azure-keyvault-keys/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-azure-keyvault-keys/pkg-descr	Wed Feb 17 17:51:30 2021	(r565536)
@@ -0,0 +1,5 @@
+Azure Key Vault Keys Client Library provides cryptographic key management. It
+can be used to create, store, and control access to the keys used to encrypt
+your data.
+
+WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-keys


More information about the svn-ports-all mailing list