summaryrefslogtreecommitdiffstats
path: root/development/pylint
diff options
context:
space:
mode:
author Serban Udrea2017-05-01 02:47:05 +0200
committer Willy Sudiarto Raharjo2017-05-01 02:47:05 +0200
commit415793bb48cb86fa4fb001f32f303c782de5790c (patch)
tree3518424a5721a33656241c5d26f1d9cb6fd1d0ce /development/pylint
parent1b73a1854dc61af7f6c536fbd7afdec877106fb3 (diff)
downloadslackbuilds-415793bb48cb86fa4fb001f32f303c782de5790c.tar.gz
development/pylint: Updated for version 1.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pylint')
-rw-r--r--development/pylint/pylint.SlackBuild27
-rw-r--r--development/pylint/pylint.info8
2 files changed, 28 insertions, 7 deletions
diff --git a/development/pylint/pylint.SlackBuild b/development/pylint/pylint.SlackBuild
index 59b1473c27..66f00b84c6 100644
--- a/development/pylint/pylint.SlackBuild
+++ b/development/pylint/pylint.SlackBuild
@@ -2,17 +2,38 @@
# Slackware build script for pylint
+# Copyright 2008-2012 Grissiom <chaos.proton@gmail.com>
+# 2012-2017 Serban Udrea <s.udrea@gsi.de>
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
# Written by Grissiom chaos.proton@gmail.com
-# Updated up to v. 1.5.2 by Serban Udrea (S.Udrea@gsi.de)
+# Updated up to v. 1.7.1 by Serban Udrea (s.udrea@gsi.de)
PRGNAM=pylint
-VERSION=${VERSION:-1.5.2}
+VERSION=${VERSION:-1.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/development/pylint/pylint.info b/development/pylint/pylint.info
index 3027ea8d20..3ab57662d7 100644
--- a/development/pylint/pylint.info
+++ b/development/pylint/pylint.info
@@ -1,10 +1,10 @@
PRGNAM="pylint"
-VERSION="1.5.2"
+VERSION="1.7.1"
HOMEPAGE="http://www.pylint.org"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pylint/pylint-1.5.2.tar.gz"
-MD5SUM="a82352dee7cbdcc902a849b9b7e57e6e"
+DOWNLOAD="https://pypi.python.org/packages/cc/8c/d1da590769213fefedea4b345e90fce80f749c61ab9f9187b3fe19397b4b/pylint-1.7.1.tar.gz"
+MD5SUM="e6f4c22426df7c786551bcacaaa3f217"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="astroid"
+REQUIRES="astroid isort functools-lru-cache ConfigParser singledispatch python-mccabe"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"