[109995] trunk/dports/python/py-rtree/Portfile

stromnov at macports.org stromnov at macports.org
Fri Aug 23 10:20:55 PDT 2013


Revision: 109995
          https://trac.macports.org/changeset/109995
Author:   stromnov at macports.org
Date:     2013-08-23 10:20:54 -0700 (Fri, 23 Aug 2013)
Log Message:
-----------
py-rtree: reformat

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

Modified: trunk/dports/python/py-rtree/Portfile
===================================================================
--- trunk/dports/python/py-rtree/Portfile	2013-08-23 16:32:12 UTC (rev 109994)
+++ trunk/dports/python/py-rtree/Portfile	2013-08-23 17:20:54 UTC (rev 109995)
@@ -8,10 +8,12 @@
 version             0.7.0
 revision            0
 categories-append   devel
-license             LGPL
 platforms           darwin
+license             LGPL
 supported_archs     noarch
 
+python.versions     26 27
+
 maintainers         stromnov openmaintainer
 
 description         R-Tree spatial index for Python GIS
@@ -25,23 +27,20 @@
 
 distname            Rtree-${version}
 
-checksums           md5     84e75e5a9fdf7bd092435588be9084ac \
-                    sha1    fe953af462fe32ef76703b733b6ce5748491e5a8 \
-                    rmd160  f55bb6acd901a24fae3823da7ebe71f5b8c68dae
+checksums           rmd160  f55bb6acd901a24fae3823da7ebe71f5b8c68dae \
+                    sha256  cf95092f86e65a92164559e54f082433dcdf1bd3d1efe56f097c84d89e913a22
 
-python.default_version  27
-python.versions     26 27
-
 if {$subport != $name} {
-    depends_lib-append \
-                    port:spatialindex
+    depends_lib-append  port:spatialindex
 
     depends_build-append \
-                    port:py${python.version}-setuptools
+                        port:py${python.version}-setuptools
 
     patchfiles          patch-rtree_core.py.diff
-}
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "Rtree-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "Rtree-(\\d+(?:\\.\\d+)*)\.\[tz\]"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130823/5af9ba2f/attachment.html>


More information about the macports-changes mailing list