python/pyflakes: Updated for version 0.7.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
LukenShiro 2013-05-19 09:12:40 -04:00 committed by dsomero
parent 0d2d1571ab
commit df7fd2ead7
3 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for pyflakes
# Copyright 2010-2011 LukenShiro <lukenshiro@ngi.it>
# Copyright 2010-2013 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyflakes
VERSION=${VERSION:-0.5.0}
VERSION=${VERSION:-0.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="pyflakes"
VERSION="0.5.0"
VERSION="0.7.2"
HOMEPAGE="http://www.divmod.org/trac/wiki/DivmodPyflakes"
DOWNLOAD="http://pypi.python.org/packages/source/p/pyflakes/pyflakes-0.5.0.tar.gz"
MD5SUM="568dab27c42e5822787aa8a603898672"
DOWNLOAD="http://pypi.python.org/packages/source/p/pyflakes/pyflakes-0.7.2.tar.gz"
MD5SUM="2b27790c2fd6020ed045674c03092a8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
pyflakes: pyflakes (passive checker of Python programs)