summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-07-01 09:18:31 +0200
committer Willy Sudiarto Raharjo2021-07-03 06:36:07 +0200
commit5ce23b371b174bf96665c2664b6556733ebf20a3 (patch)
tree3eb36161ba3e61e744ef4aa82cf9bef37f2fd133 /gis
parent3a2045cec2f1725e0d00ad3234fe36d2f82bd969 (diff)
downloadslackbuilds-5ce23b371b174bf96665c2664b6556733ebf20a3.tar.gz
gis/cartopy: Updated for version 0.19.0.post1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/cartopy/cartopy.SlackBuild11
-rw-r--r--gis/cartopy/cartopy.info6
2 files changed, 9 insertions, 8 deletions
diff --git a/gis/cartopy/cartopy.SlackBuild b/gis/cartopy/cartopy.SlackBuild
index fc1fbf84a8..e3a58dad79 100644
--- a/gis/cartopy/cartopy.SlackBuild
+++ b/gis/cartopy/cartopy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cartopy
-# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cartopy
-VERSION=${VERSION:-0.18.0}
+SRCNAM=Cartopy
+VERSION=${VERSION:-0.19.0.post1}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
@@ -59,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/gis/cartopy/cartopy.info b/gis/cartopy/cartopy.info
index e7c1595535..1900a9b20c 100644
--- a/gis/cartopy/cartopy.info
+++ b/gis/cartopy/cartopy.info
@@ -1,8 +1,8 @@
PRGNAM="cartopy"
-VERSION="0.18.0"
+VERSION="0.19.0.post1"
HOMEPAGE="https://scitools.org.uk/cartopy/"
-DOWNLOAD="https://github.com/SciTools/cartopy/archive/v0.18.0/cartopy-0.18.0.tar.gz"
-MD5SUM="792c63511641c843759c5b774f2a8b33"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.19.0.post1.tar.gz"
+MD5SUM="cf2175634bfc73becc423b5d82d98046"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos python3-matplotlib proj pyshp scipy3 Shapely"