# $Id: Portfile 37930 2008-06-29 22:30:43Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python25 1.0

name            py25-geopy
version         0.93
categories      python devel
platforms       darwin
maintainers     landonf openmaintainer
description     Network geocoding toolbox for Python.

long_description \
		geopy makes it easy for developers to locate the coordinates of addresses, \
		cities, countries, and landmarks across the globe using third-party \
		geocoders and other sources of data. \
		geopy includes geocoder classes for MediaWiki (with the GIS extension), \
		Semantic MediaWiki, the Google geocoder, the Yahoo! \
		geocoder, geocoder.us, Virtual Earth, and GeoNames. \

homepage        http://exogen.case.edu/projects/geopy/
master_sites    http://svn.macports.org/repository/macports/distfiles/landonf/
distname        geopy-${version}

depends_lib	port:py25-simplejson

checksums	md5 9e2cc8f1784a51530e402215c9814313 \
		sha1 f57e0cd1a2458e06858e02b3bacf596afe8044a6 \
		rmd160 a421869817a9457619dffd00092b6b1814815acf
