mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/logilab-common: Updated for version 0.60.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
47ceb54e16
commit
766f69ca33
2 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Grissiom chaos.proton@gmail.com
|
||||
|
||||
PRGNAM=logilab-common
|
||||
VERSION=${VERSION:-0.58.1}
|
||||
VERSION=${VERSION:-0.60.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -32,10 +32,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="logilab-common"
|
||||
VERSION="0.58.1"
|
||||
VERSION="0.60.1"
|
||||
HOMEPAGE="http://www.logilab.org/project/logilab-common"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/l/logilab-common/logilab-common-0.58.1.tar.gz"
|
||||
MD5SUM="77298ab2d8bb8b4af9219791e7cee8ce"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/l/logilab-common/logilab-common-0.60.1.tar.gz"
|
||||
MD5SUM="43d36e41aed185f64f8e78b001430b66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue