Port details |
- py-gtts Library/CLI tool to interface with Google Translate text-to-speech API
- 2.2.1 audio
=0 2.2.1Version of this port present on the latest quarterly branch. - Maintainer: lbartoletti@FreeBSD.org
 - Port Added: 2020-07-30 19:18:21
- Last Update: 2021-05-07 13:26:34
- Commit Hash: 58fa1c7
- Also Listed In: python
- License: MIT
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information 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 py38-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 py38-gtts listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-gtts
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1608404182
SHA256 (pndurette-gTTS-v2.2.1_GH0.tar.gz) = a92cc3ecbff83e8c291607deedbeb73c3d1089aeeb8da11132e5357a26e89daf
SIZE (pndurette-gTTS-v2.2.1_GH0.tar.gz) = 33711
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-click>0 : devel/py-click@py38
- py38-six>0 : devel/py-six@py38
- py38-requests>0 : www/py-requests@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- games/py-mnemosyne
- Configuration Options:
- No options to configure
- Options name:
- audio_py-gtts
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 May 2021 13:26:34 2.2.1
|
Kai Knoblich (kai)  |
audio/py-gtts, textproc/py-googletrans: Pass maintainership
Approved by: lbartoletti (new maintainer)
MFH: 2021Q2 |
07 Apr 2021 08:09:01 2.2.1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.2.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Dec 2020 11:52:19
2.2.1
|
kai  |
audio/py-gtts: Update to 2.2.1
* Make port concurrent safe as it installs scripts outside of Python's
site-lib directory.
* Remove no longer required dependency of devel/py-twine and obsolete parts
for Python < 3.6 after r559056 .
Changelogs since 2.1.1:
https://github.com/pndurette/gTTS/blob/v2.2.1/CHANGELOG.rst |
24 Dec 2020 09:21:28
2.1.1
|
antoine  |
soupsieve 2.0.1 is only compatible with python 3.6+ |
30 Jul 2020 19:18:12
2.1.1
|
lbartoletti  |
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)
MFH: 2020Q3
Differential Revision: https://reviews.freebsd.org/D25895 |