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>
This commit is contained in:
ArTourter 2024-10-26 01:44:20 +01:00 committed by Willy Sudiarto Raharjo
parent 2e8d8219f8
commit 2af7db9967
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

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

View file

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