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

khindenburg at macports.org khindenburg at macports.org
Tue Sep 16 20:34:28 PDT 2014


Revision: 125411
          https://trac.macports.org/changeset/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

Modified: trunk/dports/python/py-geopy/Portfile
===================================================================
--- 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}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140916/c5601f84/attachment.html>


More information about the macports-changes mailing list