development/pep8: Updated for version 0.6.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2011-03-02 15:48:18 -03:00 committed by Niels Horn
parent dd27027490
commit ed65bc4bd3
3 changed files with 9 additions and 7 deletions

View file

@ -1,2 +1,4 @@
pep8 is a tool to check your Python code against some of the style conventions
in PEP 8 <http://www.python.org/dev/peps/pep-0008/>.
pep8 is a tool to check your Python code against some of the style
conventions in PEP 8 <http://www.python.org/dev/peps/pep-0008/>.
This requires pysetuptools.

View file

@ -4,7 +4,7 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=pep8
VERSION=${VERSION:-0.6.0}
VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="pep8"
VERSION="0.6.0"
VERSION="0.6.1"
HOMEPAGE="http://pypi.python.org/pypi/pep8"
DOWNLOAD="http://pypi.python.org/packages/source/p/pep8/pep8-0.6.0.tar.gz"
MD5SUM="7e9e9294e08f80477c0132d3bc495410"
DOWNLOAD="http://pypi.python.org/packages/source/p/pep8/pep8-0.6.1.tar.gz"
MD5SUM="49380cdf6ba2e222e8630cb0afe29d66"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
APPROVED="dsomero"
APPROVED="Niels Horn"