Browse Source
gis/python3-cartopy: Updated for version 0.24.1.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/255/head
ArTourter
12 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
gis/python3-cartopy/python3-cartopy.SlackBuild
-
gis/python3-cartopy/python3-cartopy.info
|
|
@ -26,12 +26,12 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-cartopy |
|
|
|
VERSION=${VERSION:-0.23.0} |
|
|
|
VERSION=${VERSION:-0.24.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
SRCNAM=Cartopy |
|
|
|
SRCNAM=cartopy |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$( uname -m )" in |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-cartopy" |
|
|
|
VERSION="0.23.0" |
|
|
|
VERSION="0.24.1" |
|
|
|
HOMEPAGE="https://scitools.org.uk/cartopy/docs/latest" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.23.0.tar.gz" |
|
|
|
MD5SUM="8ff6ac2bad287d2575f3857f169d6bcf" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/cartopy-0.24.1.tar.gz" |
|
|
|
MD5SUM="cbb4c56691dcf4101a046175d9b6ca28" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="gdal python3-matplotlib python3-pyproj python3-pyshp python3-scipy python3-shapely python3-setuptools-scm-opt" |
|
|
|