Commits
Mark Moll authored 2a1c71bf4df
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 - | github.setup geopy geopy 1.18.0 |
7 + | github.setup geopy geopy 1.18.1 |
8 8 | name py-geopy |
9 9 | |
10 10 | categories-append devel |
11 11 | license MIT |
12 12 | platforms darwin |
13 13 | supported_archs noarch |
14 14 | maintainers openmaintainer {mmoll @mamoll} |
15 15 | description Geocoding library for Python. |
16 16 | |
17 17 | long_description \ |
18 18 | geopy makes it easy for developers to locate the coordinates of addresses, \ |
19 19 | cities, countries, and landmarks across the globe using third-party \ |
20 20 | geocoders and other sources of data. \ |
21 21 | geopy includes geocoder classes the OpenStreetMap Nominatim, ESRI ArcGIS, \ |
22 22 | Google Geocoding API (V3), Baidu Maps, Bing Maps API, Yandex, IGN France, \ |
23 23 | GeoNames, Mapzen Search, OpenMapQuest, PickPoint, What3Words, OpenCage, \ |
24 24 | SmartyStreets, and GeocodeFarm geocoder services. The various geocoder \ |
25 25 | classes are located in geopy.geocoders. |
26 26 | |
27 - | checksums rmd160 2250d4bbdd8dc5064b120115f92b801b534784e2 \ |
28 - | sha256 098ee896e033f67d012c6a7bdc02305e0e72e77743aa826adb82ca96e96905f5 \ |
29 - | size 248035 |
27 + | checksums rmd160 c0b747b91b759ce0306562d7e48564ed66aec261 \ |
28 + | sha256 cc94236d3a77dccd196f2ca23dcac2a799a0b30ee797776063f491c646e7b242 \ |
29 + | size 249675 |
30 30 | |
31 31 | python.versions 27 34 35 36 37 |
32 32 | |
33 33 | if {${name} ne ${subport}} { |
34 34 | depends_lib-append port:py${python.version}-geographiclib \ |
35 35 | port:py${python.version}-setuptools |
36 36 | livecheck.type none |
37 37 | } |