<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9ce8bc5b5168b02c9bd2ce6b65f01e1710d2f5b2">https://github.com/macports/macports-ports/commit/9ce8bc5b5168b02c9bd2ce6b65f01e1710d2f5b2</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 9ce8bc5  py-ipympl: Convert tabs to spaces
</span>9ce8bc5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9ce8bc5b5168b02c9bd2ce6b65f01e1710d2f5b2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 19 22:41:29 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-ipympl: Convert tabs to spaces
</span>---
 python/py-ipympl/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipympl/Portfile b/python/py-ipympl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f2aa29..57f4e72 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipympl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipympl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,8 +16,8 @@ maintainers         {aronnax @lpsinger} openmaintainer
</span> 
 description         Matplotlib Jupyter Extension
 long_description    Leveraging the Jupyter interactive widgets framework, \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                        jupyter-matplotlib enables the interactive features of \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                   matplotlib in the Jupyter notebook and in Jupyterlab.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    jupyter-matplotlib enables the interactive features of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    matplotlib in the Jupyter notebook and in Jupyterlab.
</span> 
 homepage            https://github.com/matplotlib/jupyter-matplotlib
 master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ checksums           rmd160  1119e3e56d190518ea0ca1f4b2ecc79f8a6964fc \
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                                port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:py${python.version}-setuptools
</span> 
     depends_lib-append  port:py${python.version}-ipykernel \
                         port:py${python.version}-ipywidgets \
</pre><pre style='margin:0'>

</pre>