Page MenuHomeFreeBSD

games/py-mnemosyne: fix runtime error
ClosedPublic

Authored by lbartoletti on Jul 30 2020, 5:53 PM.
Tags
None
Referenced Files
F153204548: D25895.diff
Sun, Apr 19, 7:19 PM
Unknown Object (File)
Sat, Apr 18, 3:25 PM
Unknown Object (File)
Tue, Apr 14, 2:12 PM
Unknown Object (File)
Tue, Apr 14, 6:54 AM
Unknown Object (File)
Mon, Apr 6, 5:03 PM
Unknown Object (File)
Mon, Apr 6, 8:10 AM
Unknown Object (File)
Sat, Apr 4, 3:04 AM
Unknown Object (File)
Mon, Mar 30, 3:49 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32663
Build 30115: arc lint + arc unit