From 5ce23b371b174bf96665c2664b6556733ebf20a3 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Thu, 1 Jul 2021 09:18:31 +0200 Subject: gis/cartopy: Updated for version 0.19.0.post1. Signed-off-by: Willy Sudiarto Raharjo --- gis/cartopy/cartopy.SlackBuild | 11 ++++++----- gis/cartopy/cartopy.info | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'gis') 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 +# Copyright 2014-2021 Benjamin Trigona-Harany # 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" -- cgit v1.2.3