Date: Tue, 29 Sep 2020 18:18:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550575 - head/www/py-google-cloud-speech Message-ID: <202009291818.08TIIgWx093485@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 29 18:18:42 2020 New Revision: 550575 URL: https://svnweb.freebsd.org/changeset/ports/550575 Log: Update to 2.0.0 Changes: https://github.com/googleapis/python-speech/releases Modified: head/www/py-google-cloud-speech/Makefile head/www/py-google-cloud-speech/distinfo Modified: head/www/py-google-cloud-speech/Makefile ============================================================================== --- head/www/py-google-cloud-speech/Makefile Tue Sep 29 18:18:37 2020 (r550574) +++ head/www/py-google-cloud-speech/Makefile Tue Sep 29 18:18:42 2020 (r550575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-speech -PORTVERSION= 1.3.2 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ COMMENT= Google Cloud Speech API client library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.2<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${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} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-google-cloud-speech/distinfo ============================================================================== --- head/www/py-google-cloud-speech/distinfo Tue Sep 29 18:18:37 2020 (r550574) +++ head/www/py-google-cloud-speech/distinfo Tue Sep 29 18:18:42 2020 (r550575) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580830475 -SHA256 (google-cloud-speech-1.3.2.tar.gz) = 2e5adbc0e88f296b1bc8667f1dcf26ca4ea2db6596f07cb0a39e7b1b8ef14656 -SIZE (google-cloud-speech-1.3.2.tar.gz) = 78820 +TIMESTAMP = 1601319716 +SHA256 (google-cloud-speech-2.0.0.tar.gz) = 523d9cefd12c03c14a8bb6ba6fcc945fff8ec554662a518e3039fffcaaa6fc61 +SIZE (google-cloud-speech-2.0.0.tar.gz) = 86695
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009291818.08TIIgWx093485>