mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
d02141c9eb
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
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
Googletrans is a free and unlimited Python library that implemented the
|
|
Google Translate API. This uses the Google Translate Ajax API to make calls to
|
|
such methods as detect and translate.
|
|
|
|
Features:
|
|
|
|
* Fast and reliable - it uses the same servers that translate.google.com uses
|
|
* Auto language detection
|
|
* Bulk translations
|
|
* Customizable service URL
|
|
* HTTP/2 support
|
|
|
|
WWW: https://github.com/ssut/py-googletrans
|