[123797] trunk/dports/python/py-geohash/Portfile

stromnov at macports.org stromnov at macports.org
Thu Aug 14 13:32:17 PDT 2014


Revision: 123797
          https://trac.macports.org/changeset/123797
Author:   stromnov at macports.org
Date:     2014-08-14 13:32:16 -0700 (Thu, 14 Aug 2014)
Log Message:
-----------
py-geohash: update to version 0.8.5

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

Modified: trunk/dports/python/py-geohash/Portfile
===================================================================
--- trunk/dports/python/py-geohash/Portfile	2014-08-14 18:17:24 UTC (rev 123796)
+++ trunk/dports/python/py-geohash/Portfile	2014-08-14 20:32:16 UTC (rev 123797)
@@ -5,23 +5,31 @@
 PortGroup           python 1.0
 
 name                py-geohash
-version             0.8.4
+version             0.8.5
 revision            0
 categories-append   devel math
+platforms           darwin
 license             Apache MIT BSD
-platforms           darwin
 
+python.versions     24 25 26 27 33 34
+
 maintainers         stromnov openmaintainer
 
 description         Fast, accurate python geohashing library.
 long_description    ${description}
 
 homepage            http://code.google.com/p/python-geohash
-master_sites        googlecode:python-geohash
+master_sites        https://pypi.python.org/packages/source/p/python-geohash/
+
 distname            python-geohash-${version}
 
-checksums           md5     283e91cb8362e0a3b70bc7e431772c1a \
-                    sha1    5dc5e8071fe74a991c97b8479259de1a6bab647e \
-                    rmd160  5b8b8c5b5f5f614fe433b0ab3f98dbc1b209eade
+checksums           rmd160  e490fb2bc77ad5160a642d54d69555eb9bfbfd6f \
+                    sha256  05a21fcf4eda1a5eddbd291890ade23fc5ddaa6bb98f2ee23d2d384ed14f086d
 
-python.versions     24 25 26 27
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {python-geohash-(\d+(?:\.\d+)*)\.[tz]}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140814/7145b6e7/attachment.html>


More information about the macports-changes mailing list