gis/geopy: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f98420c7b
commit
09797da4d5
|
@ -5,4 +5,6 @@ geocoders and other data sources.
|
||||||
geopy currently includes support for several geocoders, including OpenStreetMap
|
geopy currently includes support for several geocoders, including OpenStreetMap
|
||||||
Nominatim, ESRI ArcGIS, Google Geocoding API and more.
|
Nominatim, ESRI ArcGIS, Google Geocoding API and more.
|
||||||
|
|
||||||
python/pytz is an optional dependency that will be used if available.
|
python/pytz, python/python-requests and python/python3-aiohttp are optional
|
||||||
|
dependencies that will be used if available (they must all be built with
|
||||||
|
Python 3 support).
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=geopy
|
PRGNAM=geopy
|
||||||
VERSION=${VERSION:-1.22.0}
|
VERSION=${VERSION:-2.0.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="geopy"
|
PRGNAM="geopy"
|
||||||
VERSION="1.22.0"
|
VERSION="2.0.0"
|
||||||
HOMEPAGE="https://github.com/geopy/geopy"
|
HOMEPAGE="https://github.com/geopy/geopy"
|
||||||
DOWNLOAD="https://github.com/geopy/geopy/archive/1.22.0/geopy-1.22.0.tar.gz"
|
DOWNLOAD="https://github.com/geopy/geopy/archive/2.0.0/geopy-2.0.0.tar.gz"
|
||||||
MD5SUM="f2daa4051aed88d45f9a2a9611009e78"
|
MD5SUM="3792c1776680c6af295242771943f8e1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3"
|
REQUIRES="python3"
|
||||||
|
|
Loading…
Reference in New Issue