Hi,
This diff updates flake8 to the latest release.
Tested on amd64.
Unbreak with pyflakes 1.4.0 (on ports@).
Comments ? OK ?
--
Alexandr Shadchin
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/flake8/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile 15 Nov 2016 08:23:50 -0000 1.9
+++ Makefile 4 Jan 2017 17:42:28 -0000
@@ -2,7 +2,7 @@
COMMENT = modular python code checker wrapping pep8 and pyflakes
-MODPY_EGG_VERSION = 3.2.0
+MODPY_EGG_VERSION = 3.2.1
DISTNAME = flake8-${MODPY_EGG_VERSION}
CATEGORIES = devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/flake8/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 15 Nov 2016 08:23:50 -0000 1.4
+++ distinfo 4 Jan 2017 17:42:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (flake8-3.2.0.tar.gz) = 9MPArrgBgxmZOyxHokkft+qLOlHHqGy6ODAa4VYbNk4=
-SIZE (flake8-3.2.0.tar.gz) = 128662
+SHA256 (flake8-3.2.1.tar.gz) = x8Rgta/zogY8eYp3rxjscK85QdNaIuLnaWXjwOCzYFU=
+SIZE (flake8-3.2.1.tar.gz) = 129458
Index: patches/patch-setup_py
===================================================================
RCS file: patches/patch-setup_py
diff -N patches/patch-setup_py
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-setup_py 4 Jan 2017 17:42:28 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- 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",
+ ]