On Tue, Feb 04, 2020 at 11:54:01AM +0100, Paco Esteban wrote:
> Hi Stuart,

> On Tue, 04 Feb 2020, Stuart Henderson wrote:

> > Please update HOMEPAGE to https://python-musicbrainzngs.readthedocs.io/
> > to use https and avoid redirects,

> Did not catch that one.

> > It will need an @pkgpath marker to allow updates to work.  To be honest
> > since it still supports py2 I would leave that enabled until someone<tm>
> > has figured out the best way to move an existing py2+3 port to py3-only...

> I did it this way because it has only one consumer that is already
> py3 only.  It would be good indeed to have a clear path to go to from
> py2+py3 to py3 only, as this will happen to many ports.

> Anyway, this is the updated diff, which makes my other email about
> audio/beets unnecessary.  Thank you Stuart.

> -MODULES =    lang/python
> -FLAVORS =    python3
> +MODULES =            lang/python
> +MODPY_SETUPTOOLS =   Yes
> +MODPY_PYTEST =               Yes

> +FLAVORS =            python3
>  FLAVOR ?=

>  TEST_ENV =   LC_CTYPE=en_US.UTF-8

With the move to MODPY_PYTEST, LC_ALL gets set, so this isn't needed.

I removed that line, and committed the diff. Thanks!

--Kurt

Reply via email to