Page MenuHomeFreeBSD

games/py-mnemosyne: fix runtime error
ClosedPublic

Authored by lbartoletti on Jul 30 2020, 5:53 PM.
Tags
None
Referenced Files
F133995810: D25895.id75173.diff
Wed, Oct 29, 9:37 PM
F133995809: D25895.id75176.diff
Wed, Oct 29, 9:37 PM
F133995789: D25895.id.diff
Wed, Oct 29, 9:37 PM
F133954979: D25895.diff
Wed, Oct 29, 2:11 PM
Unknown Object (File)
Sat, Oct 25, 9:06 PM
Unknown Object (File)
Sep 27 2025, 7:21 AM
Unknown Object (File)
Sep 23 2025, 9:59 PM
Unknown Object (File)
Sep 20 2025, 4:43 AM
Subscribers

Details

Summary

Latest version of games/py-mnemosyne requires new dependencies. The patch 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+ .

We definitely need also to merge whole changes to the 2020Q3 branch as the port is broken there at the moment.

Thanks kai@

Test Plan
  • poudriere (12/13 i386/amd64)
  • runtime tests by kai@, me and gspurki@gmail.com

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable