diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-12-31 19:14:01 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:25 +0700 |
commit | fef6ac4e31d0f7ac7a99ff56e9e715ff43259ea5 (patch) | |
tree | dda7883b574c8ae10790b3bcc39cdaa59a71e7e4 /gis/pyproj | |
parent | c57e159e5e18132e0fefa268c2f94e40d01e519b (diff) | |
download | slackbuilds-fef6ac4e31d0f7ac7a99ff56e9e715ff43259ea5.tar.gz |
gis/pyproj: Updated for version 1.9.6.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/pyproj')
-rw-r--r-- | gis/pyproj/pyproj.SlackBuild | 10 | ||||
-rw-r--r-- | gis/pyproj/pyproj.info | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/gis/pyproj/pyproj.SlackBuild b/gis/pyproj/pyproj.SlackBuild index 1f55484da7..62bb864a1a 100644 --- a/gis/pyproj/pyproj.SlackBuild +++ b/gis/pyproj/pyproj.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyproj -# Copyright 2013 Benjamin Trigona-Harany +# Copyright 2013-2018 Benjamin Trigona-Harany # 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=pyproj -VERSION=${VERSION:-1.9.5.1} +VERSION=${VERSION:-1.9.6} 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/pyproj/pyproj.info b/gis/pyproj/pyproj.info index 6056aa2b01..196cd82984 100644 --- a/gis/pyproj/pyproj.info +++ b/gis/pyproj/pyproj.info @@ -1,10 +1,10 @@ PRGNAM="pyproj" -VERSION="1.9.5.1" +VERSION="1.9.6" HOMEPAGE="https://github.com/jswhit/pyproj" -DOWNLOAD="https://github.com/jswhit/pyproj/archive/v1.9.5.1rel/pyproj-1.9.5.1rel.tar.gz" -MD5SUM="38126f5b25a09ec2b6ee488613c717d8" +DOWNLOAD="https://github.com/jswhit/pyproj/archive/v1.9.6rel/pyproj-1.9.6rel.tar.gz" +MD5SUM="f1a4190278f9b1b3e21aad2000e39e48" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="proj" +REQUIRES="proj python3" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |