diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-03-02 15:48:18 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-02 15:48:18 -0300 |
commit | ed65bc4bd3a8739bbdcd6aa50aa8b00d0350f30e (patch) | |
tree | d965b5d9f5f55a61d197a5269420b1e59b9c96fd /development | |
parent | dd27027490462e780a43c54544281b37c2b880f5 (diff) | |
download | slackbuilds-ed65bc4bd3a8739bbdcd6aa50aa8b00d0350f30e.tar.gz |
development/pep8: Updated for version 0.6.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/pep8/README | 6 | ||||
-rw-r--r-- | development/pep8/pep8.SlackBuild | 2 | ||||
-rw-r--r-- | development/pep8/pep8.info | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/development/pep8/README b/development/pep8/README index d5aafb4594..a169dbd683 100644 --- a/development/pep8/README +++ b/development/pep8/README @@ -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. diff --git a/development/pep8/pep8.SlackBuild b/development/pep8/pep8.SlackBuild index 186b4570b2..a3ba6a6b29 100644 --- a/development/pep8/pep8.SlackBuild +++ b/development/pep8/pep8.SlackBuild @@ -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} diff --git a/development/pep8/pep8.info b/development/pep8/pep8.info index 5dcddcd786..fbd2906d6f 100644 --- a/development/pep8/pep8.info +++ b/development/pep8/pep8.info @@ -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" |