summaryrefslogtreecommitdiff
path: root/devel/py-azure-monitor-query/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-azure-monitor-query/Makefile')
-rw-r--r--devel/py-azure-monitor-query/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/py-azure-monitor-query/Makefile b/devel/py-azure-monitor-query/Makefile
new file mode 100644
index 000000000000..08ef06cd4e7f
--- /dev/null
+++ b/devel/py-azure-monitor-query/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= azure-monitor-query
+PORTVERSION= 2.0.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_monitor_query-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Microsoft Corporation Azure Monitor Query Client Library for Python
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-query \
+ 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.30.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>