www/py-google-api-core: Update to 2.8.2
- Remove GRPCGCP option Changes: https://github.com/googleapis/python-api-core/releases
This commit is contained in:
parent
0118878915
commit
fc3e327a5f
2 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= google-api-core
|
||||
PORTVERSION= 2.8.1
|
||||
PORTVERSION= 2.8.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.25.0<3.0:security/py-google-auth@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.56.2<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3.15.0,1<4.0.0,1:devel/py-protobuf@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3.15.0,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
|
@ -22,13 +22,11 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= GRPC GRPCGCP
|
||||
OPTIONS_DEFINE= GRPC
|
||||
OPTIONS_DEFAULT=GRPC
|
||||
GRPC_DESC= gRPC support
|
||||
GRPCGCP_DESC= gRPC support for GCP
|
||||
|
||||
GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.33.2<2.0:devel/py-grpcio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}grpcio-status>=1.33.2<2.0:devel/py-grpcio-status@${PY_FLAVOR}
|
||||
GRPCGCP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2<1.0:devel/py-grpcio-gcp@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1653926026
|
||||
SHA256 (google-api-core-2.8.1.tar.gz) = 958024c6aa3460b08f35741231076a4dd9a4c819a6a39d44da9627febe8b28f0
|
||||
SIZE (google-api-core-2.8.1.tar.gz) = 122117
|
||||
TIMESTAMP = 1655398686
|
||||
SHA256 (google-api-core-2.8.2.tar.gz) = 06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc
|
||||
SIZE (google-api-core-2.8.2.tar.gz) = 121768
|
||||
|
|
Loading…
Reference in a new issue