diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-11-03 19:03:52 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:48:17 +0700 |
commit | 827f43ebe38213a4b38f1574247a9792f74f9440 (patch) | |
tree | 906dcd1b1f73991c005e061a31af2a633b357fee /gis | |
parent | 1f170954aa30ce2139d4209fda01f35ed0a074d5 (diff) | |
download | slackbuilds-827f43ebe38213a4b38f1574247a9792f74f9440.tar.gz |
gis/pyshp: Updated for version 2.0.1.
Diffstat (limited to 'gis')
-rw-r--r-- | gis/pyshp/pyshp.SlackBuild | 10 | ||||
-rw-r--r-- | gis/pyshp/pyshp.info | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/gis/pyshp/pyshp.SlackBuild b/gis/pyshp/pyshp.SlackBuild index 4b4b2ff3c9..89e137217e 100644 --- a/gis/pyshp/pyshp.SlackBuild +++ b/gis/pyshp/pyshp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyshp -# Copyright 2014 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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=pyshp -VERSION=${VERSION:-1.2.12} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,10 +69,8 @@ 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 +python2 setup.py install --root=$PKG +python3 setup.py install --root=$PKG 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 diff --git a/gis/pyshp/pyshp.info b/gis/pyshp/pyshp.info index 279a65ea8d..04eeb290bb 100644 --- a/gis/pyshp/pyshp.info +++ b/gis/pyshp/pyshp.info @@ -1,10 +1,10 @@ PRGNAM="pyshp" -VERSION="1.2.12" +VERSION="2.0.1" HOMEPAGE="https://github.com/GeospatialPython/pyshp" -DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/1.2.12/pyshp-1.2.12.tar.gz" -MD5SUM="167b38344cd6efcae01c347160296f98" +DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/2.0.1/pyshp-2.0.1.tar.gz" +MD5SUM="8650a4905e75aac18bc05ddf54698286" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |