gis/pyshp: Updated for version 2.0.1.

This commit is contained in:
Benjamin Trigona-Harany 2018-11-03 19:03:52 -07:00 committed by Willy Sudiarto Raharjo
parent 1f170954aa
commit 827f43ebe3
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -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"