mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
www/py-google-cloud-monitoring: New port: Google Cloud Monitoring API client library
This commit is contained in:
@@ -1783,6 +1783,7 @@
|
||||
SUBDIR += py-google-cloud-datastore
|
||||
SUBDIR += py-google-cloud-dlp
|
||||
SUBDIR += py-google-cloud-logging
|
||||
SUBDIR += py-google-cloud-monitoring
|
||||
SUBDIR += py-google-cloud-resource-manager
|
||||
SUBDIR += py-google-cloud-speech
|
||||
SUBDIR += py-google-cloud-storage
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
PORTNAME= google-cloud-monitoring
|
||||
DISTVERSION= 2.30.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Google Cloud Monitoring API client library
|
||||
WWW= https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-monitoring
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>0:www/py-google-api-core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}grpcio>0:devel/py-grpcio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}proto-plus>0:devel/py-proto-plus@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1775076178
|
||||
SHA256 (google_cloud_monitoring-2.30.0.tar.gz) = a9530aa9aa246c490810dfa7be32d67e8340d19108acc99cbc02d1ed494fba76
|
||||
SIZE (google_cloud_monitoring-2.30.0.tar.gz) = 407108
|
||||
@@ -0,0 +1,4 @@
|
||||
Google Cloud Monitoring API client library.
|
||||
|
||||
This library enables interaction with the Cloud Monitoring API, allowing
|
||||
you to manage and retrieve metrics, dashboards, and alerting policies.
|
||||
Reference in New Issue
Block a user