<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f147332d3793485b603e3f580b87e1dafa03711f">https://github.com/macports/macports-ports/commit/f147332d3793485b603e3f580b87e1dafa03711f</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 f147332  py27-matplotlib: add dependency on py27-subprocess32
</span>f147332 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f147332d3793485b603e3f580b87e1dafa03711f
</span>Author: Leo Singer <leo.singer@ligo.org>
AuthorDate: Wed Mar 22 16:21:46 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py27-matplotlib: add dependency on py27-subprocess32
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    It's listed as a dependency and is required for some of the Matplotlib
</span><span style='display:block; white-space:pre;color:#404040;'>    testing tools.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>        $ pip-2.7 show matplotlib
</span><span style='display:block; white-space:pre;color:#404040;'>        Name: matplotlib
</span><span style='display:block; white-space:pre;color:#404040;'>        Version: 2.0.0
</span><span style='display:block; white-space:pre;color:#404040;'>        Summary: Python plotting package
</span><span style='display:block; white-space:pre;color:#404040;'>        Home-page: http://matplotlib.org
</span><span style='display:block; white-space:pre;color:#404040;'>        Author: John D. Hunter, Michael Droettboom
</span><span style='display:block; white-space:pre;color:#404040;'>        Author-email: matplotlib-users@python.org
</span><span style='display:block; white-space:pre;color:#404040;'>        License: BSD
</span><span style='display:block; white-space:pre;color:#404040;'>        Location: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
</span><span style='display:block; white-space:pre;color:#404040;'>        Requires: numpy, six, python-dateutil, functools32, subprocess32, pytz, cycler, pyparsing
</span>---
 python/py-matplotlib/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-matplotlib/Portfile b/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a7d19fc..3e27aff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-matplotlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           python 1.0
</span> PortGroup           github 1.0
 
 github.setup        matplotlib matplotlib 2.0.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 name                py-matplotlib
 categories-append   graphics math
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,8 @@ if {${name} ne ${subport}} {
</span>                         port:py${python.version}-cycler
 
     if {${python.version} == 27} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append port:py27-functools32
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append port:py27-functools32 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                           port:py27-subprocess32
</span>     }
 
     patchfiles-append   patch-setup.cfg.diff \
</pre><pre style='margin:0'>

</pre>