gis/cligj: Updated for version 0.7.1 and Python 3.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2021-04-17 21:13:32 +02:00 committed by Robby Workman
parent b8e52fbdc5
commit a892fe27ba
2 changed files with 6 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# SlackBuild script for cligj
# Copyright 2015-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2015-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cligj
VERSION=${VERSION:-0.5.0}
VERSION=${VERSION:-0.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,10 +71,7 @@ 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 {} \;
python setup.py install --root=$PKG
if $(python3 -c 'import sys' 2>/dev/null); then
python3 setup.py install --root=$PKG
fi
python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -1,8 +1,8 @@
PRGNAM="cligj"
VERSION="0.5.0"
VERSION="0.7.1"
HOMEPAGE="https://github.com/mapbox/cligj"
DOWNLOAD="https://github.com/mapbox/cligj/archive/0.5.0/cligj-0.5.0.tar.gz"
MD5SUM="975f62cec147f68c74be8bc4b70faa14"
DOWNLOAD="https://github.com/mapbox/cligj/archive/0.7.1/cligj-0.7.1.tar.gz"
MD5SUM="fe4b6452e96e42254c0e3d4416e19851"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click"