From william88@gmail.com  Mon Nov 19 15:15:58 2012
Return-Path: <william88@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A6533C96
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Nov 2012 15:15:58 +0000 (UTC)
	(envelope-from william88@gmail.com)
Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 5A40B8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Nov 2012 15:15:58 +0000 (UTC)
Received: by mail-yh0-f54.google.com with SMTP id s35so941437yhf.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Nov 2012 07:15:52 -0800 (PST)
Received: by 10.236.144.165 with SMTP id n25mr12175202yhj.61.1353338152322;
        Mon, 19 Nov 2012 07:15:52 -0800 (PST)
Received: from localhost ([187.112.109.15])
        by mx.google.com with ESMTPS id t46sm9953297yhi.3.2012.11.19.07.15.50
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 19 Nov 2012 07:15:51 -0800 (PST)
Message-Id: <50aa4d27.4687ec0a.7d62.ffff8ae8@mx.google.com>
Date: Mon, 19 Nov 2012 07:15:51 -0800 (PST)
From: William Grzybowski <william88@gmail.com>
Reply-To: William Grzybowski <william88@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/py-flake8: update to 1.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         173720
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-flake8: update to 1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 19 15:20:00 UTC 2012
>Closed-Date:    Wed Nov 28 17:19:58 UTC 2012
>Last-Modified:  Wed Nov 28 17:19:58 UTC 2012
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

Update to 1.6:


1.6 - 2012-11-16

    changed the signatures of the check_file function in flake8/run.py, skip_warning in flake8/util.py and the check, checkPath functions in flake8/pyflakes.py.
    fix --exclude and --ignore command flags (#14, #19)
    fix the git hook that wasn't catching files not already added to the index (#29)
    pre-emptively includes the addition to pep8 to ignore certain lines. Add # nopep8 to the end of a line to ignore it. (#37)
    check_file can now be used without any special prior setup (#21)
    unpacking exceptions will no longer cause an exception (#20)
    fixed crash on non-existant file (#38)

1.5 - 2012-10-13

    fixed the stdin
    make sure mccabe catches the syntax errors as warnings
    pep8 upgrade
    added max_line_length default value
    added Flake8Command and entry points is setuptools is around
    using the setuptools console wrapper when available



>How-To-Repeat:
>Fix:

	See attached patch


--- py-flake8.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 307563)
+++ Makefile	(working copy)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	flake8
-PORTVERSION=	1.4
+PORTVERSION=	1.6
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: distinfo
===================================================================
--- distinfo	(revision 307563)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (flake8-1.4.tar.gz) = 4ed58d8aba65fb8250f82ba067ca556e54cf1d5719d8496b6396bdbb229f4735
-SIZE (flake8-1.4.tar.gz) = 33480
+SHA256 (flake8-1.6.tar.gz) = 064e79165cee7ea0d4648029446a45405f3d9a0ae2984e8d7580ca2074dfca01
+SIZE (flake8-1.6.tar.gz) = 41430
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 307563)
+++ pkg-plist	(working copy)
@@ -2,6 +2,7 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/flake8
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
@@ -35,8 +36,8 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/util.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/util.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/util.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/tests
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8
 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts
 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
-@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/tests
-@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8
 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
--- py-flake8.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 19 15:20:09 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173720 
Responsible-Changed-From-To: freebsd-python->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Wed Nov 28 07:32:24 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173720 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Wed Nov 28 17:19:57 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173720 
>Unformatted:
