python/msgpack-python: Updated for version 0.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-02-17 18:04:46 +07:00 committed by Erik Hanson
parent 7b26cf6776
commit 8b3acbf1a5
2 changed files with 4 additions and 9 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=msgpack-python
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -72,11 +72,6 @@ find -L . \
python setup.py install --root=$PKG
# Python 3 support.
if $(python3 -c 'import sys' 2>/dev/null); then
python3 setup.py install --root=$PKG
fi
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

View file

@ -1,8 +1,8 @@
PRGNAM="msgpack-python"
VERSION="0.4.0"
VERSION="0.4.1"
HOMEPAGE="http://msgpack.org/"
DOWNLOAD="https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-0.4.0.tar.gz"
MD5SUM="8b9ce43619fd1428bf7baddf57e38d1a"
DOWNLOAD="https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-0.4.1.tar.gz"
MD5SUM="3ff478e75e783f4e69c1a8d5ca63dea4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"