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

Lawrence Velázquez larryv at macports.org
Tue Sep 16 21:19:56 PDT 2014


If you have both whitespace and functional changes to make to a port, please commit the whitespace changes before the functional ones, if you can at all help it. Whitespace changes render `svn blame` completely useless.

vq



On Sep 16, 2014, at 11:37 PM, khindenburg at macports.org wrote:

> Revision
> 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
> Diff
> 
> Modified: trunk/dports/python/py-geopy/Portfile (125411 => 125412)
> 
> --- 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
>  
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140917/ae449c0d/attachment-0001.html>


More information about the macports-dev mailing list