diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 17:57:06 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 18:00:48 +0000 |
commit | ab0e14d73a3c18beda249b2ab2b3968863b25a92 (patch) | |
tree | 1e3c40c5f32383f17d9d544318d96e5ad284eeb1 /www | |
parent | f392784c1b80129a04fa6f5bd19818e6363737e8 (diff) | |
download | ports-ab0e14d73a3c18beda249b2ab2b3968863b25a92.tar.gz ports-ab0e14d73a3c18beda249b2ab2b3968863b25a92.zip |
Diffstat (limited to 'www')
-rw-r--r-- | www/py-google-cloud-vision/Makefile | 6 | ||||
-rw-r--r-- | www/py-google-cloud-vision/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-google-cloud-vision/Makefile b/www/py-google-cloud-vision/Makefile index de1649b31288..e8133ff0da1b 100644 --- a/www/py-google-cloud-vision/Makefile +++ b/www/py-google-cloud-vision/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-vision -PORTVERSION= 2.7.3 +PORTVERSION= 2.8.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,11 @@ COMMENT= Cloud Vision API API client library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.8.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.15.0<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.0,1<4.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/www/py-google-cloud-vision/distinfo b/www/py-google-cloud-vision/distinfo index ed3448df7cb6..1a72253ba2b4 100644 --- a/www/py-google-cloud-vision/distinfo +++ b/www/py-google-cloud-vision/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654708412 -SHA256 (google-cloud-vision-2.7.3.tar.gz) = 792ebb389f157e65d814cae128134ffbe26df90d61c5c58c5b0ca675dfcfe2f1 -SIZE (google-cloud-vision-2.7.3.tar.gz) = 661630 +TIMESTAMP = 1658151403 +SHA256 (google-cloud-vision-2.8.0.tar.gz) = 2ce19fbf3eb5170e90347f379457bc4f02376bbd9f1cb79314572a33d40bdd06 +SIZE (google-cloud-vision-2.8.0.tar.gz) = 662263 |