Hi, This diff updates flake8 to the latest release. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/devel/flake8/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 4 Jan 2017 18:39:22 -0000 1.10 +++ Makefile 11 Feb 2017 19:37:42 -0000 @@ -2,7 +2,7 @@ COMMENT = modular python code checker wrapping pep8 and pyflakes -MODPY_EGG_VERSION = 3.2.1 +MODPY_EGG_VERSION = 3.3.0 DISTNAME = flake8-${MODPY_EGG_VERSION} CATEGORIES = devel Index: distinfo =================================================================== RCS file: /cvs/ports/devel/flake8/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 4 Jan 2017 18:39:22 -0000 1.5 +++ distinfo 11 Feb 2017 19:37:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (flake8-3.2.1.tar.gz) = x8Rgta/zogY8eYp3rxjscK85QdNaIuLnaWXjwOCzYFU= -SIZE (flake8-3.2.1.tar.gz) = 129458 +SHA256 (flake8-3.3.0.tar.gz) = uQeibc9VgHU9j4Dxvg7B1cRbcZ97rEQRIHk9GnCwPxI= +SIZE (flake8-3.3.0.tar.gz) = 134345 Index: patches/patch-setup_py =================================================================== RCS file: patches/patch-setup_py diff -N patches/patch-setup_py --- patches/patch-setup_py 4 Jan 2017 18:39:22 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-setup_py,v 1.5 2017/01/04 18:39:22 shadchin Exp $ ---- setup.py.orig Wed Jan 4 22:39:48 2017 -+++ setup.py Wed Jan 4 22:40:00 2017 -@@ -15,7 +15,7 @@ import flake8 - tests_require = ['mock', 'pytest'] - - requires = [ -- "pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0", -+ "pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.5.0", - "pycodestyle >= 2.0.0, < 2.3.0", - "mccabe >= 0.5.0, < 0.6.0", - ]