diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-08 06:10:03 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-08 06:10:03 +0800 |
commit | 0e9172d28c1bdd6822d27685c9f3aaefc148daab (patch) | |
tree | 14bf30d5fe149c09670f6517e05402b9ec2a86c4 /net/Makefile | |
parent | b25b5d7146aae550c982f2ebe198c14dd0487f50 (diff) | |
download | freebsd-ports-gnome-0e9172d28c1bdd6822d27685c9f3aaefc148daab.tar.gz freebsd-ports-gnome-0e9172d28c1bdd6822d27685c9f3aaefc148daab.tar.zst freebsd-ports-gnome-0e9172d28c1bdd6822d27685c9f3aaefc148daab.zip |
Add py-geopy 2.1.0
geopy is a Python client for several popular geocoding web services.
geopy makes it easy for Python developers to locate the coordinates of
addresses, cities, countries, and landmarks across the globe using third-party
geocoders and other data sources.
geopy includes geocoder classes for the OpenStreetMap Nominatim, Google
Geocoding API (V3), and many other geocoding services. The full list is
available on the Geocoders doc section. Geocoder classes are located in
geopy.geocoders.
WWW: https://github.com/geopy/geopy
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index bd93073bcf2c..7016054f25ad 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1017,6 +1017,7 @@ SUBDIR += py-eventlet SUBDIR += py-flask-xml-rpc SUBDIR += py-gdown + SUBDIR += py-geopy SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-h11 |