Revision: 148174 https://trac.macports.org/changeset/148174 Author: petr@macports.org Date: 2016-04-28 13:52:39 -0700 (Thu, 28 Apr 2016) Log Message: ----------- py-cartopy: bump to version 0.14.2 Modified Paths: -------------- trunk/dports/python/py-cartopy/Portfile Modified: trunk/dports/python/py-cartopy/Portfile =================================================================== --- trunk/dports/python/py-cartopy/Portfile 2016-04-28 20:42:55 UTC (rev 148173) +++ trunk/dports/python/py-cartopy/Portfile 2016-04-28 20:52:39 UTC (rev 148174) @@ -5,7 +5,7 @@ PortGroup python 1.0 PortGroup github 1.0 -github.setup SciTools cartopy 0.14.0 v +github.setup SciTools cartopy 0.14.2 v name py-${github.project} categories-append science gis graphics @@ -25,9 +25,9 @@ homepage http://scitools.org.uk/cartopy/ -checksums md5 8e96fa54356f78f22d37e399fe2ca54c \ - rmd160 f209cf46a73cd1f48fe00dabf6e6b72fddc037d4 \ - sha256 53e18a8d0ee2733cabfecbf8075ea104b1b8c4ee801a5eee148b1bea424a4423 +checksums md5 8e38a9a8851d117b12a5d85dde6d088e \ + rmd160 146f92026464f06a95a11e4a745d2f6dae12650a \ + sha256 ddb959de566b401e7b34efcfa783d481b9ec8bcfcea05dded02faf00d2666124 python.versions 27 34 35 @@ -49,11 +49,10 @@ port:py${python.version}-gdal \ port:py${python.version}-matplotlib \ port:py${python.version}-Pillow \ - port:py${python.version}-scipy + port:py${python.version}-scipy \ + port:py${python.version}-epsg \ + port:py${python.version}-owslib - 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}-mock \