Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 09:01:23 +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: r521988 - in head/www: . py-google-cloud-speech
Message-ID:  <202001040901.00491NNg054423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan  4 09:01:23 2020
New Revision: 521988
URL: https://svnweb.freebsd.org/changeset/ports/521988

Log:
  Add py-google-cloud-speech 1.3.1
  
  The Cloud Speech API enables developers to convert audio to text by applying
  powerful neural network models. The API recognizes over 80 languages and
  variants, to support your global user base.
  
  WWW: https://github.com/googleapis/google-cloud-python
  WWW: https://github.com/googleapis/google-cloud-python/tree/master/speech

Added:
  head/www/py-google-cloud-speech/
  head/www/py-google-cloud-speech/Makefile   (contents, props changed)
  head/www/py-google-cloud-speech/distinfo   (contents, props changed)
  head/www/py-google-cloud-speech/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Jan  4 09:01:17 2020	(r521987)
+++ head/www/Makefile	Sat Jan  4 09:01:23 2020	(r521988)
@@ -1666,6 +1666,7 @@
     SUBDIR += py-google-cloud-core
     SUBDIR += py-google-cloud-dlp
     SUBDIR += py-google-cloud-logging
+    SUBDIR += py-google-cloud-speech
     SUBDIR += py-google-cloud-storage
     SUBDIR += py-google-cloud-translate
     SUBDIR += py-google-cloud-vision

Added: head/www/py-google-cloud-speech/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google-cloud-speech/Makefile	Sat Jan  4 09:01:23 2020	(r521988)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	google-cloud-speech
+PORTVERSION=	1.3.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+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}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-google-cloud-speech/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google-cloud-speech/distinfo	Sat Jan  4 09:01:23 2020	(r521988)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578117369
+SHA256 (google-cloud-speech-1.3.1.tar.gz) = 21b597b18ee2b9b9a5e2e05a7a1d47173f8f3adeada36b5bdf6cb816114430bf
+SIZE (google-cloud-speech-1.3.1.tar.gz) = 78808

Added: head/www/py-google-cloud-speech/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google-cloud-speech/pkg-descr	Sat Jan  4 09:01:23 2020	(r521988)
@@ -0,0 +1,6 @@
+The Cloud Speech API enables developers to convert audio to text by applying
+powerful neural network models. The API recognizes over 80 languages and
+variants, to support your global user base.
+
+WWW: https://github.com/googleapis/google-cloud-python
+WWW: https://github.com/googleapis/google-cloud-python/tree/master/speech



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