Sunday, February 28, 2021

Re: move flask to py3

No objections on vcr/test-vcr bits, thank you Lucas

On 2/27/21 1:06 PM, Lucas Raab wrote:
> On Sat, Feb 27, 2021 at 10:25:21AM -0600, Lucas Raab wrote:
>> On Sat, Feb 27, 2021 at 04:12:47PM +0000, Stuart Henderson wrote:
>>> 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 ;-)
>>>
>> d'oh! :) Thanks for catching that
>>
>> Updated diff with FLAVOR = and the comma (plus a bonus @pkgpath that I
>> forgot for py-vcrpy)
> One last tweak to remove the suffix off the flask bin. Sorry, should
> have caught that earlier
>

No comments:

Post a Comment