summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/pychecker/README2
-rw-r--r--development/pychecker/pychecker.SlackBuild8
-rw-r--r--development/pychecker/pychecker.info6
-rw-r--r--development/pychecker/slack-desc4
4 files changed, 9 insertions, 11 deletions
diff --git a/development/pychecker/README b/development/pychecker/README
index ad5bab77ab..9fb5dcec9e 100644
--- a/development/pychecker/README
+++ b/development/pychecker/README
@@ -21,5 +21,5 @@ Types of problems that can be found include:
* self is not the first parameter defined for a method
* Unused globals and locals (module or variable)
* Unused function/method arguments (can ignore self)
-* No doc strings in modules, classes, functions, and methods
+* No doc strings in modules, classes, functions, and methods
diff --git a/development/pychecker/pychecker.SlackBuild b/development/pychecker/pychecker.SlackBuild
index cd6b6a98bc..31ebc7bf94 100644
--- a/development/pychecker/pychecker.SlackBuild
+++ b/development/pychecker/pychecker.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pychecker
-# Copyright 2010 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2010-2011 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pychecker
-VERSION=${VERSION:-0.8.18}
+VERSION=${VERSION:-0.8.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -42,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCFILES="ChangeLog COPYRIGHT MAINTAINERS NEWS README VERSION CHANGELOG \
+DOCFILES="ChangeLog COPYRIGHT MAINTAINERS NEWS README VERSION \
KNOWN_BUGS pycheckrc TODO"
set -e
diff --git a/development/pychecker/pychecker.info b/development/pychecker/pychecker.info
index 317d83fec2..624bb7e5f4 100644
--- a/development/pychecker/pychecker.info
+++ b/development/pychecker/pychecker.info
@@ -1,8 +1,8 @@
PRGNAM="pychecker"
-VERSION="0.8.18"
+VERSION="0.8.19"
HOMEPAGE="http://pychecker.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/project/pychecker/pychecker/0.8.18/pychecker-0.8.18.tar.gz"
-MD5SUM="ef156a631df46de150a364912f2e36c8"
+DOWNLOAD="http://downloads.sourceforge.net/project/pychecker/pychecker/0.8.19/pychecker-0.8.19.tar.gz"
+MD5SUM="c37182863dfb09209d6ba4f38fce9d2b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
diff --git a/development/pychecker/slack-desc b/development/pychecker/slack-desc
index 2fcc6f173a..f946e73449 100644
--- a/development/pychecker/slack-desc
+++ b/development/pychecker/slack-desc
@@ -10,8 +10,8 @@ pychecker: pychecker (Python source code checking tool)
pychecker:
pychecker: PyChecker is a static analysis tool for finding bugs in Python source
pychecker: code. It finds problems that are typically caught by a compiler for
-pychecker: less dynamic languages, like C and C++. It is similar to lint.
-pychecker:
+pychecker: less dynamic languages, like C and C++. It is similar to lint.
+pychecker:
pychecker:
pychecker:
pychecker: