www/py-google-cloud-speech: Update to 2.13.1
- Add LIBCST option Changes: https://github.com/googleapis/python-speech/releases
This commit is contained in:
parent
d6d880201b
commit
e381586c18
2 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= google-cloud-speech
|
||||
PORTVERSION= 2.12.0
|
||||
PORTVERSION= 2.13.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,13 +12,17 @@ COMMENT= Google Cloud Speech API client library
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.28.0<3.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}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5<3.0.0:www/py-google-api-core@${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= Fixup scripts
|
||||
|
||||
LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1643133809
|
||||
SHA256 (google-cloud-speech-2.12.0.tar.gz) = acbf9948ce3870c72b45089356985de9df3cd881830d1127a10cb80ada9786c7
|
||||
SIZE (google-cloud-speech-2.12.0.tar.gz) = 106103
|
||||
TIMESTAMP = 1647264708
|
||||
SHA256 (google-cloud-speech-2.13.1.tar.gz) = 2718480b838cb178dd258343a261219873d40b3bde152d287835ac5ffc1de730
|
||||
SIZE (google-cloud-speech-2.13.1.tar.gz) = 116199
|
||||
|
|
Loading…
Reference in a new issue