python/jmespath: Updated for version 0.10.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2020-09-18 17:17:32 +03:00 committed by Willy Sudiarto Raharjo
parent af25ff0f8b
commit b35ab40baa
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 10 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for jmespath
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2020 Dimitris Zlatanidis Orestiada, Greece
# 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=jmespath
VERSION=${VERSION:-0.9.3}
VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,6 +71,11 @@ 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="jmespath"
VERSION="0.9.3"
VERSION="0.10.0"
HOMEPAGE="https://github.com/boto/jmespath"
DOWNLOAD="https://pypi.python.org/packages/e5/21/795b7549397735e911b032f255cff5fb0de58f96da794274660bca4f58ef/jmespath-0.9.3.tar.gz"
MD5SUM="37a906c06de62bed25ec5cf99cee04a6"
DOWNLOAD="https://files.pythonhosted.org/packages/3c/56/3f325b1eef9791759784aa5046a8f6a1aff8f7c898a2e34506771d3b99d8/jmespath-0.10.0.tar.gz"
MD5SUM="65bdcb5fa5bcf1cc710ffa508e78e408"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""