aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-07-30 19:18:12 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-07-30 19:18:12 +0000
commitd02141c9eb5529b458de54f81ae5c7de1d64d1ce (patch)
tree8ea2e9b7557e205f6a9a648c00d0bd3c3700d6d2 /textproc/Makefile
parent8e49ad617a26f6d5b661e98b0b9d636a5e90f49c (diff)
downloadports-d02141c9eb5529b458de54f81ae5c7de1d64d1ce.tar.gz
ports-d02141c9eb5529b458de54f81ae5c7de1d64d1ce.zip
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
Notes
Notes: svn path=/head/; revision=543817
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index da94e084074b..1b79d48c5c89 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1260,6 +1260,7 @@
SUBDIR += py-genshi
SUBDIR += py-gensim
SUBDIR += py-gfm
+ SUBDIR += py-googletrans
SUBDIR += py-grako
SUBDIR += py-guess-language
SUBDIR += py-hexdump