gis/cartopy: Updated for version 0.17.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-11-17 19:36:01 -08:00 committed by Willy Sudiarto Raharjo
parent 45a5837037
commit 82480f9680
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 9 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for cartopy
# 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=cartopy
VERSION=${VERSION:-0.16.0}
VERSION=${VERSION:-0.17.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
@ -75,7 +75,9 @@ 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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES CONTRIBUTING.md COPYING COPYING.LESSER README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGES CONTRIBUTING.md COPYING COPYING.LESSER README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="cartopy"
VERSION="0.16.0"
VERSION="0.17.0"
HOMEPAGE="https://scitools.org.uk/cartopy/"
DOWNLOAD="https://github.com/SciTools/cartopy/archive/v0.16.0/cartopy-0.16.0.tar.gz"
MD5SUM="f9e2e528d7758da7c64f824548a53f32"
DOWNLOAD="https://github.com/SciTools/cartopy/archive/v0.17.0/cartopy-0.17.0.tar.gz"
MD5SUM="9fe063295a9fd854803d3c01a60720d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos matplotlib proj pyshp scipy Shapely"