[117839] trunk/dports/python/py-cartopy/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Mar 14 12:50:02 PDT 2014


Revision: 117839
          https://trac.macports.org/changeset/117839
Author:   macsforever2000 at macports.org
Date:     2014-03-14 12:50:02 -0700 (Fri, 14 Mar 2014)
Log Message:
-----------
py-cartopy: Update to version 0.10.0. (#42836)

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

Modified: trunk/dports/python/py-cartopy/Portfile
===================================================================
--- trunk/dports/python/py-cartopy/Portfile	2014-03-14 19:20:00 UTC (rev 117838)
+++ trunk/dports/python/py-cartopy/Portfile	2014-03-14 19:50:02 UTC (rev 117839)
@@ -5,30 +5,30 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        SciTools cartopy 0.9.0 v
+github.setup        SciTools cartopy 0.10.0 v
 
-name                py-cartopy
-version             0.9.0
+name                py-${github.project}
+version             ${github.version}
 categories-append   science gis graphics
 platforms           darwin
+license             LGPL-3
 
 maintainers         bo.ingv.it:peter.danecek openmaintainer
 
-license             LGPL-3
-
 description         A library providing cartographic tools for python.
 
-long_description    Cartopy is a Python package designed to make drawing maps \
-                    for data analysis and visualisation as easy as possible. \
-                    It makes use of the powerful PROJ.4, numpy and shapely \
-                    libraries and has a simple and intuitive drawing interface \
-                    to matplotlib for creating publication quality maps.
+long_description    \
+    Cartopy is a Python package designed to make drawing maps for data \
+    analysis and visualisation as easy as possible. It makes use of the \
+    powerful PROJ.4, numpy and shapely libraries and has a simple and \
+    intuitive drawing interface to matplotlib for creating publication \
+    quality maps.
 
 homepage            http://scitools.org.uk/cartopy/
 
-checksums           md5     fcae31b7f7a322160da2dce6ae597d1c \
-                    rmd160  25f84a9fe68a3a0bdca433b2a0aecf04c189cee0 \
-                    sha256  14c21ad1f84f22d55a017180435f087264ef767ef27b24ccb0f3fa330a326ad4
+checksums           md5     85efc6a5b1542a2b6a52c8ca67ada127 \
+                    rmd160  899002e614241acb51a9b1ac8040eee4ab821b07 \
+                    sha256  c10dd63d3eed31f54cd3c48ce52d02a210a05357fc36c208bd067dbe65363b20
 
 python.versions     27
 
@@ -49,6 +49,10 @@
     # 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}-pil
+                            port:py${python.version}-mock
+
+    # PIL dependency: allow both PIL and Pillow to satisfy it.
+    depends_run-append      path:${python.pkgd}/PIL:py${python.version}-Pillow
+
+    livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140314/bbee630c/attachment.html>


More information about the macports-changes mailing list