[125412] trunk/dports/python/py-geopy/Portfile

khindenburg at macports.org khindenburg at macports.org
Tue Sep 16 20:37:19 PDT 2014


Revision: 125412
          https://trac.macports.org/changeset/125412
Author:   khindenburg at macports.org
Date:     2014-09-16 20:37:19 -0700 (Tue, 16 Sep 2014)
Log Message:
-----------
py-geopy: add modeline + whitespace

Modified Paths:
--------------
    trunk/dports/python/py-geopy/Portfile

Modified: trunk/dports/python/py-geopy/Portfile
===================================================================
--- trunk/dports/python/py-geopy/Portfile	2014-09-17 03:34:28 UTC (rev 125411)
+++ trunk/dports/python/py-geopy/Portfile	2014-09-17 03:37:19 UTC (rev 125412)
@@ -1,37 +1,38 @@
+# -*- 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
 # $Id$
 
-PortSystem      1.0
-PortGroup       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-geopy
-version         1.1.5
+name                py-geopy
+version             1.1.5
 categories-append   devel
-license         MIT
-platforms       darwin
-supported_archs noarch
-maintainers     landonf openmaintainer
-description     Network geocoding toolbox for Python.
+license             MIT
+platforms           darwin
+supported_archs     noarch
+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.
+    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        https://pypi.python.org/pypi/geopy
-master_sites    https://pypi.python.org/packages/source/g/geopy
-distname        geopy-${version}
+homepage            https://pypi.python.org/pypi/geopy
+master_sites        https://pypi.python.org/packages/source/g/geopy
+distname            geopy-${version}
 
-checksums       rmd160  8bab923ca4466f3b31e8fef1d92589f6a103a259 \
-                sha256  6fc47220beef3cc4234240623bc475456f8cbdfe8356ec0bcc6f4716195466f6
+checksums           rmd160  8bab923ca4466f3b31e8fef1d92589f6a103a259 \
+                    sha256  6fc47220beef3cc4234240623bc475456f8cbdfe8356ec0bcc6f4716195466f6
 
-python.versions 24 25 26 27 31 32 33 34
+python.versions     24 25 26 27 31 32 33 34
 
 if {${name} ne ${subport}} {
-    depends_lib-append     port:py${python.version}-simplejson \
-                           port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-simplejson \
+                            port:py${python.version}-setuptools
 
     livecheck.type  none
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140916/f7229f73/attachment.html>


More information about the macports-changes mailing list