Revision
139723
Author
petr@macports.org
Date
2015-08-25 04:32:26 -0700 (Tue, 25 Aug 2015)

Log Message

py-cartopy: update to 0.13.0

Modified Paths

Diff

Modified: trunk/dports/python/py-cartopy/Portfile (139722 => 139723)


--- trunk/dports/python/py-cartopy/Portfile	2015-08-25 10:22:23 UTC (rev 139722)
+++ trunk/dports/python/py-cartopy/Portfile	2015-08-25 11:32:26 UTC (rev 139723)
@@ -5,10 +5,9 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        SciTools cartopy 0.12.0 v
+github.setup        SciTools cartopy 0.13.0 v
 
 name                py-${github.project}
-revision            1
 categories-append   science gis graphics
 platforms           darwin
 license             LGPL-3
@@ -26,29 +25,38 @@
 
 homepage            http://scitools.org.uk/cartopy/
 
-checksums           rmd160  8852de76349b16da1d52b8c7546d50bedef64384 \
-                    sha256  92aac05873c2a13784c7a4536e605d82c56901eb4960f36a188efff97d020a10
+checksums           md5     077825dd707d2ea2f5f585d340669e43 \
+                    rmd160  55846cdc41212db0139e32b28cce39ed6e344ea4 \
+                    sha256  1990a30964d84029d0c19a7f59e36d8149e22fb24ae889b47c1db6ea2576c53f
 
-python.versions     27
+python.versions     27 34
 
 if {${name} ne ${subport}} {
-    depends_build-append    port:py${python.version}-setuptools \
-                            port:py${python.version}-cython \
+    depends_build-append    port:py${python.version}-cython \
                             port:py${python.version}-numpy
 
+    # default
     depends_lib-append      port:proj \
                             port:geos \
                             port:py${python.version}-numpy \
-                            port:py${python.version}-matplotlib \
+                            port:py${python.version}-pyshp \
                             port:py${python.version}-shapely \
-                            port:py${python.version}-pyshp \
                             port:py${python.version}-six
 
+    # plotting, optional
+    depends_lib-append      \
+                            port:py${python.version}-gdal \
+                            port:py${python.version}-matplotlib \
+                            port:py${python.version}-Pillow \
+                            port:py${python.version}-scipy
+
+    depends_lib-append      port:py${python.version}-epsg
+    depends_lib-append      port:py${python.version}-owslib
+
     # Required for post-installation testing only.
     depends_run-append      port:py${python.version}-nose \
                             port:py${python.version}-pep8 \
-                            port:py${python.version}-mock \
-                            port:py${python.version}-owslib
+                            port:py${python.version}-mock
 
     # Adding documentation
     post-destroot {