On 2021/02/27 09:52, Lucas Raab wrote:
> On Fri, Feb 26, 2021 at 08:52:11PM -0600, Lucas Raab wrote:
> > Hello,
> >
> > Here are some changes to move flask over to py3 and related packages.
> >
> > flask deps:
> > * www/py-itsdangerous (rdep to www/py-flask and py-httpbin)
> > * www/py-httpbin is included here as well
> > * www/py-werkzeug (rdep to devel/py-test-localserver and www/py-flask)
> > * devel/py-test-localserver is included here as well
> > * devel/py-blinker (only rdep to www/py-flask)
> >
> > flask rdeps:
> > * www/py-httpbin
> >
> > httpbin chain:
> > * devel/py-test-httpbin
> > * www/py-vcrpy
> > * test/py-test-vcr
> >
> > Follow-ups for later:
> > * move devel/py-click and related to py3
> > * update itsdangerous and werkzeug
> > * update flask
> >
> > Missing anything?
> >
> > cc: maintainer of py-vcrpy and py-test-vcr
> >
> > Lucas
>
> oops, forgot @pkgpath updates. Updated diff
> FLAVORS = python3
> -FLAVOR ?=
> +FLAVOR ?= python3
FLAVOR in these cases is not optional, please use = not ?=
> 'py-pygal' => 'py3-pygal',
> 'py-wtforms' => 'py3-wtforms',
> 'py-apsw' => 'py3-apsw',
> + 'py-test-httpbin' => 'py3-test-httpbin',
> + 'py-test-localserver' => 'py3-test-localserver',
> + 'py-test-vcr' => 'py3-test-vcr',
> + 'py-flask' => 'py3-flask',
> + 'py-httpbin' => 'py3-httpbin',
> + 'py-itsdangerous' => 'py3-itsdangerous',
> + 'py-vcrpy' => 'py3-vcrpy',
> + 'py-werkzeug' => 'py3-werkzeug',
> + 'py-blinker' => 'py3-blinker'
> };
and keep the trailing , here to reduce the risk of breakage for the
next person who adds to this ;-)
No comments:
Post a Comment