Bug 230973 (py-google-cloud-translate) - [NEW_PORT] www/py-google-cloud-translate: A python port for Google translate API
Summary: [NEW_PORT] www/py-google-cloud-translate: A python port for Google translate API
Status: Closed FIXED
Alias: py-google-cloud-translate
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo G. Baio
URL: https://github.com/GoogleCloudPlatfor...
Keywords:
Depends on:
Blocks: py-transpopy
  Show dependency treegraph
 
Reported: 2018-08-28 12:16 UTC by Silvio Ap Silva
Modified: 2018-09-01 00:32 UTC (History)
1 user (show)

See Also:


Attachments
Shar file for py-google-cloud-translate (2.07 KB, text/plain)
2018-08-28 12:16 UTC, Silvio Ap Silva
no flags Details
New shar file setting python 3.4+ (2.08 KB, text/plain)
2018-08-28 12:39 UTC, Silvio Ap Silva
no flags Details
Shar file with dependences (2.53 KB, text/plain)
2018-08-28 21:09 UTC, Silvio Ap Silva
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Silvio Ap Silva 2018-08-28 12:16:12 UTC
Created attachment 196638 [details]
Shar file for py-google-cloud-translate

Port for the google translate API.
This port will suporte another one, py-transpopy and be util for another users that wants to use the google translate API on FreeBSD.

The license APACHE20 was used because is the license of the google project.
Comment 1 Silvio Ap Silva 2018-08-28 12:39:52 UTC
Created attachment 196640 [details]
New shar file setting python 3.4+
Comment 2 Silvio Ap Silva 2018-08-28 12:41:56 UTC
I set the python version as 3.4+ because the project don't support python2 anymore.

Bellow has a part of full discription in the github page of the project.

"Heads up! These libraries are supported on App Engine standard's Python 3 runtime but are not supported on App Engine's Python 2 runtime."

The full content is here:
https://github.com/GoogleCloudPlatform/google-cloud-python
Comment 3 Silvio Ap Silva 2018-08-28 21:09:08 UTC
Created attachment 196654 [details]
Shar file with dependences

I'm sending a new shar file with dependences for google-cloud-translate.
Was included on the var RUN_DEPENDES some ports to be in building process of this port.
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-09-01 00:27:24 UTC
A commit references this bug:

Author: dbaio
Date: Sat Sep  1 00:27:15 UTC 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 <contato@kanazuchi.com>

Changes:
  head/www/Makefile
  head/www/py-google-cloud-translate/
  head/www/py-google-cloud-translate/Makefile
  head/www/py-google-cloud-translate/distinfo
  head/www/py-google-cloud-translate/pkg-descr
Comment 5 Danilo G. Baio freebsd_committer freebsd_triage 2018-09-01 00:32:06 UTC
Committed, thanks!