[105665] trunk/dports/python/py-geoalchemy/Portfile

stromnov at macports.org stromnov at macports.org
Tue Apr 30 03:14:41 PDT 2013


Revision: 105665
          https://trac.macports.org/changeset/105665
Author:   stromnov at macports.org
Date:     2013-04-30 03:14:41 -0700 (Tue, 30 Apr 2013)
Log Message:
-----------
py-geoalchemy: update to version 0.7.2

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

Modified: trunk/dports/python/py-geoalchemy/Portfile
===================================================================
--- trunk/dports/python/py-geoalchemy/Portfile	2013-04-30 00:29:38 UTC (rev 105664)
+++ trunk/dports/python/py-geoalchemy/Portfile	2013-04-30 10:14:41 UTC (rev 105665)
@@ -5,13 +5,15 @@
 PortGroup           python 1.0
 
 name                py-geoalchemy
-version             0.7.1
+version             0.7.2
 revision            0
 categories-append   databases
+platforms           darwin
 license             MIT
-platforms           darwin
 supported_archs     noarch
 
+python.versions     25 26 27
+
 maintainers         icoost.com:jls openmaintainer
 
 description         Python SQL ORM Geospatial
@@ -28,19 +30,17 @@
 
 distname            GeoAlchemy-${version}
 
-checksums           rmd160  fc0bbf5872fc07062110fd87218643eb1f984c11 \
-                    sha256  c4a52644675bc80a2a7e2a8db3efee70157c7e641fa8519a3bb7a151474ba1ab
+checksums           rmd160  a7ffa466b1f03d1058db801f117eea8e33de50ab \
+                    sha256  78ce2f57a7982051030ccc9a59eb589bf6e0b3fad93875add4c1f7ef65f91863
 
-python.versions     25 26 27
-python.default_version  27
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute \
+                        port:py${python.version}-sqlalchemy \
+                        port:py${python.version}-psycopg2
 
-if {$subport != $name} {
-    depends_lib-append \
-                    port:py${python.version}-distribute \
-                    port:py${python.version}-sqlalchemy \
-                    port:py${python.version}-psycopg2
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "GeoAlchemy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "GeoAlchemy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130430/754d85c5/attachment.html>


More information about the macports-changes mailing list