svn commit: r435162 - head/devel/py-flake8
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 1 15:02:50 UTC 2017
Author: amdmi3
Date: Wed Mar 1 15:02:48 2017
New Revision: 435162
URL: https://svnweb.freebsd.org/changeset/ports/435162
Log:
- Update to 3.3.0
- Update pkg-descr
- Add another WWW
PR: 217134
Submitted by: amdmi3
Approved by: wg (maintainer)
Modified:
head/devel/py-flake8/Makefile
head/devel/py-flake8/distinfo
head/devel/py-flake8/pkg-descr
Modified: head/devel/py-flake8/Makefile
==============================================================================
--- head/devel/py-flake8/Makefile Wed Mar 1 15:01:02 2017 (r435161)
+++ head/devel/py-flake8/Makefile Wed Mar 1 15:02:48 2017 (r435162)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= flake8
-PORTVERSION= 3.2.1
-PORTREVISION= 1
+PORTVERSION= 3.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-flake8/distinfo
==============================================================================
--- head/devel/py-flake8/distinfo Wed Mar 1 15:01:02 2017 (r435161)
+++ head/devel/py-flake8/distinfo Wed Mar 1 15:02:48 2017 (r435162)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484910118
-SHA256 (flake8-3.2.1.tar.gz) = c7c460b5aff3a2063c798a77af18ec70af3941d35a22e2e76965e3c0e0b36055
-SIZE (flake8-3.2.1.tar.gz) = 129458
+TIMESTAMP = 1487238723
+SHA256 (flake8-3.3.0.tar.gz) = b907a26dcf5580753d8f80f1be0ec1d5c45b719f7bac441120793d1a70b03f12
+SIZE (flake8-3.3.0.tar.gz) = 134345
Modified: head/devel/py-flake8/pkg-descr
==============================================================================
--- head/devel/py-flake8/pkg-descr Wed Mar 1 15:01:02 2017 (r435161)
+++ head/devel/py-flake8/pkg-descr Wed Mar 1 15:02:48 2017 (r435162)
@@ -1,11 +1,11 @@
Flake8 is a wrapper around these tools:
- - PyFlakes
- - pep8
- - Ned's McCabe script
+ - PyFlakes
+ - pycodestyle
+ - Ned Batchelder's McCabe script
-Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
-and PyFlakes extended options and just uses defaults. It displays the warnings
-in a per-file, merged output.
+Flake8 runs all tools by launching the single 'flake8' script. It
+displays the warnings in a per-file, merged output
+WWW: https://pypi.python.org/pypi/flake8
WWW: https://gitlab.com/pycqa/flake8
More information about the svn-ports-all
mailing list