From 09797da4d527d17ca116dcb0fee14094dd420372 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 27 Jun 2020 13:59:37 -0700 Subject: [PATCH] gis/geopy: Updated for version 2.0.0. Signed-off-by: Willy Sudiarto Raharjo --- gis/geopy/README | 4 +++- gis/geopy/geopy.SlackBuild | 2 +- gis/geopy/geopy.info | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gis/geopy/README b/gis/geopy/README index a235b18e15..84ec2d8274 100644 --- a/gis/geopy/README +++ b/gis/geopy/README @@ -5,4 +5,6 @@ geocoders and other data sources. geopy currently includes support for several geocoders, including OpenStreetMap 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). diff --git a/gis/geopy/geopy.SlackBuild b/gis/geopy/geopy.SlackBuild index 4256d3f8df..9269cb81e5 100644 --- a/gis/geopy/geopy.SlackBuild +++ b/gis/geopy/geopy.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geopy -VERSION=${VERSION:-1.22.0} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/geopy/geopy.info b/gis/geopy/geopy.info index 70a2e0b6b9..8384662134 100644 --- a/gis/geopy/geopy.info +++ b/gis/geopy/geopy.info @@ -1,8 +1,8 @@ PRGNAM="geopy" -VERSION="1.22.0" +VERSION="2.0.0" HOMEPAGE="https://github.com/geopy/geopy" -DOWNLOAD="https://github.com/geopy/geopy/archive/1.22.0/geopy-1.22.0.tar.gz" -MD5SUM="f2daa4051aed88d45f9a2a9611009e78" +DOWNLOAD="https://github.com/geopy/geopy/archive/2.0.0/geopy-2.0.0.tar.gz" +MD5SUM="3792c1776680c6af295242771943f8e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3"