diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-11-04 10:40:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:48:24 +0700 |
commit | 93db2fa887275e986e08b63c40a6e21190242781 (patch) | |
tree | 4fa787b5a35fa627f3636d79e71956a53b988cbc /python | |
parent | 7b36326e13cd560877ba52d7de2d8f8f808c4904 (diff) | |
download | slackbuilds-93db2fa887275e986e08b63c40a6e21190242781.tar.gz |
python/msgpack-python: Updated for version 0.5.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/msgpack-python/msgpack-python.SlackBuild | 11 | ||||
-rw-r--r-- | python/msgpack-python/msgpack-python.info | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/python/msgpack-python/msgpack-python.SlackBuild b/python/msgpack-python/msgpack-python.SlackBuild index be9ac05a8c..d783790164 100644 --- a/python/msgpack-python/msgpack-python.SlackBuild +++ b/python/msgpack-python/msgpack-python.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for msgpack-python -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=msgpack-python -VERSION=${VERSION:-0.4.8} +SRCNAM=$(echo $PRGNAM | cut -c1-7) +VERSION=${VERSION:-0.5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/python/msgpack-python/msgpack-python.info b/python/msgpack-python/msgpack-python.info index 321ea75e1e..9c203b8f61 100644 --- a/python/msgpack-python/msgpack-python.info +++ b/python/msgpack-python/msgpack-python.info @@ -1,8 +1,8 @@ PRGNAM="msgpack-python" -VERSION="0.4.8" +VERSION="0.5.6" HOMEPAGE="https://msgpack.org/" -DOWNLOAD="https://pypi.python.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz" -MD5SUM="dcd854fb41ee7584ebbf35e049e6be98" +DOWNLOAD="https://files.pythonhosted.org/packages/f3/b6/9affbea179c3c03a0eb53515d9ce404809a122f76bee8fc8c6ec9497f51f/msgpack-0.5.6.tar.gz" +MD5SUM="9dfceb24c6e4e7de032687ee5a7ef4d6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |