mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
2e8d8219f8
commit
2af7db9967
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue