python/python-keyczar: Updated for version 0.716

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2016-07-30 21:14:30 -07:00 committed by David Spencer
parent 59c25f6999
commit 24fa8ba405
2 changed files with 6 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-keyczar
# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=python-keyczar
VERSION=${VERSION:-0.715}
VERSION=${VERSION:-0.716}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,17 +55,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
rm -rf ${PRGNAM/-/_}.egg-info
python setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
ChangeLog LICENSE PKG-INFO README doc/* \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog LICENSE README doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="python-keyczar"
VERSION="0.715"
VERSION="0.716"
HOMEPAGE="http://www.keyczar.org/"
DOWNLOAD="https://pypi.python.org/packages/source/p/python-keyczar/python-keyczar-0.715.tar.gz"
MD5SUM="bdb47448f622fdfea7851327a5f20476"
DOWNLOAD="https://pypi.python.org/packages/c8/14/3ffb68671fef927fa5b60f21c43a04a4a007acbe939a26ba08b197fea6b3/python-keyczar-0.716.tar.gz"
MD5SUM="734334a6c5921e39003b68429eee77ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyasn1 pycrypto"