mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
gis/python3-cartopy: Updated for version 0.21.0
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b42a199c97
commit
3825f422c9
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-cartopy
|
||||
VERSION=${VERSION:-0.20.3}
|
||||
VERSION=${VERSION:-0.21.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-cartopy"
|
||||
VERSION="0.20.3"
|
||||
VERSION="0.21.0"
|
||||
HOMEPAGE="https://scitools.org.uk/cartopy/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.20.3.tar.gz"
|
||||
MD5SUM="945cc6cdbfc9a8517dc1351fb1f4abe2"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.21.0.tar.gz"
|
||||
MD5SUM="659249056621a06060d5a54979b729dd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal python3-matplotlib python3-pyproj python3-pyshp scipy3 python3-shapely"
|
||||
|
|
Loading…
Reference in a new issue