gis/geopandas: Updated for version 0.9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2021-04-07 21:29:20 -07:00 committed by Willy Sudiarto Raharjo
parent 9078bc3bca
commit e1289a6881
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# SlackBuild script for geopandas
# Copyright 2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2020-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geopandas
VERSION=${VERSION:-0.8.0}
VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="geopandas"
VERSION="0.8.0"
VERSION="0.9.0"
HOMEPAGE="https://github.com/geopandas/geopandas"
DOWNLOAD="https://github.com/geopandas/geopandas/archive/v0.8.0/geopandas-0.8.0.tar.gz"
MD5SUM="9630ab333c313018f707dee078d0f74c"
DOWNLOAD="https://github.com/geopandas/geopandas/archive/v0.9.0/geopandas-0.9.0.tar.gz"
MD5SUM="d4f8ca22c882d80f40a48f4ac0983c7c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geopy Fiona psycopg2 pyproj python3-pandas Shapely"