<pre style='margin:0'>
petrrr pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9e2a0559f0f2ac9e5fd8611adf48266a2eb1d55e">https://github.com/macports/macports-ports/commit/9e2a0559f0f2ac9e5fd8611adf48266a2eb1d55e</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 9e2a055  py-cartopy: correct missed dependency update for 0.16.0
</span>9e2a055 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9e2a0559f0f2ac9e5fd8611adf48266a2eb1d55e
</span>Author: Peter Danecek <peter.danecek@ingv.it>
AuthorDate: Sun Nov 4 18:47:35 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-cartopy: correct missed dependency update for 0.16.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The test dependencies were not update with commit  0c5b6630d7069764bc950a02c71ea93011ae75ff
</span>---
 python/py-cartopy/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cartopy/Portfile b/python/py-cartopy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1a11d16..e6c4e19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cartopy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cartopy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup           github 1.0
</span> github.setup        SciTools cartopy 0.16.0 v
 
 name                py-${github.project}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-append   science gis graphics
 platforms           darwin
 license             LGPL-3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,8 +56,7 @@ if {${name} ne ${subport}} {
</span> 
     # Required for post-installation testing only.
     depends_run-append      port:py${python.version}-mock \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:py${python.version}-nose \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:py${python.version}-pep8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:py${python.version}-pytest
</span> 
     # Add search paths for proj4 binary and pkgconfig files to build/destroot env
     # Allows setup.py to identify proj4 non-standard location and build flags
</pre><pre style='margin:0'>

</pre>