Index: branches/2017Q1/devel/py-flake8/Makefile =================================================================== --- branches/2017Q1/devel/py-flake8/Makefile (revision 432214) +++ branches/2017Q1/devel/py-flake8/Makefile (revision 432215) @@ -1,22 +1,23 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= flake8 PORTVERSION= 2.5.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Code checking using pep8 and pyflakes LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mccabe>=0.2.1:devel/py-mccabe \ ${PYTHON_PKGNAMEPREFIX}pep8>=1.5.7:devel/pep8 \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.8.1:devel/py-pyflakes USES= python USE_PYTHON= autoplist distutils .include Index: branches/2017Q1/devel/py-flake8/files/patch-flake8.egg-info_requires.txt =================================================================== --- branches/2017Q1/devel/py-flake8/files/patch-flake8.egg-info_requires.txt (nonexistent) +++ branches/2017Q1/devel/py-flake8/files/patch-flake8.egg-info_requires.txt (revision 432215) @@ -0,0 +1,7 @@ +--- flake8.egg-info/requires.txt.orig 2016-02-11 17:54:19 UTC ++++ flake8.egg-info/requires.txt +@@ -1,3 +1,3 @@ +-pyflakes >= 0.8.1, < 1.1 ++pyflakes >= 0.8.1 + pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2 + mccabe >= 0.2.1, < 0.5 Property changes on: branches/2017Q1/devel/py-flake8/files/patch-flake8.egg-info_requires.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q1/devel/py-flake8/files/patch-setup.py =================================================================== --- branches/2017Q1/devel/py-flake8/files/patch-setup.py (nonexistent) +++ branches/2017Q1/devel/py-flake8/files/patch-setup.py (revision 432215) @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-02-10 22:07:13 UTC ++++ setup.py +@@ -49,7 +49,7 @@ setup( + url="https://gitlab.com/pycqa/flake8", + packages=["flake8", "flake8.tests"], + install_requires=[ +- "pyflakes >= 0.8.1, < 1.1", ++ "pyflakes >= 0.8.1", + "pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2", + "mccabe >= 0.2.1, < 0.5", + ], Property changes on: branches/2017Q1/devel/py-flake8/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q1/devel/py-flake8/pkg-descr =================================================================== --- branches/2017Q1/devel/py-flake8/pkg-descr (revision 432214) +++ branches/2017Q1/devel/py-flake8/pkg-descr (revision 432215) @@ -1,11 +1,11 @@ Flake8 is a wrapper around these tools: - PyFlakes - pep8 - Ned'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. -WWW: https://bitbucket.org/tarek/flake8 +WWW: https://gitlab.com/pycqa/flake8 Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 432214) +++ branches/2017Q1 (revision 432215) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r431942