Index: head/devel/py-pycodestyle/Makefile =================================================================== --- head/devel/py-pycodestyle/Makefile (revision 435160) +++ head/devel/py-pycodestyle/Makefile (revision 435161) @@ -1,23 +1,22 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= pycodestyle -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Python style guide checker LICENSE= MIT # mentioned as "Expat" USES?= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-pycodestyle/distinfo =================================================================== --- head/devel/py-pycodestyle/distinfo (revision 435160) +++ head/devel/py-pycodestyle/distinfo (revision 435161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484910290 -SHA256 (pycodestyle-2.2.0.tar.gz) = df81dc3293e0123e2e8d1f2aaf819600e4ae287d8b3af8b72181af50257e5d9a -SIZE (pycodestyle-2.2.0.tar.gz) = 85811 +TIMESTAMP = 1485935271 +SHA256 (pycodestyle-2.3.1.tar.gz) = 682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766 +SIZE (pycodestyle-2.3.1.tar.gz) = 89460 Index: head/devel/py-pycodestyle/pkg-descr =================================================================== --- head/devel/py-pycodestyle/pkg-descr (revision 435160) +++ head/devel/py-pycodestyle/pkg-descr (revision 435161) @@ -1,7 +1,8 @@ pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. This package used to be called pep8 but was renamed to pycodestyle to reduce confusion +WWW: https://pypi.python.org/pypi/pycodestyle WWW: https://pycodestyle.readthedocs.io/en/latest/