development/pylint: Updated for version 1.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Serban Udrea 2014-11-06 22:39:59 +07:00 committed by Willy Sudiarto Raharjo
parent 87c1187496
commit 9a734e78ad
2 changed files with 8 additions and 7 deletions

View file

@ -3,9 +3,10 @@
# Slackware build script for pylint # Slackware build script for pylint
# Written by Grissiom chaos.proton@gmail.com # Written by Grissiom chaos.proton@gmail.com
# Updated up to v. 1.3.1 by Serban Udrea (S.Udrea@gsi.de)
PRGNAM=pylint PRGNAM=pylint
VERSION=${VERSION:-1.1.0} VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -28,7 +29,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz unzip $CWD/$PRGNAM-$VERSION.zip
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
@ -43,7 +44,7 @@ mkdir -p ${PKG}/usr/doc/$PRGNAM-$VERSION
rm -rf ${PKG}/usr/share rm -rf ${PKG}/usr/share
cp -a \ cp -a \
PKG-INFO README ChangeLog COPYING DEPENDS \ PKG-INFO README README.Python3 ChangeLog COPYING DEPENDS \
$PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="pylint" PRGNAM="pylint"
VERSION="1.1.0" VERSION="1.3.1"
HOMEPAGE="http://www.logilab.org/project/pylint" HOMEPAGE="http://www.pylint.org"
DOWNLOAD="http://pypi.python.org/packages/source/p/pylint/pylint-1.1.0.tar.gz" DOWNLOAD="http://pypi.python.org/packages/source/p/pylint/pylint-1.3.1.zip"
MD5SUM="017299b5911838a9347a71de5f946afc" MD5SUM="3fd88d02423e167cf130e9882075b2ac"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="astroid" REQUIRES="astroid"