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/py-mccabe 0.5.3

2017-01-04 Thread Bertrand Janin
Alexandr Shadchin wrote : > Hi, > > This diff updates py-mccabe to the latest release. > Tested on amd64. > > Comments ? OK ? OK

Re: UPDATE: devel/py-mccabe 0.5.2

2016-08-28 Thread Bertrand Janin
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

Re: UPDATE: devel/flake8

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

UPDATE: devel/flake8

2015-12-25 Thread Bertrand Janin
://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 -

PATCH: devel/pep8

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

UPDATE: devel/py-mccabe 0.3.1

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

Re: UPDATE: devel/py-mock 1.3.0

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

Re: NEW: devel/flake8

2014-11-17 Thread Bertrand Janin
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

NEW: devel/flake8

2014-11-17 Thread Bertrand Janin
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

NEW: devel/py-mccabe

2014-11-17 Thread Bertrand Janin
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

NEW: www/py-gunicorn

2012-04-14 Thread Bertrand Janin
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://