www/py-google-cloud-resource-manager: New port: Google Cloud Resource Manager API client library
This commit is contained in:
parent
330fcb3b9c
commit
33941229f1
4 changed files with 30 additions and 0 deletions
|
@ -1670,6 +1670,7 @@
|
|||
SUBDIR += py-google-cloud-datastore
|
||||
SUBDIR += py-google-cloud-dlp
|
||||
SUBDIR += py-google-cloud-logging
|
||||
SUBDIR += py-google-cloud-resource-manager
|
||||
SUBDIR += py-google-cloud-speech
|
||||
SUBDIR += py-google-cloud-storage
|
||||
SUBDIR += py-google-cloud-translate
|
||||
|
|
24
www/py-google-cloud-resource-manager/Makefile
Normal file
24
www/py-google-cloud-resource-manager/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
PORTNAME= google-cloud-resource-manager
|
||||
PORTVERSION= 1.10.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Google Cloud Resource Manager API client library
|
||||
WWW= https://github.com/googleapis/google-cloud-python
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.34.0:www/py-google-api-core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.4:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.0:devel/py-proto-plus@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.5:devel/py-protobuf@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-google-cloud-resource-manager/distinfo
Normal file
3
www/py-google-cloud-resource-manager/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1693119043
|
||||
SHA256 (google-cloud-resource-manager-1.10.3.tar.gz) = f80efcea36f10c5a81889afe93910926e3978b4b1ceeb82f563a2fc863072d14
|
||||
SIZE (google-cloud-resource-manager-1.10.3.tar.gz) = 334531
|
2
www/py-google-cloud-resource-manager/pkg-descr
Normal file
2
www/py-google-cloud-resource-manager/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
google-cloud-resource-manager is Python idiomatic clients for
|
||||
Google Cloud Platform services.
|
Loading…
Reference in a new issue