> On Jun 21, 2024, at 3:39 AM, Stuart Henderson wrote:
>
> On 2024/06/21 09:00, Laurent Cheylus wrote:
>> Hi Daniel,
>>
>> - Mail original -
On Jun 19, 2024, at 9:35 AM, Laurent Cheylus wrote:
a simple update for devel/flake8 to the latest version 7.1.0.
>>
>>> Thanks for
On 2024/06/21 09:00, Laurent Cheylus wrote:
> Hi Daniel,
>
> - Mail original -
> > > On Jun 19, 2024, at 9:35 AM, Laurent Cheylus wrote:
> > > a simple update for devel/flake8 to the latest version 7.1.0.
>
> > Thanks for the submission.
> >
> > Looks like pycodestyle has to be updated
Hi Daniel,
- Mail original -
> > On Jun 19, 2024, at 9:35 AM, Laurent Cheylus wrote:
> > a simple update for devel/flake8 to the latest version 7.1.0.
> Thanks for the submission.
>
> Looks like pycodestyle has to be updated simultaneously.
I have also an update for devel/py-codestyle
Thanks for the submission.
Looks like pycodestyle has to be updated simultaneously.
> On Jun 19, 2024, at 9:35 AM, Laurent Cheylus wrote:
>
> Hi,
>
> [cc daniel@ as maintainer]
>
> a simple update for devel/flake8 to the latest version 7.1.0.
>
> - update Makefile and distinfo for this vers
Ping ?
On Sun, 23 Jun 2019, Paco Esteban wrote:
> On Thu, 20 Jun 2019, Kurt Mosiejczuk wrote:
>
> > It helps be sure one didn't break anything in my experience. I usually just
> > run the tests which will install the test dependencies and then run tests.
> > "pkg_delete -a" is your friends after
On Thu, 20 Jun 2019, Kurt Mosiejczuk wrote:
> It helps be sure one didn't break anything in my experience. I usually just
> run the tests which will install the test dependencies and then run tests.
> "pkg_delete -a" is your friends after rounds of tests like that. It deletes
> things that were in
Alexandr Shadchin wrote :
> Hi,
>
> This diff updates flake8 to the latest release.
> Tested on amd64.
>
> Unbreak with pyflakes 1.4.0 (on ports@).
>
> Comments ? OK ?
OK as well
Bertrand Janin writes:
> Here is a better version without the test suite patch.
Committed, thanks.
--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
Here is a better version without the test suite patch.
Index: Makefile
===
RCS file: /cvs/ports/devel/flake8/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- Makefile24 Dec 2015 15:36:54 - 1.4
+++ Make