Revision: 37279 http://trac.macosforge.org/projects/macports/changeset/37279 Author: landonf@macports.org Date: 2008-06-02 02:39:21 -0700 (Mon, 02 Jun 2008) Log Message: ----------- Add py25-geopy, 'a geocoding toolbox for Python' Added Paths: ----------- trunk/dports/python/py25-geopy/ trunk/dports/python/py25-geopy/Portfile Added: trunk/dports/python/py25-geopy/Portfile =================================================================== --- trunk/dports/python/py25-geopy/Portfile (rev 0) +++ trunk/dports/python/py25-geopy/Portfile 2008-06-02 09:39:21 UTC (rev 37279) @@ -0,0 +1,29 @@ +# $Id: Portfile 33235 2008-01-22 03:21:55Z nox@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
participants (1)
-
landonf@macports.org