Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 15:56:00 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: f610ad70360d - main - www/py-google-cloud-speech: Update to 2.17.1
Message-ID:  <202302051556.315Fu0Vk031559@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=f610ad70360da5b0591d6358a5033c3a0a046cff

commit f610ad70360da5b0591d6358a5033c3a0a046cff
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:20:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:48:08 +0000

    www/py-google-cloud-speech: Update to 2.17.1
    
    - Remove LIBCST option
    
    Changes:        https://github.com/googleapis/python-speech/releases
---
 www/py-google-cloud-speech/Makefile | 14 ++++----------
 www/py-google-cloud-speech/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/www/py-google-cloud-speech/Makefile b/www/py-google-cloud-speech/Makefile
index 32c188c00cff..90f0a4aabd12 100644
--- a/www/py-google-cloud-speech/Makefile
+++ b/www/py-google-cloud-speech/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	google-cloud-speech
-PORTVERSION=	2.16.2
-PORTREVISION=	1
+PORTVERSION=	2.17.1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,18 +11,13 @@ WWW=		https://github.com/googleapis/python-speech
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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.22.0<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.5,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=2.10.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	LIBCST
-LIBCST_DESC=	Fixup scripts
-
-LIBCST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libcst03>=0.2.5:devel/py-libcst03@${PY_FLAVOR}
-
 .include <bsd.port.mk>
diff --git a/www/py-google-cloud-speech/distinfo b/www/py-google-cloud-speech/distinfo
index 02e476bb95f7..62fe2f49754e 100644
--- a/www/py-google-cloud-speech/distinfo
+++ b/www/py-google-cloud-speech/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665648277
-SHA256 (google-cloud-speech-2.16.2.tar.gz) = 69e80cfa981d2ac33ba82f2c7cf33157be20c0f61ab00ac55b3909fe9f444b35
-SIZE (google-cloud-speech-2.16.2.tar.gz) = 223115
+TIMESTAMP = 1675191113
+SHA256 (google-cloud-speech-2.17.1.tar.gz) = 816718318f59b66e5df429105cfb4065a0e0acac14f7411905dce7b96583a7da
+SIZE (google-cloud-speech-2.17.1.tar.gz) = 231855



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051556.315Fu0Vk031559>