Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 00:43:13 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95679: [NEW PORT] devel/py24-flakes: Pyflakes is a program that analyzes Pythom programs for errors
Message-ID:  <200604130743.k3D7hDBv014562@Laptop.mine.box>
Resent-Message-ID: <200604130750.k3D7oBPL031040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95679
>Category:       ports
>Synopsis:       [NEW PORT] devel/py24-flakes: Pyflakes is a program that analyzes Pythom programs for errors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 07:50:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
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: http://www.divmod.org/projects/pyflakes

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- py24-flakes-0.2.1.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-flakes
#	py-flakes/Makefile
#	py-flakes/pkg-descr
#	py-flakes/pkg-plist
#	py-flakes/distinfo
#
echo c - py-flakes
mkdir -p py-flakes > /dev/null 2>&1
echo x - py-flakes/Makefile
sed 's/^X//' >py-flakes/Makefile << 'END-of-py-flakes/Makefile'
X# New ports collection makefile for:	py-flakes
X# Date created:				13 Apr 2006
X# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	flakes
XPORTVERSION=	0.2.1
XCATEGORIES=	devel python
XMASTER_SITES=	http://divmod.org/static/projects/pyflakes/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	pyflakes-${PORTVERSION}
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	Pyflakes is a program that analyzes Pythom programs for errors
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XNO_BUILD=	yes
X
X.include <bsd.port.mk>
END-of-py-flakes/Makefile
echo x - py-flakes/pkg-descr
sed 's/^X//' >py-flakes/pkg-descr << 'END-of-py-flakes/pkg-descr'
XPyflakes is a simple program which checks Python source files for errors. It is
Xsimilar to PyChecker in scope, but differs in that it does not execute the 
Xmodules to check them. This is both safer and faster, although it does not 
Xperform as many checks. Unlike PyLint, Pyflakes checks only for logical errors 
Xin programs; it does not perform any checks on style.
X
XWWW: http://www.divmod.org/projects/pyflakes
END-of-py-flakes/pkg-descr
echo x - py-flakes/pkg-plist
sed 's/^X//' >py-flakes/pkg-plist << 'END-of-py-flakes/pkg-plist'
Xbin/pyflakes
X%%PYTHON_SITELIBDIR%%/pyflakes/__init__.py
X%%PYTHON_SITELIBDIR%%/pyflakes/__init__.pyc
X%%PYTHON_SITELIBDIR%%/pyflakes/__init__.pyo
X%%PYTHON_SITELIBDIR%%/pyflakes/messages.py
X%%PYTHON_SITELIBDIR%%/pyflakes/messages.pyc
X%%PYTHON_SITELIBDIR%%/pyflakes/messages.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/pyflakes
END-of-py-flakes/pkg-plist
echo x - py-flakes/distinfo
sed 's/^X//' >py-flakes/distinfo << 'END-of-py-flakes/distinfo'
XMD5 (pyflakes-0.2.1.tar.gz) = e65d9245d706350b3db811280d897f30
XSHA256 (pyflakes-0.2.1.tar.gz) = 3eecd66deecc2de5c31bb91a4b4479232087e80da94e3086e2a686879374cde9
XSIZE (pyflakes-0.2.1.tar.gz) = 6140
END-of-py-flakes/distinfo
exit
--- py24-flakes-0.2.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604130743.k3D7hDBv014562>