Index: head/devel/py-pyflakes/Makefile =================================================================== --- head/devel/py-pyflakes/Makefile (revision 476561) +++ head/devel/py-pyflakes/Makefile (revision 476562) @@ -1,24 +1,24 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ PORTNAME= pyflakes -PORTVERSION= 1.5.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Passive checker of Python programs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-pyflakes/distinfo =================================================================== --- head/devel/py-pyflakes/distinfo (revision 476561) +++ head/devel/py-pyflakes/distinfo (revision 476562) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487240762 -SHA256 (pyflakes-1.5.0.tar.gz) = aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4 -SIZE (pyflakes-1.5.0.tar.gz) = 47526 +TIMESTAMP = 1533613242 +SHA256 (pyflakes-2.0.0.tar.gz) = 9a7662ec724d0120012f6e29d6248ae3727d821bba522a0e6b356eff19126a49 +SIZE (pyflakes-2.0.0.tar.gz) = 49002 Index: head/devel/py-pyflakes/pkg-descr =================================================================== --- head/devel/py-pyflakes/pkg-descr (revision 476561) +++ head/devel/py-pyflakes/pkg-descr (revision 476562) @@ -1,8 +1,7 @@ Pyflakes is a simple program which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. -WWW: https://pypi.org/project/pyflakes/ WWW: https://github.com/PyCQA/pyflakes