On Fri, Apr 10, 2020 at 09:26:37AM +0200, Landry Breuil wrote:
> On Thu, Apr 09, 2020 at 08:43:05PM -0400, George Koehler wrote:
> > On Wed, 8 Apr 2020 12:16:38 -0600
> > Thomas Frohwein <[email protected]> wrote:
> >
> > > New port for downloading GOG.com games via the command line. Useful
> > > especially for a potential future game library management system...
> >
> > py3-gogrepo works for me. I logged into my GOG, downloaded a game,
> > and verified it. (My other games were "missing" during verify.)
> >
> > I want someone who knows python to look at this port. I only tried
> > the python3 FLAVOR. If you can drop flavors and always use python3
> > (like devel/mercurial), then you might rename the command from
> > "py3-gogrepo" to just "gogrepo".
>
> seconded, it looks like a leaf port to me, so i dont really think it
> needs the py2 flavor, juste default to FLAVOR=python3 like other ports.
I think you want to do this instead:
MODPY_VERSION=${MODPY_DEFAULT_VERSION_3}
--
Antoine