From owner-svn-ports-head@freebsd.org Sat Sep 1 00:27:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92C3FFCF5B3; Sat, 1 Sep 2018 00:27:15 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49F4F8D8E9; Sat, 1 Sep 2018 00:27:15 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2693622894; Sat, 1 Sep 2018 00:27:15 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w810REQC044584; Sat, 1 Sep 2018 00:27:14 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w810RE8p044580; Sat, 1 Sep 2018 00:27:14 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201809010027.w810RE8p044580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 1 Sep 2018 00:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478645 - in head/www: . py-google-cloud-translate X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/www: . py-google-cloud-translate X-SVN-Commit-Revision: 478645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 00:27:15 -0000 Author: dbaio Date: Sat Sep 1 00:27:13 2018 New Revision: 478645 URL: https://svnweb.freebsd.org/changeset/ports/478645 Log: Add www/py-google-cloud-translate: Python Client for Google Cloud Translation Python idiomatic client for Google Cloud Translation. With the Google Cloud Translation API, you can dynamically translate text between thousands of language pairs. You can also detect the language of a text. WWW: https://pypi.org/project/google-cloud-translate/ PR: 230973 Submitted by: Silvio Ap Silva Added: head/www/py-google-cloud-translate/ head/www/py-google-cloud-translate/Makefile (contents, props changed) head/www/py-google-cloud-translate/distinfo (contents, props changed) head/www/py-google-cloud-translate/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 1 00:24:46 2018 (r478644) +++ head/www/Makefile Sat Sep 1 00:27:13 2018 (r478645) @@ -1687,6 +1687,7 @@ SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-core SUBDIR += py-google-cloud-storage + SUBDIR += py-google-cloud-translate SUBDIR += py-google-resumable-media SUBDIR += py-graphite-api SUBDIR += py-graphite-web Added: head/www/py-google-cloud-translate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-translate/Makefile Sat Sep 1 00:27:13 2018 (r478645) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= google-cloud-translate +PORTVERSION= 1.3.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= contato@kanazuchi.com +COMMENT= Python Client for Google Cloud Translation + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.28.0:www/py-google-cloud-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/www/py-google-cloud-translate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-translate/distinfo Sat Sep 1 00:27:13 2018 (r478645) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535447655 +SHA256 (google-cloud-translate-1.3.1.tar.gz) = 4420f5b320145bf097ca9a12b18ec27c067886e2832d181f268c46c3bcb0d2e4 +SIZE (google-cloud-translate-1.3.1.tar.gz) = 12489 Added: head/www/py-google-cloud-translate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-translate/pkg-descr Sat Sep 1 00:27:13 2018 (r478645) @@ -0,0 +1,6 @@ +Python idiomatic client for Google Cloud Translation. + +With the Google Cloud Translation API, you can dynamically translate text +between thousands of language pairs. You can also detect the language of a text. + +WWW: https://pypi.org/project/google-cloud-translate/