[125044] trunk/dports/python/py-rasterio/Portfile

stromnov at macports.org stromnov at macports.org
Wed Sep 3 06:24:29 PDT 2014


Revision: 125044
          https://trac.macports.org/changeset/125044
Author:   stromnov at macports.org
Date:     2014-09-03 06:24:29 -0700 (Wed, 03 Sep 2014)
Log Message:
-----------
py-rasterio: add dependency

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

Modified: trunk/dports/python/py-rasterio/Portfile
===================================================================
--- trunk/dports/python/py-rasterio/Portfile	2014-09-03 12:15:23 UTC (rev 125043)
+++ trunk/dports/python/py-rasterio/Portfile	2014-09-03 13:24:29 UTC (rev 125044)
@@ -6,7 +6,7 @@
 
 name                py-rasterio
 version             0.12.1
-revision            0
+revision            1
 categories-append   gis
 platforms           darwin
 license             BSD
@@ -35,6 +35,10 @@
                         port:py${python.version}-pyproj \
                         port:gdal
 
+    if { ${python.version} < 34 } {
+        depends_lib-append  port:py${python.version}-enum34
+    }
+
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140903/446fa939/attachment.html>


More information about the macports-changes mailing list