diff options
author | LukenShiro <lukenshiro@ngi.it> | 2013-05-19 09:12:40 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:40 -0400 |
commit | df7fd2ead7d9fd8cbc9a830c0d032ca3752409f9 (patch) | |
tree | 9ddd53f8fbe229863a19f463db456e146c9cf94c /python/pyflakes | |
parent | 0d2d1571abfa4e1bef9a42e0509e514ccd06a1a5 (diff) | |
download | slackbuilds-df7fd2ead7d9fd8cbc9a830c0d032ca3752409f9.tar.gz |
python/pyflakes: Updated for version 0.7.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/pyflakes')
-rw-r--r-- | python/pyflakes/pyflakes.SlackBuild | 4 | ||||
-rw-r--r-- | python/pyflakes/pyflakes.info | 6 | ||||
-rw-r--r-- | python/pyflakes/slack-desc | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/python/pyflakes/pyflakes.SlackBuild b/python/pyflakes/pyflakes.SlackBuild index 7c530c1ee7..e59acd5784 100644 --- a/python/pyflakes/pyflakes.SlackBuild +++ b/python/pyflakes/pyflakes.SlackBuild @@ -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} diff --git a/python/pyflakes/pyflakes.info b/python/pyflakes/pyflakes.info index 2bd7b1baa5..25885b90a2 100644 --- a/python/pyflakes/pyflakes.info +++ b/python/pyflakes/pyflakes.info @@ -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="" diff --git a/python/pyflakes/slack-desc b/python/pyflakes/slack-desc index 747587f819..ed8e6ec819 100644 --- a/python/pyflakes/slack-desc +++ b/python/pyflakes/slack-desc @@ -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) |