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

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


Please don't create new py24, py25, py31, and py32 subports from now on. I'd like to phase out and remove python{26,27,31,32} in the near future.

vq


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

> Revision
> 125411
> Author
> khindenburg at macports.org
> Date
> 2014-09-16 20:34:28 -0700 (Tue, 16 Sep 2014)
> Log Message
> 
> py-geopy: update to 1.1.5 - add new homepage - add python versions - add setuptools dep #44085
> Modified Paths
> 
> trunk/dports/python/py-geopy/Portfile
> Diff
> 
> Modified: trunk/dports/python/py-geopy/Portfile (125410 => 125411)
> 
> --- trunk/dports/python/py-geopy/Portfile	2014-09-17 03:30:47 UTC (rev 125410)
> +++ trunk/dports/python/py-geopy/Portfile	2014-09-17 03:34:28 UTC (rev 125411)
> @@ -4,7 +4,7 @@
>  PortGroup       python 1.0
>  
>  name            py-geopy
> -version         0.93
> +version         1.1.5
>  categories-append   devel
>  license         MIT
>  platforms       darwin
> @@ -20,16 +20,23 @@
>  		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/
> +homepage        https://pypi.python.org/pypi/geopy
> +master_sites    https://pypi.python.org/packages/source/g/geopy
>  distname        geopy-${version}
>  
> -checksums	md5 9e2cc8f1784a51530e402215c9814313 \
> -		sha1 f57e0cd1a2458e06858e02b3bacf596afe8044a6 \
> -		rmd160 a421869817a9457619dffd00092b6b1814815acf
> +checksums       rmd160  8bab923ca4466f3b31e8fef1d92589f6a103a259 \
> +                sha256  6fc47220beef3cc4234240623bc475456f8cbdfe8356ec0bcc6f4716195466f6
>  
> -python.versions 25
> +python.versions 24 25 26 27 31 32 33 34
>  
>  if {${name} ne ${subport}} {
> -    depends_lib	port:py${python.version}-simplejson
> +    depends_lib-append     port:py${python.version}-simplejson \
> +                           port:py${python.version}-setuptools
> +
> +    livecheck.type  none
> +
> +} else {
> +    livecheck.type  regex
> +    livecheck.url   ${master_sites}
> +    livecheck.regex "geopy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
>  }
> _______________________________________________
> 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/dcd8ae6a/attachment.html>


More information about the macports-dev mailing list