Date: Sun, 25 Apr 2021 20:39:34 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 95f9fd2d5ab3 - main - www/py-google-cloud-vision: Update to 2.3.1 Message-ID: <202104252039.13PKdY9v079500@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=95f9fd2d5ab3504f7af44303d0029376545418e9 commit 95f9fd2d5ab3504f7af44303d0029376545418e9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-25 20:16:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-25 20:35:38 +0000 www/py-google-cloud-vision: Update to 2.3.1 - Add LIBCST option Changes: https://github.com/googleapis/python-vision/releases --- www/py-google-cloud-vision/Makefile | 10 +++++++--- www/py-google-cloud-vision/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/www/py-google-cloud-vision/Makefile b/www/py-google-cloud-vision/Makefile index 209e012ca554..21ab7f0b5919 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.2.0 +PORTVERSION= 2.3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,16 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.4.0:devel/py-proto-plus@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.15.0:devel/py-proto-plus@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= LIBCST +LIBCST_DESC= Concrete Syntax Tree (CST) support + +LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/www/py-google-cloud-vision/distinfo b/www/py-google-cloud-vision/distinfo index 188438a34eea..8ea0097764ab 100644 --- a/www/py-google-cloud-vision/distinfo +++ b/www/py-google-cloud-vision/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320306 -SHA256 (google-cloud-vision-2.2.0.tar.gz) = 9a205be275739c141873fa9fbd7c3f9ec6170972c85d5c75e9b4c53b5db839a3 -SIZE (google-cloud-vision-2.2.0.tar.gz) = 706636 +TIMESTAMP = 1619198599 +SHA256 (google-cloud-vision-2.3.1.tar.gz) = 367aa6f9fd8e48a0514cea6e07b3d006f01aba7080f17a289ed0df92e87f7f84 +SIZE (google-cloud-vision-2.3.1.tar.gz) = 708688
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104252039.13PKdY9v079500>