| Port details on branch 2020Q3 |
- py-gtts Library/CLI tool to interface with Google Translate text-to-speech API
- 2.1.1 audio
=0 2.1.1Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2020-08-01 07:15:46
- Last Update: 2020-08-01 07:15:38
- Commit Hash: 464ce24
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pndurette/gTTS
- Description:
- gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with
Google Translate's text-to-speech API. Write spoken mp3 data to a file, a
file-like object (bytestring) for further audio manipulation, or stdout.
Or simply pre-generate Google Translate TTS request URLs to feed to an external
program.
Customizable speech-specific sentence tokenizer that allows for unlimited
lengths of text to be read, all while keeping proper intonation, abbreviations,
decimals and more; Customizable text pre-processors which can, for example,
provide pronunciation corrections; Automatic retrieval of supported languages.
WWW: https://github.com/pndurette/gTTS
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gtts>0:audio/py-gtts@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-gtts/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-gtts
- pkg install py37-gtts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py37-gtts listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py37-gtts
- Package flavors (<flavor>: <package>)
- py37: py37-gtts
- py27: py27-gtts
- distinfo:
- TIMESTAMP = 1594610064
SHA256 (pndurette-gTTS-v2.1.1_GH0.tar.gz) = 7ba54c933aadf83811d397947a2702360188a03b3571b3caff0d618aa34c0d7c
SIZE (pndurette-gTTS-v2.1.1_GH0.tar.gz) = 33476
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- py37-twine>=1.11 : devel/py-twine@py37
- Runtime dependencies:
-
- py37-beautifulsoup>0 : www/py-beautifulsoup@py37
- py37-click>0 : devel/py-click@py37
- py37-gtts-token>=1.1.3 : security/py-gtts-token@py37
- py37-six>0 : devel/py-six@py37
- py37-requests>0 : www/py-requests@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- This port is required by:
- for Run
-
- games/py-mnemosyne
Configuration Options:
- No options to configure
- Options name:
- audio_py-gtts
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.1.1 01 Aug 2020 07:15:39
  |
lbartoletti  |
MFH: r543817
games/py-mnemosyne: Take Maintainer'ship, fix runtime error and add missing
dependencies
Latest version of games/py-mnemosyne requires new dependencies. This commit adds
the missing dependencies:
- audio/py-gtts
- security/py-gtts-token (required by audio/py-gtts)
- textproc/py-googletrans
The games/py-mnemosyne port needs to be limited to Python 3.7+ to keep the
dependency chains intact. This is because textproc/py-googletrans depends on
www/py-httpx which is only for Python 3.7+.
PR: 247595
Submitted by: kai
Reported by: gspurki@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25895
Approved by: ports-secteam (joneum) |
2.1.1 01 Aug 2020 07:15:38
    |
Loïc Bartoletti (lbartoletti)  |
MFH: r543817
games/py-mnemosyne: Take Maintainer'ship, fix runtime error and add missing
dependencies
Latest version of games/py-mnemosyne requires new dependencies. This commit adds
the missing dependencies:
- audio/py-gtts
- security/py-gtts-token (required by audio/py-gtts)
- textproc/py-googletrans
The games/py-mnemosyne port needs to be limited to Python 3.7+ to keep the
dependency chains intact. This is because textproc/py-googletrans depends on
www/py-httpx which is only for Python 3.7+.
PR: 247595
Submitted by: kai
Reported by: gspurki@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25895
Approved by: ports-secteam (joneum) |