diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-15 11:34:46 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-15 11:52:59 +0000 |
| commit | a919db653d2ac7b98bde50429faf7df12384fde5 (patch) | |
| tree | 155432e86bc687bce65131db6ce7a5801f61a465 | |
| parent | bde8ef449551794793ea8a80dbce367b94ba9851 (diff) | |
devel/azure-keyvault-securitydomain: Add azure-keyvault-securitydomain 1.0.0b1
Azure Keyvault Securitydomain Client Library provides secrets management. It can
be used to securely store and control access to tokens, passwords, certificates,
API keys, and other secrets.
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-azure-keyvault-securitydomain/Makefile | 28 | ||||
| -rw-r--r-- | devel/py-azure-keyvault-securitydomain/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-azure-keyvault-securitydomain/pkg-descr | 3 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a4bb4d0d5819..a560ea4f07f2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4480,6 +4480,7 @@ SUBDIR += py-azure-identity SUBDIR += py-azure-keyvault SUBDIR += py-azure-keyvault-administration + SUBDIR += py-azure-keyvault-securitydomain SUBDIR += py-azure-loganalytics SUBDIR += py-azure-mgmt-advisor SUBDIR += py-azure-mgmt-apimanagement diff --git a/devel/py-azure-keyvault-securitydomain/Makefile b/devel/py-azure-keyvault-securitydomain/Makefile new file mode 100644 index 000000000000..57c99da3e706 --- /dev/null +++ b/devel/py-azure-keyvault-securitydomain/Makefile @@ -0,0 +1,28 @@ +PORTNAME= azure-keyvault-securitydomain +DISTVERSION= 1.0.0b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_keyvault_securitydomain-${DISTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Corporation Azure Keyvault Securitydomain Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-securitydomain \ + https://github.com/Azure/azure-sdk-for-python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.31.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-azure-keyvault-securitydomain/distinfo b/devel/py-azure-keyvault-securitydomain/distinfo new file mode 100644 index 000000000000..a4c9bcfd117d --- /dev/null +++ b/devel/py-azure-keyvault-securitydomain/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1768283064 +SHA256 (azure_keyvault_securitydomain-1.0.0b1.tar.gz) = 3291a191e778a947e4b28ed01327892a93aedcf8e0a0dd674cf116cb11043776 +SIZE (azure_keyvault_securitydomain-1.0.0b1.tar.gz) = 68830 diff --git a/devel/py-azure-keyvault-securitydomain/pkg-descr b/devel/py-azure-keyvault-securitydomain/pkg-descr new file mode 100644 index 000000000000..53b90192ad89 --- /dev/null +++ b/devel/py-azure-keyvault-securitydomain/pkg-descr @@ -0,0 +1,3 @@ +Azure Keyvault Securitydomain Client Library provides secrets management. It can +be used to securely store and control access to tokens, passwords, certificates, +API keys, and other secrets. |
