diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-17 21:13:32 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 02:00:28 -0500 |
commit | a892fe27bac3962d792436fba5365440ae652424 (patch) | |
tree | 385765973837615d74b5e442e417629af702da86 /gis/cligj | |
parent | b8e52fbdc59feb04255688059ad254f932dd05d6 (diff) |
gis/cligj: Updated for version 0.7.1 and Python 3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis/cligj')
-rw-r--r-- | gis/cligj/cligj.SlackBuild | 9 | ||||
-rw-r--r-- | gis/cligj/cligj.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/gis/cligj/cligj.SlackBuild b/gis/cligj/cligj.SlackBuild index a839decb6607..a32d58cf4836 100644 --- a/gis/cligj/cligj.SlackBuild +++ b/gis/cligj/cligj.SlackBuild @@ -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 \ diff --git a/gis/cligj/cligj.info b/gis/cligj/cligj.info index e0b926dbb9a2..4287ba4f0553 100644 --- a/gis/cligj/cligj.info +++ b/gis/cligj/cligj.info @@ -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" |