Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 19:19:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 247595] games/py-mnemosyne: Fails to run: ModuleNotFoundError: No module named 'googletrans'
Message-ID:  <bug-247595-21822-mD78Dchs91@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247595-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247595-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247595

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: lbartoletti
Date: Thu Jul 30 19:18:15 UTC 2020
New revision: 543817
URL: https://svnweb.freebsd.org/changeset/ports/543817

Log:
  games/py-mnemosyne: Take Maintainer'ship, fix runtime error and add missi=
ng
dependencies

  Latest version of games/py-mnemosyne requires new dependencies. This comm=
it
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

Changes:
  head/audio/Makefile
  head/audio/py-gtts/
  head/audio/py-gtts/Makefile
  head/audio/py-gtts/distinfo
  head/audio/py-gtts/pkg-descr
  head/games/py-mnemosyne/Makefile
  head/security/Makefile
  head/security/py-gtts-token/
  head/security/py-gtts-token/Makefile
  head/security/py-gtts-token/distinfo
  head/security/py-gtts-token/pkg-descr
  head/textproc/Makefile
  head/textproc/py-googletrans/
  head/textproc/py-googletrans/Makefile
  head/textproc/py-googletrans/distinfo
  head/textproc/py-googletrans/pkg-descr

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247595-21822-mD78Dchs91>