<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/13aae032e43b823d94caf24b5033d2510edd3f22">https://github.com/macports/macports-ports/commit/13aae032e43b823d94caf24b5033d2510edd3f22</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 13aae03  py-ipython: add jedi as dependency for Python 3.x
</span>13aae03 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 13aae032e43b823d94caf24b5033d2510edd3f22
</span>Author: Leo Singer <leo.singer@ligo.org>
AuthorDate: Mon Apr 24 10:36:00 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-ipython: add jedi as dependency for Python 3.x
</span>---
 python/py-ipython/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/Portfile b/python/py-ipython/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7227ae..7e99ca0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +47,8 @@ if {${name} ne ${subport}} {
</span> 
         depends_lib-append  port:py${python.version}-backports-shutil_get_terminal_size \
                             port:py${python.version}-pathlib2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    } else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append  port:py${python.version}-jedi
</span>     }
 
     variant parallel description "Support for parallel computing (deprecated variant)" {
</pre><pre style='margin:0'>

</pre>