Re: [update] devel/flake8 7.1.0

2024-06-21 Thread Daniel Dickman
> 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

Re: [update] devel/flake8 7.1.0

2024-06-21 Thread Stuart Henderson
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

Re: [update] devel/flake8 7.1.0

2024-06-21 Thread Laurent Cheylus
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

Re: [update] devel/flake8 7.1.0

2024-06-19 Thread Daniel Dickman
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

Re: [update] devel/flake8 (and dependencies)

2019-07-22 Thread Paco Esteban
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

Re: [update] devel/flake8 (and dependencies)

2019-06-23 Thread Paco Esteban
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

Re: UPDATE: devel/flake8 3.2.1

2017-01-04 Thread Bertrand Janin
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

Re: UPDATE: devel/flake8

2015-12-28 Thread Jérémie Courrèges-Anglas
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

Re: UPDATE: devel/flake8

2015-12-28 Thread Bertrand Janin
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