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
Alexandr Shadchin wrote :
> Hi,
>
> This diff updates py-mccabe to the latest release.
> Tested on amd64.
>
> Comments ? OK ?
OK
0.3.1
> > +MODPY_EGG_VERSION =0.5.2
> > DISTNAME = mccabe-${MODPY_EGG_VERSION}
> > PKGNAME = py-mccabe-${MODPY_EGG_VERSION}
> >
> > @@ -15,10 +15,13 @@ MAINTAINER =Bertrand Janin
> > > # Expat
> > PER
= devel
-HOMEPAGE = https://bitbucket.org/tarek/flake8/
+HOMEPAGE = https://gitlab.com/pycqa/flake8
MAINTAINER = Bertrand Janin
@@ -22,6 +21,7 @@ MODULES = lang/python
MODPY_SETUPTOOLS = Yes
TEST_DEPENDS = ${RUN_DEPENDS
://gitlab.com/pycqa/flake8
MAINTAINER = Bertrand Janin
Index: distinfo
===
RCS file: /cvs/ports/devel/flake8/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo18 Nov 2014 12:10:58 -
This update adds a patch to devel/pep8 which reverts changes made to the 1.6
series breaking configuration file compatibility with devel/flake8. More
information on the Python Code Quality mailing list:
https://mail.python.org/pipermail/code-quality/2015-March/000515.html
Index: Makefile
===
This release fixes a few bugs calculating the complexity.
I removed NO_TEST since upstream added the test suite to the release
(https://github.com/PyCQA/mccabe/issues/31)
devel/flake8 is the only port with py-mccabe as dependency and it was tested
successfully.
Bertrand
Index: Makefile
===
Jérémie Courrèges-Anglas wrote :
> Alexandr Shadchin writes:
>
> > On Wed, Dec 23, 2015 at 09:21:43PM +0100, Jérémie Courrèges-Anglas wrote:
> >> Daniel Jakots writes:
> >>
> >> > On Wed, 23 Dec 2015 23:49:11 +0500, Alexandr Shadchin
> >> > wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> This diff
Stuart Henderson wrote :
> On 2014/11/17 21:06, Bertrand Janin wrote:
> > Hi,
> >
> > attached is the latest version of flake8, a modular python code checker
> > wrapping tools such as pyflakes, pep8 and McCabe for complexity checks.
> >
> > Bertra
Hi,
attached is the latest version of flake8, a modular python code checker
wrapping tools such as pyflakes, pep8 and McCabe for complexity checks.
Bertrand
devel-flake8.tgz
Description: application/tar-gz
Hi,
attached is the latest released version of the mccabe Python library. It is a
complexity checker for Python code using cyclomatic complexity measurement,
also known as McCabe's complexity measure.
Bertrand
devel-py-mccabe.tgz
Description: application/tar-gz
Comments? Import?
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly
compatible with various web frameworks, simply implemented, light on server
resource usage, and fairly speedy.
https://
12 matches
Mail list logo