1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

devel/py-azure-keyvault-keys: remove, duplicate of security/py-azure-keyvault-keys

This commit is contained in:
Antoine Brodin 2021-10-17 20:03:32 +00:00
parent 14e5e1370d
commit 13a5638612
5 changed files with 1 additions and 41 deletions

View File

@ -4167,7 +4167,6 @@
SUBDIR += py-azure-identity
SUBDIR += py-azure-keyvault
SUBDIR += py-azure-keyvault-administration
SUBDIR += py-azure-keyvault-keys
SUBDIR += py-azure-loganalytics
SUBDIR += py-azure-mgmt-advisor
SUBDIR += py-azure-mgmt-apimanagement

View File

@ -1,23 +0,0 @@
PORTNAME= azure-keyvault-keys
DISTVERSION= 4.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Key Vault Keys Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-core>=1.7.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
USES= azurepy python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1634477682
SHA256 (azure-keyvault-keys-4.4.0.zip) = 7792ad0d5e63ad9eafa68bdce5de91b3ffcc7ca7a6afdc576785e6a2793caed0
SIZE (azure-keyvault-keys-4.4.0.zip) = 403611

View File

@ -1,13 +0,0 @@
Azure Key Vault Keys client library for Python
Azure Key Vault helps solve the following problems:
- Cryptographic key management (this library) - create, store, and control
access to the keys used to encrypt your data
- Secrets management (azure-keyvault-secrets) - securely store and control
access to tokens, passwords, certificates, API keys, and other secrets
- Certificate management (azure-keyvault-certificates) - create, manage, and
deploy public and private SSL/TLS certificates
- Vault administration (azure-keyvault-administration) - role-based access
control (RBAC), and vault-level backup and restore options
WWW: https://pypi.org/project/azure-keyvault-keys/

View File

@ -22,7 +22,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}azure-identity>0:devel/py-azure-identity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-keyvault>=1.1:devel/py-azure-keyvault@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-keyvault-administration>=4.0.0.b3:devel/py-azure-keyvault-administration@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.4.0:devel/py-azure-keyvault-keys@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.4.0:security/py-azure-keyvault-keys@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-loganalytics>=0.1.0:devel/py-azure-loganalytics@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-mgmt-advisor>=9.0.0:devel/py-azure-mgmt-advisor@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-mgmt-apimanagement>=0.2.0:devel/py-azure-mgmt-apimanagement@${PY_FLAVOR} \