aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-05-07 14:20:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-05-07 14:27:30 +0000
commit5e78de6efffdb7c795e7ad31c417ce57105a3901 (patch)
tree400b3074e433c1dda25567c9601ad4772e223d5b
parentd8b131e9ceffc11ad43ed411d3cc3af4c8231695 (diff)
devel/py-azure-mgmt-compute34: Add py-azure-mgmt-compute34 34.1.0
This is the Microsoft Azure Compute Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-azure-mgmt-compute34/Makefile31
-rw-r--r--devel/py-azure-mgmt-compute34/distinfo3
-rw-r--r--devel/py-azure-mgmt-compute34/pkg-descr3
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e860ddce9f01..b5e065e51988 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4540,6 +4540,7 @@
SUBDIR += py-azure-mgmt-cdn
SUBDIR += py-azure-mgmt-cognitiveservices
SUBDIR += py-azure-mgmt-compute
+ SUBDIR += py-azure-mgmt-compute34
SUBDIR += py-azure-mgmt-consumption
SUBDIR += py-azure-mgmt-containerinstance
SUBDIR += py-azure-mgmt-containerregistry
diff --git a/devel/py-azure-mgmt-compute34/Makefile b/devel/py-azure-mgmt-compute34/Makefile
new file mode 100644
index 000000000000..365a80f4dec4
--- /dev/null
+++ b/devel/py-azure-mgmt-compute34/Makefile
@@ -0,0 +1,31 @@
+PORTNAME= azure-mgmt-compute
+PORTVERSION= 34.1.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 34
+DISTNAME= azure_mgmt_compute-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Microsoft Azure Compute Management Client Library for Python
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-compute \
+ https://github.com/Azure/azure-sdk-for-python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2:devel/py-azure-mgmt-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-mgmt-compute34/distinfo b/devel/py-azure-mgmt-compute34/distinfo
new file mode 100644
index 000000000000..868c41b0dc81
--- /dev/null
+++ b/devel/py-azure-mgmt-compute34/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1778096600
+SHA256 (azure_mgmt_compute-34.1.0.tar.gz) = cd9d35d1cc1b8cb0bd241ad55c91b77d14e04ae73c632ada1140135f9c217fe1
+SIZE (azure_mgmt_compute-34.1.0.tar.gz) = 1797295
diff --git a/devel/py-azure-mgmt-compute34/pkg-descr b/devel/py-azure-mgmt-compute34/pkg-descr
new file mode 100644
index 000000000000..c3143ab41e2c
--- /dev/null
+++ b/devel/py-azure-mgmt-compute34/pkg-descr
@@ -0,0 +1,3 @@
+This is the Microsoft Azure Compute Management Client Library. This package has
+been tested with Python 3.9+. For a more complete view of Azure libraries, see
+the azure sdk python release.